v0.2.0
Pre-release
Pre-release
amerameen
released this
17 Nov 16:38
·
1495 commits
to development
since this release
This is a pre-release compatible with the Polkadot v0.6 runtime API.
New Features
- compatible with Polkadot v0.6 runtime API
- complete GRANDPA implementation, including networking and catch-up
- preliminary polkadot.js compatibility with v1.34.1; able to query node
- support for multiple wasm backends, currently supports go-wasmer and go-wasmtime
- transaction pool maintainence on chain re-orgs
- add noise support to networking layer
- handle runtime-to-consensus engine digests
- add profiling options
--cpuprof
and--memprof
Improvements
- use network sub-protocols for block requests and responses (
/sync/2
) and block announces (/block-announces/1
) - update built-in keys to match subkey; eg.
--key alice
now matchessubkey inspect //Alice
- maximum block response size for syncing increased to 128 from 16
- add configuration options for package log levels