Skip to content

Commit 4e59b21

Browse files
committed
revert(system-parachains/bridge-hub-polkadot): remove StorageWeightReclaimer as it would be implemented on polkadot-fellows#494
1 parent f8adb35 commit 4e59b21

File tree

6 files changed

+0
-24
lines changed

6 files changed

+0
-24
lines changed

Cargo.lock

Lines changed: 0 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ cumulus-pallet-xcm = { version = "0.17.0", default-features = false }
5656
cumulus-pallet-xcmp-queue = { version = "0.17.0", default-features = false }
5757
cumulus-primitives-aura = { version = "0.15.0", default-features = false }
5858
cumulus-primitives-core = { version = "0.16.0", default-features = false }
59-
cumulus-primitives-storage-weight-reclaim = { version = "8.0.0", default-features = false }
6059
cumulus-primitives-utility = { version = "0.17.0", default-features = false }
6160
emulated-integration-tests-common = { version = "14.0.0" }
6261
encointer-balances-tx-payment = { version = "~14.1.0", default-features = false }

system-parachains/bridge-hubs/bridge-hub-polkadot/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ cumulus-pallet-xcm = { workspace = true }
8181
cumulus-pallet-xcmp-queue = { features = ["bridging"], workspace = true }
8282
cumulus-primitives-aura = { workspace = true }
8383
cumulus-primitives-core = { workspace = true }
84-
cumulus-primitives-storage-weight-reclaim = { workspace = true }
8584
cumulus-primitives-utility = { workspace = true }
8685
pallet-collator-selection = { workspace = true }
8786
parachain-info = { workspace = true }
@@ -153,7 +152,6 @@ std = [
153152
"cumulus-pallet-xcmp-queue/std",
154153
"cumulus-primitives-aura/std",
155154
"cumulus-primitives-core/std",
156-
"cumulus-primitives-storage-weight-reclaim/std",
157155
"cumulus-primitives-utility/std",
158156
"frame-benchmarking?/std",
159157
"frame-executive/std",

system-parachains/bridge-hubs/bridge-hub-polkadot/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@ pub type SignedExtra = (
123123
pallet_transaction_payment::ChargeTransactionPayment<Runtime>,
124124
BridgeRejectObsoleteHeadersAndMessages,
125125
bridge_to_kusama_config::OnBridgeHubPolkadotRefundBridgeHubKusamaMessages,
126-
cumulus_primitives_storage_weight_reclaim::StorageWeightReclaim<Runtime>,
127126
frame_metadata_hash_extension::CheckMetadataHash<Runtime>,
128127
);
129128

system-parachains/bridge-hubs/bridge-hub-polkadot/tests/snowbridge.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,6 @@ fn construct_extrinsic(
256256
pallet_transaction_payment::ChargeTransactionPayment::<Runtime>::from(0),
257257
BridgeRejectObsoleteHeadersAndMessages,
258258
(OnBridgeHubPolkadotRefundBridgeHubKusamaMessages::default()),
259-
cumulus_primitives_storage_weight_reclaim::StorageWeightReclaim::new(),
260259
frame_metadata_hash_extension::CheckMetadataHash::<Runtime>::new(false),
261260
);
262261
let payload = SignedPayload::new(call.clone(), extra.clone()).unwrap();

system-parachains/bridge-hubs/bridge-hub-polkadot/tests/tests.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ fn construct_extrinsic(
9494
pallet_transaction_payment::ChargeTransactionPayment::<Runtime>::from(0),
9595
BridgeRejectObsoleteHeadersAndMessages,
9696
(OnBridgeHubPolkadotRefundBridgeHubKusamaMessages::default()),
97-
cumulus_primitives_storage_weight_reclaim::StorageWeightReclaim::new(),
9897
frame_metadata_hash_extension::CheckMetadataHash::<Runtime>::new(false),
9998
);
10099
let payload = SignedPayload::new(call.clone(), extra.clone()).unwrap();

0 commit comments

Comments
 (0)