git.delta.rocks / unique-network / refs/commits / 60c922aab488

difftreelog

opal runtime 9090 00

Igor Kozyrev2021-09-28parent: #1203e2d.patch.diff
in: master

1 file changed

modifiedruntime/src/lib.rsdiffbeforeafterboth
141141
142/// This runtime version.142/// This runtime version.
143pub const VERSION: RuntimeVersion = RuntimeVersion {143pub const VERSION: RuntimeVersion = RuntimeVersion {
144 spec_name: create_runtime_str!("nft"),144 spec_name: create_runtime_str!("opal"),
145 impl_name: create_runtime_str!("nft"),145 impl_name: create_runtime_str!("opal"),
146 authoring_version: 1,146 authoring_version: 1,
147 spec_version: 3,147 spec_version: 909000,
148 impl_version: 1,148 impl_version: 1,
149 apis: RUNTIME_API_VERSIONS,149 apis: RUNTIME_API_VERSIONS,
150 transaction_version: 1,150 transaction_version: 1,