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 Polkadot SDK 1.6.0 #510

Open
wants to merge 40 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
857d685
Replace occurrences of polkadot-v1.1.0 with polkadot-v1.6.0
ebma Nov 26, 2024
c048fb1
Remove `pallet-contracts-primitives`
ebma Nov 26, 2024
36ebc72
Replace parachain-info with staging-parachain-info
ebma Nov 26, 2024
40f98e1
Replace relay runtimes with different ones
ebma Nov 26, 2024
75ed2b3
Rename `integration-tests-common` to `emulated-integration-tests-common`
ebma Nov 26, 2024
ba7183d
Remove other references pointing to deleted crates
ebma Nov 26, 2024
0ac4693
Replace references to `polkadot-v1.1.0` with `polkadot-v1.6.0`
ebma Nov 26, 2024
de75420
Update bifrost crates
ebma Nov 26, 2024
7465ddc
Point to pendulum fork for orml crates
ebma Nov 27, 2024
ddeea91
Update spacewalk deps
ebma Nov 27, 2024
e9a8095
upgrade chain extensions modules
gianfra-t Nov 29, 2024
a7dea07
upgrade parachain staking
gianfra-t Nov 29, 2024
25218a8
upgrade pallet vesting
gianfra-t Nov 29, 2024
bfeaf48
bump treasury buyout pallet
gianfra-t Nov 29, 2024
0548154
bump runtime common
gianfra-t Nov 29, 2024
6991db9
fix features for pallet-staking-rpc
gianfra-t Nov 29, 2024
d74d09a
upgrade foucoco runtime dependencies, add new types (to be fine tuned)
gianfra-t Dec 2, 2024
1de7b25
upgrade amplitude dependencies, new types
gianfra-t Dec 2, 2024
1faaad5
upgrade pendulum runtime dependencies, add new types
gianfra-t Dec 2, 2024
bb3887e
move integration tests dependencies to workspace
gianfra-t Dec 4, 2024
18c776b
upgrade node dependencies
gianfra-t Dec 4, 2024
928bbe1
upgrade node, cap balances for serialization of spec
gianfra-t Dec 5, 2024
fc15a8e
add rust-src step to CI
gianfra-t Dec 5, 2024
1dc5c1b
fix cargo.lock
gianfra-t Dec 5, 2024
fa3186b
fix max hold type, compile for benchmarks
gianfra-t Dec 6, 2024
d0e97dc
remove old xcm weights
gianfra-t Dec 6, 2024
92c04e2
testing genesis spec
gianfra-t Dec 9, 2024
70f4e17
run zepter, attempt at compile with modified spacewalk-primitives
gianfra-t Dec 9, 2024
f02e729
downgrade serde_json
gianfra-t Dec 10, 2024
fbad995
re-add UNIT multiplier, remove debug prints
gianfra-t Dec 10, 2024
f114a65
fix for chain spec for Pendulum (balance too high for serialization),…
gianfra-t Dec 10, 2024
4495ae7
run benchmarks script
gianfra-t Dec 10, 2024
adee1d6
fix clippy issues
gianfra-t Dec 10, 2024
3125b5c
remove clippy check for integration tests, move dependencies to works…
gianfra-t Dec 11, 2024
452dc62
add proper consideration to pallet preimage
gianfra-t Dec 11, 2024
7ea78d8
re-run parachain-staking benchmarks
gianfra-t Dec 26, 2024
f0ac0dc
re-run parachain staking benchmarks for pendulum, no manual modification
gianfra-t Jan 2, 2025
6a6b8bb
reduce MaxTopCandidates for weight limit. Replace forked dependencies
gianfra-t Jan 6, 2025
75509c0
bump spec version
gianfra-t Jan 7, 2025
1fd629c
revert bump spec version
gianfra-t Jan 8, 2025
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
52 changes: 37 additions & 15 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -202,9 +202,9 @@ pooled-rewards = { git = "https://github.com/pendulum-chain/spacewalk", default-
reward-distribution = { git = "https://github.com/pendulum-chain/spacewalk", default-features = false, rev = "70beae689db5c20efc17363397e4353cc60fe347" }

# Zenlink
zenlink-protocol = { git = "https://github.com/gianfra-t/Zenlink-DEX-Module", default-features = false, branch = "release-polkadot-v1.6.0" }
zenlink-protocol-rpc = { git = "https://github.com/gianfra-t/Zenlink-DEX-Module", default-features = false, branch = "release-polkadot-v1.6.0" }
zenlink-protocol-runtime-api = { git = "https://github.com/gianfra-t/Zenlink-DEX-Module", default-features = false, branch = "release-polkadot-v1.6.0" }
zenlink-protocol = { git = "https://github.com/pendulum-chain/Zenlink-DEX-Module", default-features = false, branch = "release-polkadot-v1.6.0" }
zenlink-protocol-rpc = { git = "https://github.com/pendulum-chain/Zenlink-DEX-Module", default-features = false, branch = "release-polkadot-v1.6.0" }
zenlink-protocol-runtime-api = { git = "https://github.com/pendulum-chain/Zenlink-DEX-Module", default-features = false, branch = "release-polkadot-v1.6.0" }


# Orml dependencies
Expand All @@ -222,9 +222,9 @@ dia-oracle = { git = "https://github.com/pendulum-chain/oracle-pallet", default-
dia-oracle-runtime-api = { git = "https://github.com/pendulum-chain/oracle-pallet", default-features = false, branch = "polkadot-v1.6.0" }

# Bifrost
bifrost-farming = { git = "https://github.com/gianfra-t/bifrost", default-features = false, branch = "polkadot-v1.6.0" }
bifrost-farming-rpc = { git = "https://github.com/gianfra-t/bifrost", default-features = false, branch = "polkadot-v1.6.0" }
bifrost-farming-rpc-runtime-api = { git = "https://github.com/gianfra-t/bifrost", default-features = false, branch = "polkadot-v1.6.0" }
bifrost-farming = { git = "https://github.com/pendulum-chain/bifrost", default-features = false, branch = "polkadot-v1.6.0" }
bifrost-farming-rpc = { git = "https://github.com/pendulum-chain/bifrost", default-features = false, branch = "polkadot-v1.6.0" }
bifrost-farming-rpc-runtime-api = { git = "https://github.com/pendulum-chain/bifrost", default-features = false, branch = "polkadot-v1.6.0" }



Expand Down
2 changes: 1 addition & 1 deletion runtime/pendulum/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -912,7 +912,7 @@ parameter_types! {
pub const MinCollatorStake: Balance = 5_000 * UNIT;
pub const MinDelegatorStake: Balance = 10 * UNIT;
#[derive(Debug, Eq, PartialEq)]
pub const MaxTopCandidates: u32 = 50;
pub const MaxTopCandidates: u32 = 40;
pub const MaxUnstakeRequests: u32 = 10;
pub const NetworkRewardStart: BlockNumber = BlockNumber::MAX;
pub const NetworkRewardRate: Perquintill = Perquintill::from_percent(0);
Expand Down
Loading
Loading