Skip to content

Commit ac1ba3c

Browse files
committed
Change version for BW to 1_000_001
(cargo build --profile production -p bulletin-westend-runtime --features on-chain-release-build)
1 parent 7df4174 commit ac1ba3c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

runtimes/bulletin-westend/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"]

runtimes/bulletin-westend/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)