-
Notifications
You must be signed in to change notification settings - Fork 129
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
enhancement(pkg/scale): remove sorting logic from encodeMap method #2904
enhancement(pkg/scale): remove sorting logic from encodeMap method #2904
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## development #2904 +/- ##
===============================================
- Coverage 63.09% 63.09% -0.01%
===============================================
Files 219 219
Lines 27590 27585 -5
===============================================
- Hits 17408 17404 -4
+ Misses 8570 8569 -1
Partials 1612 1612 |
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.
Nice 💯
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.
Tiny FYI, mocks CI job may fail due to #2910 you might want to rebase your branch on development once this is merged.
oh, thanks for letting me know. |
b09baf6
to
a20832f
Compare
@axaysagathiya feel free to squash and merge (if you are allowed to? 🤔) |
He doesn't have permissions to merge. I can merge it. |
🎉 This PR is included in version 0.7.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Changes
Tests
go test -tags integration github.com/ChainSafe/gossamer
Issues
Primary Reviewer
@timwu20