Skip to content
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 Substrate/Polkadot/Cumulus refs #1562

Merged
merged 20 commits into from
Sep 9, 2022
Merged

update Substrate/Polkadot/Cumulus refs #1562

merged 20 commits into from
Sep 9, 2022

Conversation

svyatonik
Copy link
Contributor

@svyatonik svyatonik commented Aug 30, 2022

closes #1534
closes #1458

TODOs:

  • fix compilation;
  • backport GRANDPA fixes;
  • get rid of *-2 branches in Substrate and Polkadot;
  • verify that it works.

cc @bkontur I'm updating to latest commit of Polkadot' gav-xcm-v3, Substrate commit that it references and gav-xcm-v3 of Cumulus. Will it help you?

@svyatonik svyatonik added the A-chores Something that has to be done, as part of regular maintenance label Aug 30, 2022
@svyatonik
Copy link
Contributor Author

I'll do the third point (get rid of *-2 branches in Substrate and Polkadot) in a follow up PR, since review may take some time and force-pushing to those branches would break the build

@svyatonik svyatonik marked this pull request as ready for review September 5, 2022 11:13
@svyatonik svyatonik requested a review from serban300 September 5, 2022 11:13
bin/millau/runtime/src/lib.rs Outdated Show resolved Hide resolved
relays/lib-substrate-relay/Cargo.toml Outdated Show resolved Hide resolved
primitives/runtime/src/storage_proof.rs Outdated Show resolved Hide resolved
bin/millau/runtime/src/lib.rs Show resolved Hide resolved
relays/client-substrate/src/chain.rs Show resolved Hide resolved
svyatonik pushed a commit that referenced this pull request Jul 17, 2023
* [WIP][ci] add auto cargo-fmt

* [ci] Apply cargo-fmt

* use fmt nightly

* [ci] Apply cargo-fmt

* add comment to cargo-fmt and remove fmt gha

Co-authored-by: paritytech-ci <paritytech-ci@parity.io>
serban300 pushed a commit to serban300/parity-bridges-common that referenced this pull request Mar 27, 2024
* update Substrate/Polkadot/Cumulus refs

* finality-grandpa 0.16

* fix miillau-runtime compilation

* fix rialto runtime compilation

* fixed rialto-parachain runtime compilation

* backport GRANDPA test fixes

* helper instead of removed record_all_keys

* substrate-relay is compiling

* millau-bridge-node at least compiles

* rialto-bridge-node at least compiles

* rialto-parachain-collator compiles

* fixings tests (wip)

* fmt

* fixed BEEFY alert

* clippy

* removed unused dep

* -extra var

* move Leaf to mod mmr

* fix benchmarks
serban300 pushed a commit to serban300/parity-bridges-common that referenced this pull request Apr 8, 2024
* update Substrate/Polkadot/Cumulus refs

* finality-grandpa 0.16

* fix miillau-runtime compilation

* fix rialto runtime compilation

* fixed rialto-parachain runtime compilation

* backport GRANDPA test fixes

* helper instead of removed record_all_keys

* substrate-relay is compiling

* millau-bridge-node at least compiles

* rialto-bridge-node at least compiles

* rialto-parachain-collator compiles

* fixings tests (wip)

* fmt

* fixed BEEFY alert

* clippy

* removed unused dep

* -extra var

* move Leaf to mod mmr

* fix benchmarks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-chores Something that has to be done, as part of regular maintenance
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update dependecies before going live on Rococo/Wococo Backport GRANDPA tests fixes
2 participants