Commit ec19d4a
Update to Polkadot SDK 1.6.0 (#510)
* Replace occurrences of polkadot-v1.1.0 with polkadot-v1.6.0
* Remove `pallet-contracts-primitives`
Removed in paritytech/polkadot-sdk#2347
* Replace parachain-info with staging-parachain-info
* Replace relay runtimes with different ones
See https://github.com/paritytech/polkadot-sdk/pull/1731/files#diff-b670937cbe2658ab22f93ab19bb90acd235fae815d6df572cd7c40a3dbc072c8
* Rename `integration-tests-common` to `emulated-integration-tests-common`
* Remove other references pointing to deleted crates
* Replace references to `polkadot-v1.1.0` with `polkadot-v1.6.0`
* Update bifrost crates
* Point to pendulum fork for orml crates
* Update spacewalk deps
* upgrade chain extensions modules
* upgrade parachain staking
* upgrade pallet vesting
* bump treasury buyout pallet
* bump runtime common
* fix features for pallet-staking-rpc
* upgrade foucoco runtime dependencies, add new types (to be fine tuned)
* upgrade amplitude dependencies, new types
* upgrade pendulum runtime dependencies, add new types
* move integration tests dependencies to workspace
* upgrade node dependencies
* upgrade node, cap balances for serialization of spec
* add rust-src step to CI
* fix cargo.lock
* fix max hold type, compile for benchmarks
* remove old xcm weights
* testing genesis spec
* run zepter, attempt at compile with modified spacewalk-primitives
* downgrade serde_json
* re-add UNIT multiplier, remove debug prints
* fix for chain spec for Pendulum (balance too high for serialization), compile for benchmarks
* run benchmarks script
* fix clippy issues
* remove clippy check for integration tests, move dependencies to workspace
* add proper consideration to pallet preimage
* re-run parachain-staking benchmarks
* re-run parachain staking benchmarks for pendulum, no manual modification
* reduce MaxTopCandidates for weight limit. Replace forked dependencies
* bump spec version
* revert bump spec version
* patch polkadot-sdk with pendulum fork with cherry-picked pallet contracts changes
* improvement of types configuration
* normalize pallet_message_queue index for foucoco
---------
Co-authored-by: Gianfranco <g.tasteri@gmail.com>1 parent 72b91f7 commit ec19d4a
89 files changed
Lines changed: 8800 additions & 8667 deletions
File tree
- .github
- workflows
- chain-extensions
- common
- price
- token
- node
- src
- constants
- pallets
- orml-currencies-allowance-extension
- src
- orml-tokens-management-extension
- src
- parachain-staking
- rpc
- runtime-api
- src
- treasury-buyout-extension
- src
- vesting-manager
- runtime
- amplitude
- src
- weights
- common
- src
- foucoco
- src
- weights
- integration-tests
- src
- pendulum
- src
- weights
- zombienet
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
38 | 39 | | |
0 commit comments