Skip to content

v19.6.0rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@MonsieurNicolas MonsieurNicolas released this 30 Nov 17:07
· 1926 commits to acceptance-test-pass since this release
0e421d0

This release contains some stability improvements as well as the new database backend (see below).

Stability improvements

New features

  • Experimental BucketList key-value store. This is a preview feature (meaning: we expect it to work but there might be some issues with it). When enabled using EXPERIMENTAL_BUCKETLIST_DB = true it switches core to using buckets as the only source of truth for ledger state (while still using sql for other data like overlay state, transaction information, etc). We expect performance to be higher while using about half the disk space, so please give it a try! For the gritty details check out the bucket’s readme.
  • Improvements to overlay metrics and logging

Soroban (only enabled in vNext, not enabled in default build)

Breaking changes

None