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 to SDK stable2409-1 #490

Merged
Merged
Changes from 1 commit
Commits
Show all changes
69 commits
Select commit Hold shift + click to select a range
8066fc1
chore(Cargo): update SDK to `stable2409`
pandres95 Oct 19, 2024
0450dd2
wip(workspace): disable Encointer
pandres95 Oct 19, 2024
dc1f07d
feat(relay): Configure Polkadot
pandres95 Oct 19, 2024
3f5d163
feat(relay): Configure Kusama
pandres95 Oct 20, 2024
cec40cb
feat(system-parachains/asset-hubs): Configure AH Kusama
pandres95 Oct 20, 2024
271ca20
feat(system-parachains/asset-hubs): Configure AH Polkadot
pandres95 Oct 20, 2024
33b18d4
feat(system-parachains/bridge-hubs): Configure BH Polkadot
pandres95 Oct 20, 2024
6f42f23
feat(system-parachains/bridge-hubs): Configure BH Kusama
pandres95 Oct 21, 2024
161bfaf
feat(system-parachains/collectives): Configure Collectives Polkadot
pandres95 Oct 21, 2024
4ec6e3a
feat(system-parachains/coretime): Configure Coretime Kusama
pandres95 Oct 21, 2024
44d41a9
feat(system-parachains/coretime): Configure Coretime Polkadot
pandres95 Oct 21, 2024
1e0e946
feat(system-parachains/people): Configure People Kusama
pandres95 Oct 21, 2024
62af401
feat(system-parachains/people): Configure People Polkadot
pandres95 Oct 21, 2024
e0760ad
change(integration-tests/emulated): Configure Penpal
pandres95 Oct 21, 2024
715531f
change(system-parachains): adjust tests + minor fixes
pandres95 Oct 21, 2024
457dab3
change(integration-tests): minor adjustments
pandres95 Oct 21, 2024
f2a3fce
fix(relay): missing `BenchmarkHelper` for `pallet_mmr`
pandres95 Oct 21, 2024
fd15642
fix(relay/kusama): missing feature propagation
pandres95 Oct 21, 2024
358e23e
fix(relay): lint Cargo.toml + features propagation
pandres95 Oct 21, 2024
9bf828f
fix(system-parachains/bridge-hubs): missing structures used in benchm…
pandres95 Oct 22, 2024
632b7a2
Merge branch 'main' into upgrade-polkadot-stable2409
pandres95 Oct 23, 2024
446b803
change(system-parachain/bridge-hubs): make clippy happy
pandres95 Oct 23, 2024
4142150
change(system-parachains): address changes suggested by @bkontur
pandres95 Oct 23, 2024
f2a9042
feat(system-parachains/asset-hubs): Add primitive const values for AH…
pandres95 Oct 23, 2024
4b340e0
feat(system-parachains/bridge-hubs): migration to add lanes to storage
pandres95 Oct 23, 2024
5338f1f
change(system-parachains/coretime): address changes suggested by @sze…
pandres95 Oct 23, 2024
ff1416d
fix(system-parachains/bridge-hub-polkadot): `XcmOverBridgeHubPolkadot…
pandres95 Oct 23, 2024
f7003d1
fix(system-parachains/bridge-hub-kusama): typo
pandres95 Oct 23, 2024
b574665
fix(system-parachains/bridge-hub-kusama): missing imports
pandres95 Oct 23, 2024
e71f52c
change: address suggestion from @seadanda
pandres95 Oct 23, 2024
88453df
Re-enable encointer in workspace and bump encointer to stable-202409-…
clangenb Oct 23, 2024
f53bb89
Merge branch 'main' into upgrade-polkadot-stable2409
pandres95 Oct 24, 2024
efeb06f
fix(integration-tests/asset): ensure para-to-para foreign assets thro…
pandres95 Oct 24, 2024
f1baf1c
change(integration-tests): fix lanes configurations and test setup co…
pandres95 Oct 24, 2024
a7e4821
fix(integration-tests): lint cargo.toml files
pandres95 Oct 24, 2024
497e724
wip(CHANGELOG): add from changed introduced in #490
pandres95 Oct 24, 2024
97596b5
change: move runners and workflows to use polkadot-stable2409
pandres95 Oct 24, 2024
cc5b8cf
fix(integration-tests): make clippy happy
pandres95 Oct 24, 2024
1faeb30
fix-wip(system-parachains/bridge-hubs): fulfill values on mock weight…
pandres95 Oct 25, 2024
f8adb35
fix(system-parachains/asset-hub-kusama): allow incoming assets from E…
pandres95 Oct 25, 2024
4e59b21
revert(system-parachains/bridge-hub-polkadot): remove `StorageWeight…
pandres95 Oct 25, 2024
524efc9
wip(bridge-hubs/bridge-hub-polkadot): decrease `refTime` in `snowbrid…
pandres95 Oct 26, 2024
595ce90
Snowbridge - Transfer native token to Ethereum tests (#2)
claravanstaden Oct 28, 2024
93fb88b
change(integration-tests/asset-hub-kusama): remove test references to…
pandres95 Oct 28, 2024
ae42f9c
fix: make clippy happy
pandres95 Oct 28, 2024
f5e70b0
Fix Snowbridge test resulting in overweight block (#3)
claravanstaden Oct 28, 2024
62cfc40
fix pna tests (#4)
claravanstaden Oct 29, 2024
6e1bf6d
make clippy happy 1/4
pandres95 Oct 29, 2024
f42fd5b
make clippy happy 2/4
pandres95 Oct 29, 2024
5f494c5
make clippy happy 3/4
pandres95 Oct 29, 2024
6e50ffa
make clippy happy 4/6
pandres95 Oct 29, 2024
8d8a2d9
make clippy happy 5/6
pandres95 Oct 29, 2024
e9b5c24
make clippy happy 6/6
pandres95 Oct 29, 2024
597f748
fix(system-parachains/bridge-hub-polkadot): make ci happy
pandres95 Oct 31, 2024
fc2b098
fix(system-parachains/bridge-hub-polkadot): missing feature propagation
pandres95 Oct 31, 2024
267a863
fix(system-parachains/bridge-hub-kusama): fix benchmarking configurat…
pandres95 Nov 1, 2024
a6ee868
chore(Cargo): update to `stable2409-1`
pandres95 Nov 4, 2024
90313b0
Merge branch 'main' into upgrade-polkadot-stable2409
pandres95 Nov 4, 2024
f54a026
chore(CHANGELOG): set changes from this PR to the "Unreleased" sectio…
pandres95 Nov 7, 2024
cf05416
Switch to using Delegation Staking for pools (#5)
Ank4n Nov 9, 2024
5767f90
Merge branch 'main' into upgrade-polkadot-stable2409
pandres95 Nov 17, 2024
adc262e
Mitigate coretime auto-renew benchmarked weights issues (#6)
seadanda Nov 20, 2024
0cc2571
Revert changes in Kusama runtime causing bench test failure (#8)
Ank4n Nov 22, 2024
ac46d87
Bridge fixes for stable2409 (#7)
bkontur Dec 3, 2024
07e7383
Merge branch 'main' into upgrade-polkadot-stable2409
pandres95 Dec 9, 2024
32e5753
chore: make ci happy
pandres95 Dec 9, 2024
f19aee3
feat: address suggestions from @bkontur
pandres95 Dec 9, 2024
0371b42
fix: make ci happy
pandres95 Dec 9, 2024
1e57a18
Re-run runtime tests
pandres95 Dec 11, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
change(integration-tests/emulated): Configure Penpal
- add possibility to inject non-authorities session-keys in genesis (SDK #5078)
  • Loading branch information
pandres95 committed Oct 21, 2024
commit e0760ad6cc0222455831baae36afa7da5fa5553d
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ pub fn genesis(para_id: u32) -> Storage {
)
})
.collect(),
// TODO: Any keys to add here?
non_authority_keys: vec![],
},
polkadot_xcm: penpal_runtime::PolkadotXcmConfig {
safe_xcm_version: Some(SAFE_XCM_VERSION),
Expand Down
Loading