-
Notifications
You must be signed in to change notification settings - Fork 7
Upgrade Polkadot SDK to Stable2407 and Enhance Configurations #773
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
Merged
asiniscalchi
merged 34 commits into
main
from
feature/upgrade-polkadot-sdk-to-stable2407
Nov 29, 2024
Merged
Upgrade Polkadot SDK to Stable2407 and Enhance Configurations #773
asiniscalchi
merged 34 commits into
main
from
feature/upgrade-polkadot-sdk-to-stable2407
Nov 29, 2024
Conversation
This file contains hidden or 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
…#778) * using runt 1.77 * fix clippy errors * fixing clippy * update to runtime 2200 * update proyect version to 0.22.0 * add missing migration * removed the upgrade of versioning
Member
|
/describe |
|
PR Description updated to latest commit (43737f3) |
stable2407
Member
|
/describe |
|
PR Description updated to latest commit (42e3392) |
asiniscalchi
previously approved these changes
Sep 13, 2024
asiniscalchi
approved these changes
Sep 13, 2024
asiniscalchi
requested changes
Sep 13, 2024
Member
asiniscalchi
left a comment
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.
Member
|
/describe |
|
PR Description updated to latest commit (5dc6e2b) |
asiniscalchi
requested changes
Nov 28, 2024
asiniscalchi
approved these changes
Nov 29, 2024
tsenovilla
approved these changes
Nov 29, 2024
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.

PR Type
Enhancement, Bug fix
Description
stable2407branch across multiple files, ensuring compatibility with the latest stable features.XcmRecorderto various XCM configurations to enhance XCM handling.Cargo.tomlto align with the new SDK version.Changes walkthrough 📝
14 files
laos.rs
Simplify ChainSpec Type Definitionnode/src/chain_spec/laos.rs
ChainSpectype definition.eth.rs
Suppress Deprecated Warnings in Eth Modulenode/src/eth.rs
#[allow(deprecated)]attribute to suppress warnings.service.rs
Suppress Warnings and Remove Unused Parametersnode/src/service.rs
#[allow(deprecated)]attribute to suppress warnings.sync_oracleparameter from functions.tests.rs
Simplify Reset Issuance Function in Testspallets/parachain-staking/src/tests.rs
reset_issuancefunction.cumulus_xcmp_queue.rs
Add New Parameter Types for XCMP Queueruntime/laos/src/configs/cumulus_xcmp_queue.rs
MaxActiveOutboundChannelsandMaxPageSize.treasury.rs
Clean Up Treasury Configurationruntime/laos/src/configs/treasury.rs
xcm_config.rs
Add XcmRecorder to XCM Configurationruntime/laos/src/configs/xcm_config.rs
XcmRecordertype to the configuration.lib.rs
Add Initialize Pending Block Functionruntime/laos/src/lib.rs
initialize_pending_blockfunction to runtime APIs.migrations.rs
Add New Migration Type for XCMP Queueruntime/laos/src/migrations.rs
MigrateV4ToV5.pallet_treasury.rs
Remove Unused Treasury Weight Functionsruntime/laos/src/weights/pallet_treasury.rs
mod.rs
Add XcmRecorder to Asset Hub XCM Configxcm-simulator/src/asset_hub/xcm_config/mod.rs
XcmRecordertype to the configuration.xcm_config.rs
Add XcmRecorder to Laosish XCM Configxcm-simulator/src/laosish/configs/xcm_config.rs
XcmRecordertype to the configuration.parachain.rs
Add XcmRecorder to Parachain Configxcm-simulator/src/parachain.rs
XcmRecordertype to the configuration.relay_chain.rs
Add XcmRecorder to Relay Chain Configxcm-simulator/src/relay_chain.rs
XcmRecordertype to the configuration.1 files
download_polkadot.sh
Update Default Polkadot SDK Versionzombienet/download_polkadot.sh
stable2407-3.1 files
Cargo.toml
Update Dependencies to Stable2407 BranchCargo.toml
stable2407branch.jsonrpseeversion to0.23.2.