difftreelog
chore bump spec_version to 10010063
in: master
4 files changed
runtime/common/config/pallets/mod.rsdiffbeforeafterboth112112113 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;runtime/opal/src/lib.rsdiffbeforeafterboth49 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,runtime/quartz/src/lib.rsdiffbeforeafterboth51 impl_name: create_runtime_str!("quartz"),51 impl_name: create_runtime_str!("quartz"),525253 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"),656566 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,runtime/unique/src/lib.rsdiffbeforeafterboth49 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,