mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-18 09:31:02 +00:00
Introduce BlockExecutionWeight and ExtrinsicBaseWeight (#1023)
* Update to changes in Substrate * Fix trait * Remove `TransactionBaseFee` * add temporary values for extrinsic base weight and block execution weight * Update Cargo.lock
This commit is contained in:
@@ -53,4 +53,6 @@ parameter_types! {
|
||||
pub const MaximumBlockWeight: Weight = 2_000_000_000_000;
|
||||
pub const AvailableBlockRatio: Perbill = Perbill::from_percent(75);
|
||||
pub const MaximumBlockLength: u32 = 5 * 1024 * 1024;
|
||||
pub const ExtrinsicBaseWeight: Weight = 100_000_000; // TODO: Confirm/Update
|
||||
pub const BlockExecutionWeight: Weight = 1_000_000_000; // TODO: Confirm/Update
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user