Skip to content

KAGOME v0.9.4

Compare
Choose a tag to compare
@kamilsa kamilsa released this 26 Jun 11:03
· 156 commits to master since this release
8ca1e3f

TL;DR

  • Async backing
  • Elastic scaling first iteration
    • Prospective parachains with multiple candidates
  • Grid and cluster topologies for statements distribution
  • Security improvements
    • Experimental secure validator mode
    • WASM stack limiter
    • Secure heap allocation for private key
  • Disabled validators first iteration
    • Disabled validators support in BABE and disputes escalation
  • WasmEdge WASM engine
  • Infrastructure improvements

Breaking changes

This release does not contain any backwards incompatible changes

Docker image

The docker image for this release can be found at Docker hub

You may pull this version of KAGOME with command:

docker pull qdrvm/kagome:v0.9.4

Added

BABE

  • Check BABE key optional in changeEpoch by @Harrm in #1895
  • Feature: disabled validators in babe by @xDimon in #2008

GRANDPA

BEEFY

Parachains

Storage

  • Return error from PolkadotTrieImpl::tryGet when failed to retrieve a value by @Harrm in #1897

Runtime

RPC

Networking

Transaction pool

Offchain workers

Security

Infra

Misc

Fixed

BABE

GRANDPA

BEEFY

Parachains

Runtime

RPC

Networking

Transaction pool

  • Fix UnknownTransaction::Custom encoding by @Harrm in #1910

Storage

Misc

Full Changelog: v0.9.3...v0.9.4


What's Changed

New Contributors

Full Changelog: v0.9.3...v0.9.4