Skip to content
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 moonbeam to polkadot stable2407 #2932

Merged
merged 60 commits into from
Oct 2, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
60 commits
Select commit Hold shift + click to select a range
1b0a25e
point dependencies to moonbeam-polkadot-sdk-stable2407
gonzamontiel Aug 26, 2024
0fa229f
bump packages versions to match polkadot-sdk
gonzamontiel Aug 30, 2024
4382107
apply TransactionPov changes
gonzamontiel Aug 30, 2024
740cd83
update runtime configs (wip)
gonzamontiel Aug 30, 2024
f1d5a15
update imports
gonzamontiel Sep 2, 2024
acb3659
mute hrmp channel moonriver - Litmus (#2914)
librelois Aug 24, 2024
42a12fd
Add step to Build workflow to check for WASM runtime sizes (#2888)
pLabarta Aug 27, 2024
22541c9
add log event (#2918)
RomarQ Aug 28, 2024
375d009
Extract Storage Read costs for dev tests involved in #2786 (#2915)
pLabarta Aug 29, 2024
9f7daa1
Fix auto-pause xcm: incoming XCMP messages where dropped when auto-pa…
librelois Aug 30, 2024
631077f
Set the block size to 60mln gas for moonbeam (#2921)
noandrea Aug 30, 2024
d84c61f
Add pallet_parameters (moonbase only) (#2923)
TarekkMA Aug 30, 2024
e0e8267
make moonbeam compile
gonzamontiel Sep 2, 2024
d95ff88
remove cumulus_pallet_dmp_queue
gonzamontiel Sep 2, 2024
fd33a25
remove unused import
gonzamontiel Sep 2, 2024
6362bb7
add proper para_id to MockValidationDataInherentDataProvider
gonzamontiel Sep 3, 2024
800d803
update config for tests
gonzamontiel Sep 3, 2024
5ba6607
add MockTimestampInherentDataProvider to simulate consistent and sequ…
gonzamontiel Sep 4, 2024
b9a8235
Merge remote-tracking branch 'origin' into moonbeam-polkadot-stable2407
gonzamontiel Sep 5, 2024
7b069da
Merge remote-tracking branch 'origin/master' into moonbeam-polkadot-s…
gonzamontiel Sep 5, 2024
31637d3
Revert "apply TransactionPov changes"
gonzamontiel Sep 10, 2024
a008431
update cargo lock pins
gonzamontiel Sep 10, 2024
65eb283
remove import of deleted TransacionPoV
gonzamontiel Sep 10, 2024
a5a9048
Make cargo test compile
gonzamontiel Sep 12, 2024
4c00b9e
remove deprecated tresury pallet tests, add some for the new function…
gonzamontiel Sep 17, 2024
fd62226
Merge remote-tracking branch 'origin/master' into moonbeam-polkadot-s…
gonzamontiel Sep 18, 2024
95783df
fix tests
gonzamontiel Sep 18, 2024
705eca7
fix remaining dev tests
gonzamontiel Sep 19, 2024
1c08dca
fix licenses
gonzamontiel Sep 20, 2024
b326d63
fix lazy loading backend for stable
gonzamontiel Sep 20, 2024
7456ad7
remove unused patch
gonzamontiel Sep 20, 2024
15086d6
fix linters
gonzamontiel Sep 20, 2024
87acd36
fix cargo test with benchmarking and tracing enabled
gonzamontiel Sep 20, 2024
66bbfc8
fix lazy loading
gonzamontiel Sep 20, 2024
22e52d3
fix command for lazy loading
gonzamontiel Sep 20, 2024
90e42e3
update frontier pin
gonzamontiel Sep 20, 2024
b8fff6b
support new 'stableYYMM' versioning for polkadot
gonzamontiel Sep 23, 2024
174674a
Merge remote-tracking branch 'origin/master' into moonbeam-polkadot-s…
gonzamontiel Sep 23, 2024
10f3334
update polkadot sdk pin
gonzamontiel Sep 23, 2024
ed46225
fix download-polkadot script
gonzamontiel Sep 23, 2024
94d0daa
simplify script
gonzamontiel Sep 23, 2024
5307533
Replace thread_local with AtomicU64 (as per review request)
gonzamontiel Sep 23, 2024
e09df39
remove deprecated test code
gonzamontiel Sep 23, 2024
e473197
use latest version of nextest
RomarQ Sep 23, 2024
9cfc747
Merge remote-tracking branch 'origin/master' into moonbeam-polkadot-s…
gonzamontiel Sep 26, 2024
f19c9ef
Update precompiles/collective/src/mock.rs
gonzamontiel Sep 26, 2024
6daef57
apply review suggestions
gonzamontiel Sep 26, 2024
f7b044c
Revert "apply review suggestions"
gonzamontiel Sep 26, 2024
912650e
apply review suggestions
gonzamontiel Sep 26, 2024
97fe208
fix lazy-loading
RomarQ Sep 26, 2024
e12e8e5
re add reset_issuance
gonzamontiel Sep 26, 2024
e96f38f
add missing weights
gonzamontiel Sep 26, 2024
23bc9be
remove unused var
gonzamontiel Sep 26, 2024
a233a0a
Merge branch 'master' into moonbeam-polkadot-stable2407
gonzamontiel Sep 30, 2024
76ac5d3
fix download correct binaries
gonzamontiel Oct 1, 2024
fa1324d
Merge remote-tracking branch 'origin/master' into moonbeam-polkadot-s…
gonzamontiel Oct 1, 2024
8111ba7
cargo fmt
gonzamontiel Oct 1, 2024
09eddbd
make polkadot worker binearies executable
gonzamontiel Oct 1, 2024
966083a
configure XcmRecorder for mocks
gonzamontiel Oct 1, 2024
eb1bbe5
Merge remote-tracking branch 'origin/master' into moonbeam-polkadot-s…
Agusrodri Oct 1, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion runtime/moonbase/src/xcm_config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ impl cumulus_pallet_xcmp_queue::Config for Runtime {
type PriceForSiblingDelivery = polkadot_runtime_common::xcm_sender::NoPriceForMessageDelivery<
cumulus_primitives_core::ParaId,
>;
type MaxActiveOutboundChannels = ConstU32<128>;
type MaxActiveOutboundChannels = MessageQueueHeapSize;
RomarQ marked this conversation as resolved.
Show resolved Hide resolved
// Most on-chain HRMP channels are configured to use 102400 bytes of max message size, so we
// need to set the page size larger than that until we reduce the channel size on-chain.
type MaxPageSize = ConstU32<{ 103 * 1024 }>;
gonzamontiel marked this conversation as resolved.
Show resolved Hide resolved
Expand Down
2 changes: 1 addition & 1 deletion runtime/moonbeam/src/xcm_config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ impl cumulus_pallet_xcmp_queue::Config for Runtime {
type PriceForSiblingDelivery = polkadot_runtime_common::xcm_sender::NoPriceForMessageDelivery<
cumulus_primitives_core::ParaId,
>;
type MaxActiveOutboundChannels = ConstU32<128>;
type MaxActiveOutboundChannels = MessageQueueHeapSize;
// Most on-chain HRMP channels are configured to use 102400 bytes of max message size, so we
// need to set the page size larger than that until we reduce the channel size on-chain.
type MaxPageSize = ConstU32<{ 103 * 1024 }>;
RomarQ marked this conversation as resolved.
Show resolved Hide resolved
Expand Down
2 changes: 1 addition & 1 deletion runtime/moonriver/src/xcm_config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ impl cumulus_pallet_xcmp_queue::Config for Runtime {
type PriceForSiblingDelivery = polkadot_runtime_common::xcm_sender::NoPriceForMessageDelivery<
cumulus_primitives_core::ParaId,
>;
type MaxActiveOutboundChannels = ConstU32<128>;
type MaxActiveOutboundChannels = MessageQueueHeapSize;
// Most on-chain HRMP channels are configured to use 102400 bytes of max message size, so we
// need to set the page size larger than that until we reduce the channel size on-chain.
type MaxPageSize = ConstU32<{ 103 * 1024 }>;
gonzamontiel marked this conversation as resolved.
Show resolved Hide resolved
Expand Down
Loading