KAGOME v0.9.2
TL;DR
- BEEFY consensus
- New state sync
- Bump to C++20
- Block execution in separate thread
Breaking changes
None
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.2
Added
BABE
GRANDPA
Networking
Host API
- Add Missing Host APIs by @igor-egorov in #1811
Runtime
BEEFY
- beefy justifications by @turuslan in #1812
- beefy rpc by @turuslan in #1823
- beefy vote synchronized by @turuslan in #1832
Misc
- Comment tx pool assert, add dispute zombienet test by @kamilsa in #1788
- reduce approval log by @turuslan in #1789
- Bump to C++20 standard by @xDimon in #1764
- Remove inline from TreeMeta::getWeight by @kamilsa in #1820
- Send blocks telemetry immediately or in 1 sec intervals by @igor-egorov in #1822
Fixed
BABE
- Fix block production by @xDimon in #1821
- Fix babe_test asan issue by @xDimon in #1827
- fix block executor test by @turuslan in #1826
- Fix mock leaks by @xDimon in #1831
GRANDPA
Networking
Runtime
Parachains
- Fix finalization after conclude dispute against candidate by @xDimon in #1809
- Fix dispute deadlock by @xDimon in #1830
Misc
Infrastructure & QA
- Add gbd and gdbserver to images by @safinsaf in #1717
- Fix tag by @safinsaf in #1783
- Use qdrvm docker hub by @safinsaf in #1784
- Update hunter by @safinsaf in #1796
- Update runner tags by @safinsaf in #1797
- Add zombienet tests part 3 by @esganesh in #1803
- Add new tests to CI by @safinsaf in #1810
- deduplicate notifications code by @turuslan in #1806
- Bump gitpython from 3.1.32 to 3.1.35 in /zombienet/docker by @dependabot in #1802
Full Changelog: v0.9.1...v0.9.2