-
Notifications
You must be signed in to change notification settings - Fork 89
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
eth/abi: support dynamic array encoding #122
Conversation
peter-chung-xfers
commented
Jun 23, 2022
•
edited
Loading
edited
- support dynamic array encoding
- fix an issue that function signature calculating might be incorrect when there are params in type of dynamic array
Thank you! Could you run |
Co-authored-by: Afri <58883403+q9f@users.noreply.github.com>
Codecov Report
@@ Coverage Diff @@
## main #122 +/- ##
=======================================
Coverage 99.74% 99.74%
=======================================
Files 67 67
Lines 3855 3899 +44
=======================================
+ Hits 3845 3889 +44
Misses 10 10
📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more |
Thank you, can you fix the tests? |
fixed |
Hey @q9f just wondering if you have found any viable testsuite for this? |
No, but there is an open ticket here: ethereum/tests#691 |
* eth/abi: support dynamic array encoding * eth/abi: support dynamic array encoding * Update spec/eth/abi_spec.rb Co-authored-by: Afri <58883403+q9f@users.noreply.github.com> * fix rspec * format abi_spec Co-authored-by: Afri <58883403+q9f@users.noreply.github.com>