mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 11:01:08 +00:00
seal: Refactor ext_gas_price (#6478)
* seal: Refactor ext_gas_price * Remove seals dependency on pallet_transaction_payment * Add weight as an argument to ext_gas_price * Fixed documentation nits from review * Do not use unchecked math even in test code
This commit is contained in:
committed by
GitHub
parent
f36b78570f
commit
a3a42f599a
@@ -25,7 +25,6 @@ sp-sandbox = { version = "0.8.0-rc3", default-features = false, path = "../../pr
|
||||
frame-support = { version = "2.0.0-rc3", default-features = false, path = "../support" }
|
||||
frame-system = { version = "2.0.0-rc3", default-features = false, path = "../system" }
|
||||
pallet-contracts-primitives = { version = "2.0.0-rc3", default-features = false, path = "common" }
|
||||
pallet-transaction-payment = { version = "2.0.0-rc3", default-features = false, path = "../transaction-payment" }
|
||||
|
||||
[dev-dependencies]
|
||||
wabt = "0.9.2"
|
||||
@@ -52,5 +51,4 @@ std = [
|
||||
"pwasm-utils/std",
|
||||
"wasmi-validation/std",
|
||||
"pallet-contracts-primitives/std",
|
||||
"pallet-transaction-payment/std",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user