-
Notifications
You must be signed in to change notification settings - Fork 45
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
Upgrade polkadot-sdk #813
Upgrade polkadot-sdk #813
Conversation
* Upgrade towards 1.1.0 * WIP migrate to polkadot-sdk repo * Cleanup * Update CI version * Cargo update * Auto format * polkadot 1.1 dependencies * Merge updates for benchmarks * Cargo tests * Update weights --------- Co-authored-by: Alex Sedighi <[email protected]>
* Upgrade to 1.2.0 integrate PreImage Pallet * Upgrade to 1.2.1 * Test cases remove deprecated calls
* Integrate 1.3.0 * ORML force update * Benchmark tests * Migration for pallet_uniques * Remove Clippy Warnings * Remove dead code
* Upgrade Cargo.toml * Integrate release-polkadot-1.4.0 * Auto reformat * Remove ReachableDest * XCM config * Use define_benchmarks! * Remove xcm from benchmarks
* Auto reformat * Remove ReachableDest * XCM config * Use define_benchmarks! * Remove xcm from benchmarks * Upgrade to 1.5.0 * Remove migrations completed in Spec 27 * Remove ORML * migrations * Use release tag * Update dwl url
…integrate_upgrade
a73a45d
to
a9dd686
Compare
…n into feature_integrate_upgrade
…n into feature_integrate_upgrade
Auto format clippy warnings
Relay chain default rpc port diffrent from parachain default port Docker example in Readme verified to work Auto reformat
aac7ebd
to
2591568
Compare
The docker example uses all necessary parameters. Is readable and runable at the same time.
7aa0e45
to
3f72c47
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.
Looks good to me now.
@@ -37,6 +37,8 @@ pub const MICRO_NODL: Balance = MILLI_NODL / 1_000; | |||
pub const NANO_NODL: Balance = MICRO_NODL / 1_000; | |||
|
|||
pub const EXISTENTIAL_DEPOSIT: Balance = 100 * NANO_NODL; | |||
pub const POLKADOT_EXISTENTIAL_DEPOSIT: Balance = 10_000_000_000; |
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.
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.
@simonsso have you used these consts somewhere?
NodleUniques: pallet_nodle_uniques = 44, | ||
Sponsorship: pallet_sponsorship = 45, | ||
Identity: pallet_identity::{Pallet, Call, Storage, Event<T>} = 46, | ||
Proxy: pallet_proxy = 47, |
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.
@simonsso remind me why we need to introduce pallet_proxy?
Regular release checklist
Known issues
type WeightInfo = (); for DMPQueue