Skip to content

v1.0.0-rc1

Pre-release
Pre-release

Choose a tag to compare

@kamilsa kamilsa released this 19 Feb 13:04
· 62 commits to master since this release
afdc93c

Note

  • This is first feature complete version of KAGOME!
  • No new features will be added to the full 1.0 release, only necessary fixes discovered during the testing with external node operators

TL;DR

  • Fragment chain
  • QUIC
  • RFC-103
  • Necessary fixes for high era points

Breaking changes

This release contains breaking change for database. For the first run on existing database please include --enable-db-migration flag. Alternatively, just resync the node from scratch (e.g. by using --sync Warp)

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:v1.0.0-rc1

Added

BEEFY

  • Fetch and store blocks between last grandpa and last beefy finalized by @ErakhtinB in #2202

Grandpa

Parachains

Storage

Runtime

Networking

Offchain workers

RPC

Security

CI/CD

Misc

Fixed

BABE

GRANDPA

BEEFY

Offchain workers

Parachains

Runtime

RPC

Networking

Transaction pool

Storage

CI/CD

Misc


New Contributors

Full Changelog: v0.9.5...v1.0.0-rc1