Skip to content
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 Oct 8, 2025
b86021d
refactor: :rotating_light: use workspace dependencies in pallet crowd…
manuelmauro Oct 8, 2025
a598df1
chore: :pushpin: depend on crates.io ethereum (similarly to frontier)
manuelmauro Oct 8, 2025
e701446
fix: :bug: remove PassByCodec
manuelmauro Oct 8, 2025
3711cf1
fix: :bug: use Weight::MAX instead of Weight::max_value()
manuelmauro Oct 8, 2025
382ec9d
fix: :bug: add TrieCacheContext parameter to state_at
manuelmauro Oct 9, 2025
007e9e3
fix: :bug: add missing relay_parent_descendants and collator_peer_id …
manuelmauro Oct 9, 2025
cedd38d
fix: :bug: remove deprecated AssetHubMigrationStarted config
manuelmauro Oct 9, 2025
32dac0b
fix: :bug: update ExecuteXcm::prepare() to accept weight_limit parameter
manuelmauro Oct 10, 2025
773ca24
fix: :bug: add generic parameters to Sha3FIPS256<Runtime, ()>
manuelmauro Oct 10, 2025
92402e7
fix: :bug: add metrics field to BuildNetworkParams
manuelmauro Oct 10, 2025
f44e21c
chore: :pushpin: upgrade pins
manuelmauro Oct 10, 2025
5fa1d69
fix: :bug: add OnNewHead to bridge parachain configs
manuelmauro Oct 10, 2025
ca028d3
fix: :bug: add relay chain slot duration to FixedVelocityConsensusHook
manuelmauro Oct 10, 2025
b1cb687
fix: :bug: add SlotDuration trait items
manuelmauro Oct 10, 2025
8faaf24
fix: :bug: add RelayParentOffset trait item
manuelmauro Oct 10, 2025
73ef1d5
fix: :bug: refactor build_relay_chain_interface to return only requir…
manuelmauro Oct 23, 2025
e6fff38
fix: :bug: fixed RuntimeOrigin trait bounds by removing From<Option<A…
manuelmauro Oct 23, 2025
7cd0ec9
fix: :bug: update cumulus_pallet_xcmp_queue WeightInfo methods
manuelmauro Oct 23, 2025
b3b4fb6
fix: :bug: fix AccountId ambiguity
manuelmauro Oct 23, 2025
573face
fix: :bug: use QueueFootprintQuery trait for message queue footprint …
manuelmauro Oct 23, 2025
ab65849
fix: :bug: remove deprecated RuntimeEvent
manuelmauro Oct 27, 2025
e48d9e4
fix: :bug: update the runtime interface to use explicit marshalling s…
manuelmauro Oct 27, 2025
074aa60
fix: :bug: do not enable SharedTrieCache
manuelmauro Oct 27, 2025
bdb334e
fix: :bug: implement BenchmarkHelper
manuelmauro Oct 27, 2025
630b760
fix: :bug: remove PalletTransactionPaymentBenchmark
manuelmauro Oct 27, 2025
741b87a
fix: :bug: add missing crate in Cargo feature
manuelmauro Oct 27, 2025
dd70d3a
fix: :bug: remove RuntimeEvent associated type
manuelmauro Oct 29, 2025
5aac4e8
fix: :bug: remove unused imports
manuelmauro Oct 30, 2025
c6e47be
fix: :bug: remove RuntimeEvent associated type
manuelmauro Oct 30, 2025
e88e4e4
fix: :bug: remove AssetHubMigrationStarted associated type
manuelmauro Oct 30, 2025
6c71103
fix: :bug: add RelayParentOffset associated type
manuelmauro Oct 30, 2025
f441553
fix: :bug: add metrics_registry: None to database configuration
manuelmauro Oct 30, 2025
0f34df2
fix: :bug: add warm_up_trie_cache: None to service configuration
manuelmauro Oct 30, 2025
51ce202
fix: :bug: fix reference to deprecated RuntimeEvent associated type
manuelmauro Oct 30, 2025
25700f5
fix: :bug: update WeightBounds trait API
manuelmauro Oct 30, 2025
34086fa
fix: :bug: add missing fields to ParachainInherentData
manuelmauro Oct 30, 2025
ba1a59b
fix: :bug: add missing associated types to Runtime
manuelmauro Oct 30, 2025
d646d84
fix: :bug: replace `Fail(Option<T::Hash>, XcmError)` with `Fail(Optio…
manuelmauro Oct 30, 2025
7d39aa8
style: :art: format code
manuelmauro Oct 30, 2025
37397a8
fix: :bug: fix `XcmExecutor::prepare` args
manuelmauro Oct 30, 2025
e5c765d
fix: :bug: impl create_bare from CreateInherent trait
manuelmauro Oct 30, 2025
95cdde2
fix: :bug: mock BenchmarkHelper
manuelmauro Oct 30, 2025
2ff0743
fix: :arrow_up: upgrade frame-metadata
manuelmauro Oct 30, 2025
5cd584d
chore: :arrow_up: upgrade polkadot-sdk
manuelmauro Oct 31, 2025
c6e0ece
Merge branch 'master' into moonbeam-polkadot-stable2506
manuelmauro Oct 31, 2025
93e260a
fix: :bug: silence warning
manuelmauro Nov 3, 2025
146947c
style: :rotating_light: mark args as unused
manuelmauro Nov 3, 2025
c137594
fix: :bug: fix deprecation warning
manuelmauro Nov 3, 2025
8fc9d97
style: :art: format code
manuelmauro Nov 3, 2025
076c968
test: :bug: update snapshot
manuelmauro Nov 3, 2025
d1cf58f
chore: :pushpin: update pins
manuelmauro Nov 3, 2025
57265e2
refactor: :recycle: move lint directive to root Cargo.toml
manuelmauro Nov 3, 2025
db28322
chore: :zap: run benchmarks
manuelmauro Nov 4, 2025
0d04fd0
chore: :zap: run benchmarks
manuelmauro Nov 4, 2025
ae7c6a5
test: :white_check_mark: assert specific error type
manuelmauro Nov 4, 2025
239c816
test: :white_check_mark: use proper assert_noop!
manuelmauro Nov 4, 2025
a1d5ec0
Merge branch 'master' into moonbeam-polkadot-stable2506
RomarQ Nov 5, 2025
95fe253
test: :white_check_mark: use new extrinsic for asset transfers using …
manuelmauro Nov 6, 2025
09e6d03
fix: :bug: pin udeps Rust nightly version
manuelmauro Nov 6, 2025
ce18f8b
Revert "fix: :bug: pin udeps Rust nightly version"
manuelmauro Nov 6, 2025
a0cd92e
Merge branch 'master' into moonbeam-polkadot-stable2506
RomarQ Nov 10, 2025
456685d
fix: :bug: fix some Cargo.toml features
manuelmauro Nov 10, 2025
b216990
revert: :fire: remove AssetHubMigrationStarted storage flag
manuelmauro Nov 10, 2025
b33ee4c
refactor: :fire: remove unused import
manuelmauro Nov 10, 2025
1b87d9d
fix: :bug: add missing feature flags for pallet-assets dependency
manuelmauro Nov 10, 2025
91700b5
refactor: :rotating_light: remove duplicated feature flags
manuelmauro Nov 10, 2025
5759cca
revert: :fire: delete file committed by mistake
manuelmauro Nov 10, 2025
5bb3eec
fix: :pushpin: properly pin polkadot-sdk version
manuelmauro Nov 10, 2025
3c91577
test: :white_check_mark: initialize ParachainSystem HostConfiguration…
manuelmauro Nov 11, 2025
238646c
update polkadot-sdk pin
RomarQ Nov 18, 2025
3f3b811
update polkadot-sdk pin
RomarQ Nov 18, 2025
c770f27
fix unit tests
RomarQ Nov 18, 2025
d04d94a
update polkadot-sdk pin
RomarQ Nov 18, 2025
cb3cc90
fix check-unused-dependencies
RomarQ Nov 18, 2025
9b8eb8c
fix test
RomarQ Nov 18, 2025
71cafb1
Merge branch 'master' into moonbeam-polkadot-stable2506
RomarQ Nov 18, 2025
525876b
Merge branch 'master' into moonbeam-polkadot-stable2506
RomarQ Nov 19, 2025
b872ee4
refactor: :recycle: remove IdentityBenchmarkHelper
manuelmauro Nov 25, 2025
bff4777
Revert "refactor: :recycle: remove IdentityBenchmarkHelper"
manuelmauro Nov 26, 2025
e625e9b
revert: :rewind: restore pallet_transaction_payment
manuelmauro Nov 26, 2025
c3e19ab
test: :white_check_mark: update tests call_pallet_xcm_with_fee
manuelmauro Nov 26, 2025
6e030cc
refactor: :recycle: add mock_abridged_host_config function
manuelmauro Nov 26, 2025
894f65d
fix pallet-identity benchmarks
RomarQ Nov 26, 2025
7146343
fix: :bug: add helper function to set up XCM router for benchmarks
manuelmauro Nov 26, 2025
7ffe844
fix: :bug: add custom delivery helper for Moonbeam
manuelmauro Nov 26, 2025
ea91959
chore: :wrench: update weights
manuelmauro Nov 26, 2025
f0c26fb
style: :art: keep original name TestDeliveryHelper
manuelmauro Nov 26, 2025
29c6e80
fix pallet-randomness benchmarks
RomarQ Nov 26, 2025
586bed6
Merge branch 'master' into moonbeam-polkadot-stable2506
RomarQ Nov 26, 2025
54a9f70
Revert "chore: :wrench: update weights"
manuelmauro Nov 26, 2025
7014bf4
test: :white_check_mark: update snapshots
manuelmauro Nov 26, 2025
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
Prev Previous commit
Next Next commit
fix: 🐛 do not enable SharedTrieCache
  • Loading branch information
manuelmauro committed Oct 27, 2025
commit 074aa605b9020e809c01e53a39dc518cd84512e3
6 changes: 3 additions & 3 deletions node/cli/src/command.rs
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,7 @@ pub fn run() -> Result<()> {
let db = params.backend.expose_db();
let storage = params.backend.expose_storage();

cmd.run(config, params.client, db, storage)
cmd.run(config, params.client, db, storage, None)
})
}
#[cfg(feature = "moonbeam-native")]
Expand All @@ -646,7 +646,7 @@ pub fn run() -> Result<()> {
let db = params.backend.expose_db();
let storage = params.backend.expose_storage();

cmd.run(config, params.client, db, storage)
cmd.run(config, params.client, db, storage, None)
})
}
#[cfg(feature = "moonbase-native")]
Expand All @@ -665,7 +665,7 @@ pub fn run() -> Result<()> {
let db = params.backend.expose_db();
let storage = params.backend.expose_storage();

cmd.run(config, params.client, db, storage)
cmd.run(config, params.client, db, storage, None)
})
}
#[cfg(not(feature = "moonbase-native"))]
Expand Down