-
Notifications
You must be signed in to change notification settings - Fork 294
⬆️ upgrade substrate to polkadot-v0.9.43 #497
⬆️ upgrade substrate to polkadot-v0.9.43 #497
Conversation
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## main #497 +/- ##
==========================================
- Coverage 36.65% 35.51% -1.15%
==========================================
Files 63 63
Lines 6037 6411 +374
Branches 6037 6411 +374
==========================================
+ Hits 2213 2277 +64
- Misses 3304 3588 +284
- Partials 520 546 +26
☔ View full report in Codecov by Sentry. |
Breaking change from Substrate, no more ws options on the cli |
I fixed all ws occurrences for the tests Line 93 in c49f2c8
I commented that line in the tests, but would like some feedback on how you want to handle that. The error that appears is not friendly at all. But I think we can just stop specifying that param Edit: The benchmark workflow also uses that param, which leads the workflow to infinitely looping |
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
Upgrade substrate version to polkadot-v0.9.43.
Co-authored-by: @abdelhamidbakhta