-
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 to polkadot 1.1.0 #800
Merged
simonsso
merged 76 commits into
feature_integrate_upgrade
from
iso/upgrade_to_polkadot_1_1_0
Dec 13, 2023
Merged
Upgrade to polkadot 1.1.0 #800
simonsso
merged 76 commits into
feature_integrate_upgrade
from
iso/upgrade_to_polkadot_1_1_0
Dec 13, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Refactor BlockNumber to BlockNumberFor paritytech/polkadot#7431 paritytech/substrate#14437
Save compile errors to later.
Clean up benchmarks Clean up type depencies
+/// Index of a transaction in the chain. +pub type Nonce = u32;
…ers plus the contract api required changes
…compatible HTTP server" #13384 paritytech/substrate#13384
Fix todos before merge
The deprecation warnings https://github.com/NodleCode/chain/actions/runs/7177875490/job/19545056466?pr=800 This change will open a can of worms. Our code is same as cumulus/parachain-template/node/src/service.rs and chaning this to paritytech/cumulus#2300 will require a full integration of async backing. Which I think should be handeled in a separeate PR CHA-395 |
|
simonsso
added a commit
that referenced
this pull request
Mar 14, 2024
* Upgrade to polkadot 1.1.0 (#800) * Upgrade towards 1.1.0 * Update CI version * polkadot 1.1 dependencies * Merge updates for benchmarks * upgrade to polkadot 1.2.1 (#804) * Upgrade to 1.2.0 integrate PreImage Pallet * Test cases remove deprecated calls * Upgrade to polkadot 1.3.0 * ORML force update * Benchmark tests * Migration for pallet_uniques * Remove Clippy Warnings * Remove dead code * Upgrade to polkadot 1.4.0 (#814) * Remove ReachableDest * XCM config * Use define_benchmarks! * upgrade to polkadot 1.5.0 (#816) * Upgrade to 1.5.0 * Remove migrations completed in Spec 27 * Use release tag * Upgrade to 1.6.0 * Upgrade calls to 1.6.0 API * Dwellir hostname change * Update weights * Update service.rs and command.rs from latest template * Workspace dependencies * Get substrate from crates.io * Storage migrations * Reintegrate orml * Silence warning * Cargo.toml reformat * Fix failing benchmarks * XCM benchmarks * Clippy * CI srtool * Update weights * Use benchmark for reserve_asset_deposited() * Use only two collators for dev nets * SR tool version * Update runtimes/eden/src/pallets_parachain.rs * Update runtimes/eden/src/pallets_util.rs * Update node/src/command.rs * Use Polkadot ED * Integrate proxy pallet * Add pallet_proxy benchmarks * Separate weights for all pallets * Code cleanup * Benchmarks * Auto fmt * Refactor benchmark script * feat(nodle-parachain): use wasm executor * Remove sponsorship migration * Default ports Relay chain default rpc port different from parachain default port * Docker example in Readme verified to work * The docker example uses all necessary parameters. Is readable and runable at the same time. * Set base delivery fee in DOT derived constant close CHA-407 close #738 close #825 close #824 --------- Co-authored-by: Alex Sedighi <alex@nodle.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
TODO: