ERUP 5 v3.5.1
Pre-release
Pre-release
Erup-5 upgrade
Changes:
Upgrade metadata from v13 to v14
Remove older dependencies and the old dependency structure
Upgrade to native substrate decencies(directly from parity) to polkadot-v19
Frontier has been upgraded to polkadot-v19
LightSyncClient deprecated
New Client node storage(Storage V2), rpc and Node host functions
Upgraded Rust-toolchain and upgrade to Rust 2021 format
Upgrade your node by:
- Getting the new compiled node/the target/release/edgeware binary
- Open your chainspec, if you have a line that says "lightSyncState", remove that
- Start the node
# subwasm info target/release/wbuild/edgeware-runtime/edgeware_runtime.wasm
Running subwasm v0.18.0
🏋️ Runtime size: 5.498 MB (5,764,922 bytes)
🗜 Compressed: No
✨ Reserved meta: OK - [6D, 65, 74, 61]
🎁 Metadata version: V14
🔥 Core version: edgeware-52 (edgeware-node-52.tx2.au16)
🗳️ system.setCode hash: 0x3c69d043e7d4678634c520df6fbc68bae65e2fe9a480fbd59375833534c476ca
🗳️ authorizeUpgrade hash: 0x841b94c4dff2d777a6cfd73f78844592369cdf4761251db0a7b7289f71d190c7
#️⃣ Blake2-256 hash: 0xf79ed0124ae08bab726b78520e9dc3bd9ee3eb2989c77baffd6394a4556b9adb
📦 IPFS: https://www.ipfs.io/ipfs/QmT2kmzaUvuBqKofnGqM1oTZojtjJS5RhW4bfLwvp8p1TS
Download the pre-compiled files:
Or manually compile it:
$ git clone https://github.com/edgeware-network/edgeware-node & cd edgeware-node/ & git checkout erup-5-latest & cargo build --release