git.delta.rocks / unique-network / refs/commits / bdb29fd7c487

difftreelog

chore bump spec_version to 10010063

Yaroslav Bolyukin2023-10-24parent: #be55c88.patch.diff
in: master

4 files changed

modifiedruntime/common/config/pallets/mod.rsdiffbeforeafterboth
112112
113 fn current_block_number() -> Self::BlockNumber {113 fn current_block_number() -> Self::BlockNumber {
114 // This code was broken previously, but after fixing, we decided it would be better to leave it broken for now.114 // This code was broken previously, but after fixing, we decided it would be better to leave it broken for now.
115 0.into()115 0u32.into()
116 // use hex_literal::hex;116 // use hex_literal::hex;
117 // use parity_scale_codec::Decode;117 // use parity_scale_codec::Decode;
118 // use sp_io::storage;118 // use sp_io::storage;
modifiedruntime/opal/src/lib.rsdiffbeforeafterboth
49 spec_name: create_runtime_str!("opal"),49 spec_name: create_runtime_str!("opal"),
50 impl_name: create_runtime_str!("opal"),50 impl_name: create_runtime_str!("opal"),
51 authoring_version: 1,51 authoring_version: 1,
52 spec_version: 10010062,52 spec_version: 10010063,
53 impl_version: 0,53 impl_version: 0,
54 apis: RUNTIME_API_VERSIONS,54 apis: RUNTIME_API_VERSIONS,
55 transaction_version: 3,55 transaction_version: 3,
modifiedruntime/quartz/src/lib.rsdiffbeforeafterboth
51 impl_name: create_runtime_str!("quartz"),51 impl_name: create_runtime_str!("quartz"),
5252
53 authoring_version: 1,53 authoring_version: 1,
54 spec_version: 10010062,54 spec_version: 10010063,
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,
64 impl_name: create_runtime_str!("sapphire"),64 impl_name: create_runtime_str!("sapphire"),
6565
66 authoring_version: 1,66 authoring_version: 1,
67 spec_version: 10010062,67 spec_version: 10010063,
68 impl_version: 0,68 impl_version: 0,
69 apis: RUNTIME_API_VERSIONS,69 apis: RUNTIME_API_VERSIONS,
70 transaction_version: 3,70 transaction_version: 3,
modifiedruntime/unique/src/lib.rsdiffbeforeafterboth
49 spec_name: create_runtime_str!("unique"),49 spec_name: create_runtime_str!("unique"),
50 impl_name: create_runtime_str!("unique"),50 impl_name: create_runtime_str!("unique"),
51 authoring_version: 1,51 authoring_version: 1,
52 spec_version: 10010062,52 spec_version: 10010063,
53 impl_version: 0,53 impl_version: 0,
54 apis: RUNTIME_API_VERSIONS,54 apis: RUNTIME_API_VERSIONS,
55 transaction_version: 3,55 transaction_version: 3,