File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
runtimes/bulletin-westend Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -226,4 +226,4 @@ metadata-hash = ["substrate-wasm-builder/metadata-hash"]
226226# A feature that should be enabled when the runtime should be built for on-chain
227227# deployment. This will disable stuff that shouldn't be part of the on-chain wasm
228228# to make it smaller, like logging for example.
229- on-chain-release-build = [" metadata-hash" ]
229+ on-chain-release-build = [" metadata-hash" , " sp-api/disable-logging " ]
Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
181181 spec_name : alloc:: borrow:: Cow :: Borrowed ( "bulletin-westend" ) ,
182182 impl_name : alloc:: borrow:: Cow :: Borrowed ( "bulletin-westend" ) ,
183183 authoring_version : 1 ,
184- spec_version : 1_000_000 ,
184+ spec_version : 1_000_001 ,
185185 impl_version : 1 ,
186186 apis : RUNTIME_API_VERSIONS ,
187187 transaction_version : 1 ,
You can’t perform that action at this time.
0 commit comments