-
Notifications
You must be signed in to change notification settings - Fork 15
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 polkadot deps to latest version v0.9.43 #675
Conversation
Codecov ReportPatch coverage:
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more. Additional details and impacted files@@ Coverage Diff @@
## master #675 +/- ##
==========================================
- Coverage 16.10% 16.03% -0.07%
==========================================
Files 73 73
Lines 5412 5436 +24
==========================================
Hits 871 871
- Misses 4541 4565 +24
☔ View full report in Codecov by Sentry. |
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 good!
Summary of changes
Update to v0.9.43
Move code from
sc-network-common
back tosc-network
paritytech/substrate#13592Moves code from sc-network-common to sc-network
Offences report system rework paritytech/substrate#13425
Moves sc-finality-grandpa to sc-consensus-grandpa
Extract syncing protocol from
sc-network
paritytech/substrate#12828extracts the syncing protocol from sc-network
Polkadot release notes: https://github.com/paritytech/polkadot/releases
NOTE
There are some breaking changes around syncing protocol and Grandpa. CC @1xstj
Reference issue (if applicable)
Refers: tangle-network/tangle#201