-
Notifications
You must be signed in to change notification settings - Fork 91
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
Remove custom implementation for MaxEncodingLen
#1800
Conversation
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.
Awesome! Two previous TODOs less 🫡
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1800 +/- ##
==========================================
+ Coverage 48.46% 48.53% +0.07%
==========================================
Files 168 167 -1
Lines 13332 13311 -21
==========================================
Hits 6461 6461
+ Misses 6871 6850 -21 ☔ View full report in Codecov by Sentry. |
The base branch was changed.
332cb6b
to
2b833f3
Compare
Pull request was converted to draft
2b833f3
to
d2a4bfe
Compare
1697d32
to
1d51721
Compare
Can any of you re-approve this? @cdamian @wischli @mustermeiszer 🙏🏻 |
Description
We had some
MaxEncodingLen
traits implemented manually for some types. Sincepolkadot-v1.1.0
, it seems we can get rid of our custom implementation and let Rust do it for us.NOTE: Blocked until
v1.1.0