-
Notifications
You must be signed in to change notification settings - Fork 9
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
Adds box and parsing modules #16
Conversation
3943708
to
4c2b1ee
Compare
Codecov Report
@@ Coverage Diff @@
## main #16 +/- ##
=======================================
Coverage 73.66% 73.66%
=======================================
Files 3 3
Lines 972 972
=======================================
Hits 716 716
Misses 182 182
Partials 74 74
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
For reviewer convenience:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@AlgoStephenAkiki Matches my understanding of what we intended to move. As a sanity check, I suggest holding for 1 more approval prior to merge to minimize need for issuing multiple releases.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks pretty good to me, but I think I'd prefer if the address functions were moved into their own package instead of being in the existing abi
package.
I opened a child PR that does this, could you take a look? #17
* Create address package * Update function docs
No description provided.