difftreelog
build bump spec_version
in: master
4 files changed
runtime/opal/src/lib.rsdiffbeforeafterboth--- a/runtime/opal/src/lib.rs
+++ b/runtime/opal/src/lib.rs
@@ -51,7 +51,7 @@
spec_name: create_runtime_str!(RUNTIME_NAME),
impl_name: create_runtime_str!(RUNTIME_NAME),
authoring_version: 1,
- spec_version: 942057,
+ spec_version: 943060,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 3,
runtime/quartz/src/lib.rsdiffbeforeafterboth54 spec_name: create_runtime_str!(RUNTIME_NAME),54 spec_name: create_runtime_str!(RUNTIME_NAME),55 impl_name: create_runtime_str!(RUNTIME_NAME),55 impl_name: create_runtime_str!(RUNTIME_NAME),56 authoring_version: 1,56 authoring_version: 1,57 spec_version: 942057,57 spec_version: 943060,58 impl_version: 0,58 impl_version: 0,59 apis: RUNTIME_API_VERSIONS,59 apis: RUNTIME_API_VERSIONS,60 transaction_version: 3,60 transaction_version: 3,runtime/tests/src/lib.rsdiffbeforeafterboth--- a/runtime/tests/src/lib.rs
+++ b/runtime/tests/src/lib.rs
@@ -209,7 +209,7 @@
parameter_types! {
pub BlockGasLimit: U256 = 0u32.into();
- pub WeightPerGas: Weight = Weight::from_ref_time(20);
+ pub WeightPerGas: Weight = Weight::from_parts(20, 0);
pub const PostBlockAndTxnHashes: PostLogContent = PostLogContent::BlockAndTxnHashes;
}
@@ -244,6 +244,7 @@
type BlockHashMapping = SubstrateBlockHashMapping<Self>;
type TransactionValidityHack = ();
type Timestamp = Timestamp;
+ type GasLimitPovSizeRatio = ConstU64<0>;
}
impl pallet_evm_coder_substrate::Config for Test {}
runtime/unique/src/lib.rsdiffbeforeafterboth--- a/runtime/unique/src/lib.rs
+++ b/runtime/unique/src/lib.rs
@@ -51,7 +51,7 @@
spec_name: create_runtime_str!(RUNTIME_NAME),
impl_name: create_runtime_str!(RUNTIME_NAME),
authoring_version: 1,
- spec_version: 942057,
+ spec_version: 943060,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 3,