-
Notifications
You must be signed in to change notification settings - Fork 5
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 to Stable2407 and Enhance Configurations #773
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 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
/describe |
PR Description updated to latest commit (43737f3) |
github-actions
bot
changed the title
Upgrade polkadot-sdk to
Upgrade Polkadot SDK to Stable2407 and Enhance Runtime Configurations
Sep 13, 2024
stable2407
/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
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.
/describe |
github-actions
bot
changed the title
Upgrade Polkadot SDK to Stable2407 and Enhance Runtime Configurations
Upgrade Polkadot SDK to Stable2407 and Enhance Configurations
Nov 28, 2024
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
stable2407
branch across multiple files, ensuring compatibility with the latest stable features.XcmRecorder
to various XCM configurations to enhance XCM handling.Cargo.toml
to align with the new SDK version.Changes walkthrough 📝
14 files
laos.rs
Simplify ChainSpec Type Definition
node/src/chain_spec/laos.rs
ChainSpec
type definition.eth.rs
Suppress Deprecated Warnings in Eth Module
node/src/eth.rs
#[allow(deprecated)]
attribute to suppress warnings.service.rs
Suppress Warnings and Remove Unused Parameters
node/src/service.rs
#[allow(deprecated)]
attribute to suppress warnings.sync_oracle
parameter from functions.tests.rs
Simplify Reset Issuance Function in Tests
pallets/parachain-staking/src/tests.rs
reset_issuance
function.cumulus_xcmp_queue.rs
Add New Parameter Types for XCMP Queue
runtime/laos/src/configs/cumulus_xcmp_queue.rs
MaxActiveOutboundChannels
andMaxPageSize
.treasury.rs
Clean Up Treasury Configuration
runtime/laos/src/configs/treasury.rs
xcm_config.rs
Add XcmRecorder to XCM Configuration
runtime/laos/src/configs/xcm_config.rs
XcmRecorder
type to the configuration.lib.rs
Add Initialize Pending Block Function
runtime/laos/src/lib.rs
initialize_pending_block
function to runtime APIs.migrations.rs
Add New Migration Type for XCMP Queue
runtime/laos/src/migrations.rs
MigrateV4ToV5
.pallet_treasury.rs
Remove Unused Treasury Weight Functions
runtime/laos/src/weights/pallet_treasury.rs
mod.rs
Add XcmRecorder to Asset Hub XCM Config
xcm-simulator/src/asset_hub/xcm_config/mod.rs
XcmRecorder
type to the configuration.xcm_config.rs
Add XcmRecorder to Laosish XCM Config
xcm-simulator/src/laosish/configs/xcm_config.rs
XcmRecorder
type to the configuration.parachain.rs
Add XcmRecorder to Parachain Config
xcm-simulator/src/parachain.rs
XcmRecorder
type to the configuration.relay_chain.rs
Add XcmRecorder to Relay Chain Config
xcm-simulator/src/relay_chain.rs
XcmRecorder
type to the configuration.1 files
download_polkadot.sh
Update Default Polkadot SDK Version
zombienet/download_polkadot.sh
stable2407-3
.1 files
Cargo.toml
Update Dependencies to Stable2407 Branch
Cargo.toml
stable2407
branch.jsonrpsee
version to0.23.2
.