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.rsdiffbeforeafterboth--- a/runtime/quartz/src/lib.rs
+++ b/runtime/quartz/src/lib.rs
@@ -54,7 +54,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/tests/src/lib.rsdiffbeforeafterboth209209210parameter_types! {210parameter_types! {211 pub BlockGasLimit: U256 = 0u32.into();211 pub BlockGasLimit: U256 = 0u32.into();212 pub WeightPerGas: Weight = Weight::from_ref_time(20);212 pub WeightPerGas: Weight = Weight::from_parts(20, 0);213 pub const PostBlockAndTxnHashes: PostLogContent = PostLogContent::BlockAndTxnHashes;213 pub const PostBlockAndTxnHashes: PostLogContent = PostLogContent::BlockAndTxnHashes;214}214}215215244 type BlockHashMapping = SubstrateBlockHashMapping<Self>;244 type BlockHashMapping = SubstrateBlockHashMapping<Self>;245 type TransactionValidityHack = ();245 type TransactionValidityHack = ();246 type Timestamp = Timestamp;246 type Timestamp = Timestamp;247 type GasLimitPovSizeRatio = ConstU64<0>;247}248}248impl pallet_evm_coder_substrate::Config for Test {}249impl pallet_evm_coder_substrate::Config for Test {}249250runtime/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,