-
Notifications
You must be signed in to change notification settings - Fork 112
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
chore: Add scale.Decoder
and update lib/trie integration
#1896
Conversation
Codecov Report
@@ Coverage Diff @@
## development #1896 +/- ##
===============================================
- Coverage 59.61% 59.60% -0.02%
===============================================
Files 187 187
Lines 19110 19129 +19
===============================================
+ Hits 11393 11402 +9
- Misses 5825 5832 +7
- Partials 1892 1895 +3
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
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.
lgtm!
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 great!
23a2822
to
8c250ef
Compare
🎉 This PR is included in version 0.6.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
…#1896) * add Decoder, update lib/trie integration, add tests * update tests * add error case tests * fix lint
Changes
scale.Decoder
topkg/scale
, and associated constructorDecoder.Decode()
in remaininglib/trie
integration where we need stateful decodingDecoder
Tests
Issues
Primary Reviewer