Skip to content

KAGOME v0.9.0

Compare
Choose a tag to compare
@kamilsa kamilsa released this 03 Apr 11:36
· 550 commits to master since this release
8b37ed3

TL;DR

  • Parachains support
  • Light client support
    • Warp sync protocol for incoming requests
    • Light client protocol
  • New Host APIs
    • v2 and v3 child storage host APIs
  • Fixes and improvements

Breaking changes

  • KAGOME database is incompatible with previous versions

Check most up-to-date snapshots here

Added

RPC

Networking

Host API

Storage

Parachains

Documentation

Misc

  • Refactor block executor and block appender to reduce code duplication by @Harrm in #1485
  • Remove di singleton by @turuslan in #1530

Fixed

Networking

Storage

  • Fix child batches and introduce callback for processing loaded trie nodes by @Harrm in #1499

Runtime

Transaction pool

Parachains

Grandpa

BABE

CLI

  • Fix --port and --listen-addr CLI-args handling by @xDimon in #1494

Misc

Removed

Security/Infrastructure

Full Changelog: v0.8.1...v0.9.0