Upgrade Priority: ❗ HIGH ❗ Please upgrade your node as soon as possible.
An upgrade is essential to properly operate a node for battery station. Unless you already manually prepared your node and unless it is currently in sync with the head of the battery station chain, please purge your chain, upgrade your node as soon as possible and adjust the launch parameters based on the templates in our documentation.
This release mainly changes the client code. Battery Station now uses another protocolId and bootnodes based on dns addresses. It is no longer necessary to specify the chain specification of the relay chain, since it is integrated in the client now and will automatically be selected for the relay chain when --chain=battery_station
is supplied as a client parameter.
Runtime Version
spec_version
: 29
transaction_version
: 8
✨ Your Substrate WASM Runtime is ready! ✨
Summary generated with srtool v0.9.18 using the docker image paritytech/srtool:1.56.1:
Package : zeitgeist-runtime v0.2.2
GIT commit : b6d3a3342d1687ae825e78f68c31625ae2a15723
GIT tag : v0.2.2
GIT branch : HEAD
Rustc : rustc 1.56.1 (59eed8a2a 2021-11-01)
Time : 2021-12-23T22:27:06Z
== Compact
Version : zeitgeist-29 (zeitgeist-1.tx8.au1)
Metadata : V13
Size : 2.43 MB (2553044 bytes)
Proposal : 0xb517dc2475ab7b210e3b30287302536d762db5d8f39ab12f5e90f3c27a981dbe
IPFS : QmY5CzG73RB8jHKnZiedWurmU4P8uxyCLCjkXDoFz73gt2
BLAKE2_256 : 0x27d9e0bdc2aacffc5c2c9f3b83a5765d9e76605f7b3f7cbb1160ed289f25636d
Wasm : ./runtime/target/srtool/release/wbuild/zeitgeist-runtime/zeitgeist_runtime.compact.wasm
== Compressed
Version : zeitgeist-29 (zeitgeist-1.tx8.au1)
Metadata : V13
Size : 671.63 KB (687754 bytes)
Compression : 73.07%
Proposal : 0xa268b0d5fb55b47aac0b25741dc95e88b60331017f7bdb75d5282792aa902aee
IPFS : QmPDU5u9q4tvBr2uu32VVK2nmLR7DKrV3qg3ioanS6z6Ja
BLAKE2_256 : 0xbd3b5e2307d077c841cce6ae1af55449de54491606a5dd700d9e290b1fed4500
Wasm : ./runtime/target/srtool/release/wbuild/zeitgeist-runtime/zeitgeist_runtime.compact.compressed.wasm
Changes
- Load battery station relay chain spec when using battery station parachain (#420)
- Add error documentation for swaps pallet (#418)
- Add ability to deploy additional base asset with combined market creation function (#416)
- Add state changes to PM events (#415)
- Change protocolId of Battery Station (#412)
- Update bootnodes (#410)
- Point link for bug reports to GitHub (#409)
- Fix tests are not building with feature runtime-benchmarks (#408)
- Update rust toolchain (#405)