-
Notifications
You must be signed in to change notification settings - Fork 6
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
Update Polkadot SDK to v1.11.0 and Enhance Runtime Configurations #711
Merged
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
…h; use match on `check_hardware`
…frontier_backend; remove code from genesis builder
…a Arc on frontier_backend; change AuraParams
Closed
asiniscalchi
requested changes
Aug 19, 2024
/review |
asiniscalchi
requested changes
Aug 20, 2024
asiniscalchi
previously approved these changes
Aug 21, 2024
Refactor: clean unused deps
asiniscalchi
approved these changes
Aug 21, 2024
/describe |
github-actions
bot
changed the title
Update polkadot-sdk to v1.11.0
Update Polkadot SDK to v1.11.0 and Enhance Runtime Configurations
Aug 21, 2024
PR Description updated to latest commit (5401806) |
magecnion
approved these changes
Aug 21, 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, other
Description
pallet_message_queue
to support message queue operations.Changes walkthrough 📝
8 files
pallet_parachain_staking.rs
Update weights for pallet_parachain_staking with new benchmark results
runtime/laos/src/weights/pallet_parachain_staking.rs
32.0.0.
functions.
pallet_vesting.rs
Update weights for pallet_vesting with new benchmark results
runtime/laos/src/weights/pallet_vesting.rs
32.0.0.
functions.
pallet_laos_evolution.rs
Update weights for pallet_laos_evolution with new benchmark results
runtime/laos/src/weights/pallet_laos_evolution.rs
32.0.0.
functions.
pallet_proxy.rs
Update weights for pallet_proxy with new benchmark results
runtime/laos/src/weights/pallet_proxy.rs
32.0.0.
pallet_asset_metadata_extender.rs
Update weights for pallet_asset_metadata_extender with new benchmark
results
runtime/laos/src/weights/pallet_asset_metadata_extender.rs
32.0.0.
extender functions.
pallet_message_queue.rs
Add weights for pallet_message_queue
runtime/laos/src/weights/pallet_message_queue.rs
pallet_message_queue
.xcm_config.rs
Update XCM configuration with new structures and handlers
runtime/laos/src/configs/xcm_config.rs
match_types
withContains
trait for location checks.system.rs
Enhance system configuration with new runtime tasks and parameters
runtime/laos/src/configs/system.rs
58 files
cumulus_pallet_xcmp_queue.rs
...
runtime/laos/src/weights/cumulus_pallet_xcmp_queue.rs
...
pallet_multisig.rs
...
runtime/laos/src/weights/pallet_multisig.rs
...
service.rs
...
node/src/service.rs
...
command.rs
...
node/src/command.rs
...
evm.rs
...
runtime/laos/src/configs/evm.rs
...
pallet_utility.rs
...
runtime/laos/src/weights/pallet_utility.rs
...
laos.rs
...
node/src/chain_spec/laos.rs
...
proxy.rs
...
runtime/laos/src/configs/proxy.rs
...
pallet_sudo.rs
...
runtime/laos/src/weights/pallet_sudo.rs
...
cumulus_pallet_parachain_system.rs
...
runtime/laos/src/weights/cumulus_pallet_parachain_system.rs
...
apis.rs
...
runtime/laos/src/apis.rs
...
pallet_precompiles_benchmark.rs
...
runtime/laos/src/weights/pallet_precompiles_benchmark.rs
...
pallet_session.rs
...
runtime/laos/src/weights/pallet_session.rs
...
lib.rs
...
runtime/laos/src/lib.rs
...
cumulus_parachain_system.rs
...
runtime/laos/src/configs/cumulus_parachain_system.rs
...
eth.rs
...
node/src/rpc/eth.rs
...
eth.rs
...
node/src/eth.rs
...
pallet_timestamp.rs
...
runtime/laos/src/weights/pallet_timestamp.rs
...
lib.rs
...
primitives/src/lib.rs
...
xcm_message_queue.rs
...
runtime/laos/src/configs/xcm_message_queue.rs
...
cumulus_xcmp_queue.rs
...
runtime/laos/src/configs/cumulus_xcmp_queue.rs
...
mock.rs
...
precompiles/parachain-staking/src/mock.rs
...
pallet_evm.rs
...
runtime/laos/src/weights/pallet_evm.rs
...
cli.rs
...
node/src/cli.rs
...
to_author.rs
...
runtime/laos/src/types/to_author.rs
...
vesting.rs
...
runtime/laos/src/configs/vesting.rs
...
mod.rs
...
pallets/asset-metadata-extender/src/precompiles/mod.rs
...
mod.rs
...
pallets/laos-evolution/src/precompiles/mod.rs
...
mod.rs
...
pallets/precompiles-benchmark/src/precompiles/mod.rs
...
aura.rs
...
runtime/laos/src/configs/aura.rs
...
mod.rs
...
runtime/laos/src/configs/mod.rs
...
mock.rs
...
pallets/precompiles-benchmark/src/precompiles/vesting/mock.rs
...
benchmarking.rs
...
pallets/precompiles-benchmark/src/precompiles/vesting/benchmarking.rs
...
balances.rs
...
runtime/laos/src/configs/balances.rs
...
benchmarking.rs
...
pallets/asset-metadata-extender/src/benchmarking.rs
...
benchmarking.rs
...
pallets/laos-evolution/src/benchmarking.rs
...
mod.rs
...
runtime/laos/src/tests/mod.rs
...
benchmarks.rs
...
runtime/laos/src/benchmarks.rs
...
tests.rs
...
precompiles/parachain-staking/src/tests.rs
...
lib.rs
...
pallets/parachain-staking/src/lib.rs
...
precompile_tests.rs
...
runtime/laos/src/tests/precompile_tests.rs
...
transaction_payment.rs
...
runtime/laos/src/configs/transaction_payment.rs
...
mock.rs
...
pallets/asset-metadata-extender/src/precompiles/asset_metadata_extender/mock.rs
...
mod.rs
...
node/src/rpc/mod.rs
...
tests.rs
...
pallets/laos-evolution/src/precompiles/evolution_collection/tests.rs
...
mod.rs
...
runtime/laos/src/weights/mod.rs
...
mock.rs
...
pallets/laos-evolution/src/precompiles/evolution_collection_factory/mock.rs
...
mock.rs
...
pallets/laos-evolution/src/precompiles/evolution_collection/mock.rs
...
Cargo.toml
...
Cargo.toml
...
Cargo.toml
...
runtime/laos/Cargo.toml
...
Cargo.toml
...
node/Cargo.toml
...
Cargo.toml
...
pallets/precompiles-benchmark/Cargo.toml
...
build.yml
...
.github/workflows/build.yml
...
README.md
...
zombienet/README.md
...
Cargo.toml
...
utils/test/Cargo.toml
...
Cargo.toml
...
pallets/asset-metadata-extender/Cargo.toml
...
Cargo.toml
...
pallets/parachain-staking/Cargo.toml
...
rust-toolchain
...
rust-toolchain
...