-
Notifications
You must be signed in to change notification settings - Fork 385
Upgrade to Polkadot stable2506 #3488
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
Merged
Changes from 1 commit
Commits
Show all changes
92 commits
Select commit
Hold shift + click to select a range
8cbb9ba
chore: :arrow_up: upgrade dependencies to 2506
manuelmauro b86021d
refactor: :rotating_light: use workspace dependencies in pallet crowd…
manuelmauro a598df1
chore: :pushpin: depend on crates.io ethereum (similarly to frontier)
manuelmauro e701446
fix: :bug: remove PassByCodec
manuelmauro 3711cf1
fix: :bug: use Weight::MAX instead of Weight::max_value()
manuelmauro 382ec9d
fix: :bug: add TrieCacheContext parameter to state_at
manuelmauro 007e9e3
fix: :bug: add missing relay_parent_descendants and collator_peer_id …
manuelmauro cedd38d
fix: :bug: remove deprecated AssetHubMigrationStarted config
manuelmauro 32dac0b
fix: :bug: update ExecuteXcm::prepare() to accept weight_limit parameter
manuelmauro 773ca24
fix: :bug: add generic parameters to Sha3FIPS256<Runtime, ()>
manuelmauro 92402e7
fix: :bug: add metrics field to BuildNetworkParams
manuelmauro f44e21c
chore: :pushpin: upgrade pins
manuelmauro 5fa1d69
fix: :bug: add OnNewHead to bridge parachain configs
manuelmauro ca028d3
fix: :bug: add relay chain slot duration to FixedVelocityConsensusHook
manuelmauro b1cb687
fix: :bug: add SlotDuration trait items
manuelmauro 8faaf24
fix: :bug: add RelayParentOffset trait item
manuelmauro 73ef1d5
fix: :bug: refactor build_relay_chain_interface to return only requir…
manuelmauro e6fff38
fix: :bug: fixed RuntimeOrigin trait bounds by removing From<Option<A…
manuelmauro 7cd0ec9
fix: :bug: update cumulus_pallet_xcmp_queue WeightInfo methods
manuelmauro b3b4fb6
fix: :bug: fix AccountId ambiguity
manuelmauro 573face
fix: :bug: use QueueFootprintQuery trait for message queue footprint …
manuelmauro ab65849
fix: :bug: remove deprecated RuntimeEvent
manuelmauro e48d9e4
fix: :bug: update the runtime interface to use explicit marshalling s…
manuelmauro 074aa60
fix: :bug: do not enable SharedTrieCache
manuelmauro bdb334e
fix: :bug: implement BenchmarkHelper
manuelmauro 630b760
fix: :bug: remove PalletTransactionPaymentBenchmark
manuelmauro 741b87a
fix: :bug: add missing crate in Cargo feature
manuelmauro dd70d3a
fix: :bug: remove RuntimeEvent associated type
manuelmauro 5aac4e8
fix: :bug: remove unused imports
manuelmauro c6e47be
fix: :bug: remove RuntimeEvent associated type
manuelmauro e88e4e4
fix: :bug: remove AssetHubMigrationStarted associated type
manuelmauro 6c71103
fix: :bug: add RelayParentOffset associated type
manuelmauro f441553
fix: :bug: add metrics_registry: None to database configuration
manuelmauro 0f34df2
fix: :bug: add warm_up_trie_cache: None to service configuration
manuelmauro 51ce202
fix: :bug: fix reference to deprecated RuntimeEvent associated type
manuelmauro 25700f5
fix: :bug: update WeightBounds trait API
manuelmauro 34086fa
fix: :bug: add missing fields to ParachainInherentData
manuelmauro ba1a59b
fix: :bug: add missing associated types to Runtime
manuelmauro d646d84
fix: :bug: replace `Fail(Option<T::Hash>, XcmError)` with `Fail(Optio…
manuelmauro 7d39aa8
style: :art: format code
manuelmauro 37397a8
fix: :bug: fix `XcmExecutor::prepare` args
manuelmauro e5c765d
fix: :bug: impl create_bare from CreateInherent trait
manuelmauro 95cdde2
fix: :bug: mock BenchmarkHelper
manuelmauro 2ff0743
fix: :arrow_up: upgrade frame-metadata
manuelmauro 5cd584d
chore: :arrow_up: upgrade polkadot-sdk
manuelmauro c6e0ece
Merge branch 'master' into moonbeam-polkadot-stable2506
manuelmauro 93e260a
fix: :bug: silence warning
manuelmauro 146947c
style: :rotating_light: mark args as unused
manuelmauro c137594
fix: :bug: fix deprecation warning
manuelmauro 8fc9d97
style: :art: format code
manuelmauro 076c968
test: :bug: update snapshot
manuelmauro d1cf58f
chore: :pushpin: update pins
manuelmauro 57265e2
refactor: :recycle: move lint directive to root Cargo.toml
manuelmauro db28322
chore: :zap: run benchmarks
manuelmauro 0d04fd0
chore: :zap: run benchmarks
manuelmauro ae7c6a5
test: :white_check_mark: assert specific error type
manuelmauro 239c816
test: :white_check_mark: use proper assert_noop!
manuelmauro a1d5ec0
Merge branch 'master' into moonbeam-polkadot-stable2506
RomarQ 95fe253
test: :white_check_mark: use new extrinsic for asset transfers using …
manuelmauro 09e6d03
fix: :bug: pin udeps Rust nightly version
manuelmauro ce18f8b
Revert "fix: :bug: pin udeps Rust nightly version"
manuelmauro a0cd92e
Merge branch 'master' into moonbeam-polkadot-stable2506
RomarQ 456685d
fix: :bug: fix some Cargo.toml features
manuelmauro b216990
revert: :fire: remove AssetHubMigrationStarted storage flag
manuelmauro b33ee4c
refactor: :fire: remove unused import
manuelmauro 1b87d9d
fix: :bug: add missing feature flags for pallet-assets dependency
manuelmauro 91700b5
refactor: :rotating_light: remove duplicated feature flags
manuelmauro 5759cca
revert: :fire: delete file committed by mistake
manuelmauro 5bb3eec
fix: :pushpin: properly pin polkadot-sdk version
manuelmauro 3c91577
test: :white_check_mark: initialize ParachainSystem HostConfiguration…
manuelmauro 238646c
update polkadot-sdk pin
RomarQ 3f3b811
update polkadot-sdk pin
RomarQ c770f27
fix unit tests
RomarQ d04d94a
update polkadot-sdk pin
RomarQ cb3cc90
fix check-unused-dependencies
RomarQ 9b8eb8c
fix test
RomarQ 71cafb1
Merge branch 'master' into moonbeam-polkadot-stable2506
RomarQ 525876b
Merge branch 'master' into moonbeam-polkadot-stable2506
RomarQ b872ee4
refactor: :recycle: remove IdentityBenchmarkHelper
manuelmauro bff4777
Revert "refactor: :recycle: remove IdentityBenchmarkHelper"
manuelmauro e625e9b
revert: :rewind: restore pallet_transaction_payment
manuelmauro c3e19ab
test: :white_check_mark: update tests call_pallet_xcm_with_fee
manuelmauro 6e030cc
refactor: :recycle: add mock_abridged_host_config function
manuelmauro 894f65d
fix pallet-identity benchmarks
RomarQ 7146343
fix: :bug: add helper function to set up XCM router for benchmarks
manuelmauro 7ffe844
fix: :bug: add custom delivery helper for Moonbeam
manuelmauro ea91959
chore: :wrench: update weights
manuelmauro f0c26fb
style: :art: keep original name TestDeliveryHelper
manuelmauro 29c6e80
fix pallet-randomness benchmarks
RomarQ 586bed6
Merge branch 'master' into moonbeam-polkadot-stable2506
RomarQ 54a9f70
Revert "chore: :wrench: update weights"
manuelmauro 7014bf4
test: :white_check_mark: update snapshots
manuelmauro File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
test: ✅ initialize ParachainSystem HostConfiguration in runtime tests
The ParentAsUmp XCM router now validates upward messages by checking HostConfiguration, which was previously uninitialized in test environments, causing ErrorValidating and SendFailure errors.
- Loading branch information
commit 3c9157773b354ce74dd4eaa5060385f47b418521
There are no files selected for viewing
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.