You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

739 B

Unreleased Changes

v0.34.12

Special thanks to external contributors on this release:

Friendly reminder, we have a bug bounty program.

BREAKING CHANGES

  • CLI/RPC/Config

  • Apps

  • P2P Protocol

  • Go API

  • Blockchain Protocol

FEATURES

  • [rpc] #6717 introduce /genesis_chunked rpc endpoint for handling large genesis files by chunking them

IMPROVEMENTS

BUG FIXES

  • [light] #6685 fix bug with incorrectly handling contexts that would occasionally freeze state sync. (@cmwaters)