-
Notifications
You must be signed in to change notification settings - Fork 45
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
Update to polkadot v0.9.37 #700
Conversation
b505d3b
to
7f9e623
Compare
Codecov Report
@@ Coverage Diff @@
## master #700 +/- ##
==========================================
+ Coverage 77.73% 78.20% +0.46%
==========================================
Files 43 43
Lines 7596 7580 -16
==========================================
+ Hits 5905 5928 +23
+ Misses 1691 1652 -39
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
e7f8f99
to
ccb892d
Compare
fb1cf96
to
401a96b
Compare
dd172bf
to
a62c184
Compare
@simonsso @Hounsette I have prepared a fix for the last item in the description of this pr. But I would rather make it a separate PR. So we only need the benchmarks for this one. |
Seems good to me, we can separate the PR |
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.
Thanks @Hounsette and @simonsso
Main change:
Removal of wasmtime feature flag see here
Removal of instantiation for the pallet contract rpc see here
Usage of unstable feature for the pallet contract are activable/deactivable by a flag in the config here
Run benchmark
Add fix for ed25519_verify: Support using dalek for historical blocks paritytech/substrate#12661