-
Notifications
You must be signed in to change notification settings - Fork 378
add warp_sync_params #1909
add warp_sync_params #1909
Conversation
1ace0a3
to
4b6bfb2
Compare
4b6bfb2
to
3b62fd2
Compare
ee9cd1f
to
4cb1191
Compare
f1a09b4
to
76665f0
Compare
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.
Code still needs to change quite a bit here in Cumulus.
Please work together with @michalkucharczyk and @skunert to add a zombienet test for warp syncing. @michalkucharczyk has already done this in Substrate and can give you pointers and tips on how to do this for Cumulus.
351783a
to
481a6ff
Compare
@michalkucharczyk @skunert Please let me know if the zombie test I added makes sense |
c7ace8b
to
4a02024
Compare
aa3aa6e
to
39a2878
Compare
FYI This PR is currently diener patched to use its companions repos for CI. This wiill be reverted before merge. |
This reverts commit 9ece6c9.
Merge cancelled due to error. Error: "Check reviews" status is not passing for paritytech/polkadot#6334 |
Merge cancelled due to error. Error: Github API says #1909 is not mergeable |
bot merge |
Waiting for commit status. |
* master: (35 commits) add turboflakes system-chains bootnodes (#2223) Companion for #13349 (#2217) bump `zombienet` version to v1.3.35 (#2226) [ci] Return benchmark to bm machines (#2225) Collectives chain xcm filter (#2222) Add metaspan.io parachain boot nodes (#2218) Companion for #13390 (#2189) `BlockId` removal: `BlockBuilderProvider::new_block_at` (#2219) Benchmarks script improvements (#2214) `BlockId` removal: refactor of runtime API (#2190) Rename .feature extension to .zndsl (#2215) Companion for paritytech/polkadot#6744: Retire `OldV1SessionInfo` (#2213) WIP: Fix templates (#2204) Add stake.plus bootnodes to collectives-westend and bridge-hub-kusama (#2201) Polkadot companion #6603: Use a `BoundedVec` in `ValidationResult` (#2161) Bump clap from 4.1.4 to 4.1.6 (#2193) Bump toml from 0.6.0 to 0.7.2 (#2170) companion for paritytech/polkadot#6161 (#2151) Bump serde_json from 1.0.92 to 1.0.93 (#2175) add warp_sync_params (#1909) ...
This pull request has been mentioned on Polkadot Forum. There might be relevant details there: https://forum.polkadot.network/t/polkadot-release-analysis-v0-9-39/2277/1 |
* Remove `account` * Update and companions * Companion of paritytech/cumulus#2164 * Companion of paritytech/substrate#13159 * Companion of paritytech/cumulus#1909 * Fmt * Companion of paritytech/polkadot#6744 * Companion of paritytech/cumulus#2245 * Companion of paritytech/substrate#12828 * Companion of paritytech/cumulus#2287 * Companion of paritytech/substrate#13592 * Companion of paritytech/cumulus#2308 * Companion of paritytech/substrate#13410 * Companion of paritytech/substrate#13305 * Companion of polkadot-evm/frontier#1050 * TODO weight * TODO weight * Companion of polkadot-evm/frontier#1040 Signed-off-by: Xavier Lau <[email protected]> * Remove unused dep * Try fix dev node paritytech/substrate#12828 * Fix the frontier part (#1154) * Fix dev node * Fmt * Bump moonbeam * Bump moonbeam * Remove unnecessary clone * Fix tests --------- Signed-off-by: Xavier Lau <[email protected]> Co-authored-by: Guantong <[email protected]> Co-authored-by: bear <[email protected]>
add warp sync params to enable parachain warp sync
polkadot companion: paritytech/polkadot#6334
substrate companion: paritytech/substrate#12761