git.delta.rocks / unique-network / refs/commits / 4de16ed01e1b

difftreelog

build bump spec_version

Yaroslav Bolyukin2023-07-17parent: #8d1c3c9.patch.diff
in: master

4 files changed

modifiedruntime/opal/src/lib.rsdiffbeforeafterboth
51 spec_name: create_runtime_str!(RUNTIME_NAME),51 spec_name: create_runtime_str!(RUNTIME_NAME),
52 impl_name: create_runtime_str!(RUNTIME_NAME),52 impl_name: create_runtime_str!(RUNTIME_NAME),
53 authoring_version: 1,53 authoring_version: 1,
54 spec_version: 942057,54 spec_version: 943060,
55 impl_version: 0,55 impl_version: 0,
56 apis: RUNTIME_API_VERSIONS,56 apis: RUNTIME_API_VERSIONS,
57 transaction_version: 3,57 transaction_version: 3,
modifiedruntime/quartz/src/lib.rsdiffbeforeafterboth
54 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,
modifiedruntime/tests/src/lib.rsdiffbeforeafterboth
209209
210parameter_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}
215215
244 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 {}
249250
modifiedruntime/unique/src/lib.rsdiffbeforeafterboth
51 spec_name: create_runtime_str!(RUNTIME_NAME),51 spec_name: create_runtime_str!(RUNTIME_NAME),
52 impl_name: create_runtime_str!(RUNTIME_NAME),52 impl_name: create_runtime_str!(RUNTIME_NAME),
53 authoring_version: 1,53 authoring_version: 1,
54 spec_version: 942057,54 spec_version: 943060,
55 impl_version: 0,55 impl_version: 0,
56 apis: RUNTIME_API_VERSIONS,56 apis: RUNTIME_API_VERSIONS,
57 transaction_version: 3,57 transaction_version: 3,