8000 Fix Eth::Abi::DecodingError in call method by kurotaky · Pull Request #105 · q9f/eth.rb · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Fix Eth::Abi::DecodingError in call method #105

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 21, 2022
Merged

Fix Eth::Abi::DecodingError in call method #105

merged 2 commits into from
May 21, 2022

Conversation

kurotaky
Copy link
Collaborator

resolves #104
If raw result in call() is 0x, nil is returned.

@kurotaky kurotaky requested a review from q9f May 21, 2022 07:53
@codecov-commenter
Copy link
codecov-commenter commented May 21, 2022

Codecov Report

Merging #105 (c32d3a2) into main (5eee050) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main     #105   +/-   ##
=======================================
  Coverage   99.73%   99.73%           
=======================================
  Files          67       67           
  Lines        3812     3819    +7     
=======================================
+ Hits         3802     3809    +7     
  Misses         10       10           
Impacted Files Coverage Δ
lib/eth/client.rb 100.00% <100.00%> (ø)
spec/eth/client_spec.rb 100.00% <100.00%> (ø)

📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more

@q9f q9f merged commit 33089f7 into main May 21, 2022
@q9f q9f deleted the fix-abi-decode-error branch May 21, 2022 13:36
@q9f q9f added the bug Something isn't working label May 21, 2022
mculp pushed a commit to mculp/eth.rb that referenced this pull request Aug 1, 2022
* Fix Eth::Abi::DecodingError in call method

* Fix argument address
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unclear reason behind Eth::Abi::DecodingError after calling RPC function
3 participants
0