Skip to content

Releases: stellar/stellar-core

v19.9.0

04 Apr 22:01
064a278
Compare
Choose a tag to compare

This release contains some stability improvements and enables serializing BucketListDB indexes on disk.

Stability improvements

New features

  • Serialize indexes to disk
    This change saves BucketListDB indexes on disk, so validators can load the index files, instead of reindexing the entire BucketList on startup. On EBS, indexing the BucketList takes about 4 minutes, but loading indexes takes about 1-2 seconds only.

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

v19.9.0rc1

24 Mar 16:43
064a278
Compare
Choose a tag to compare
v19.9.0rc1 Pre-release
Pre-release

This release contains some stability improvements and enables serializing BucketListDB indexes on disk.

Stability improvements

New features

  • Serialize indexes to disk
    This change saves BucketListDB indexes on disk, so validators can load the index files, instead of reindexing the entire BucketList on startup. On EBS, indexing the BucketList takes about 4 minutes, but loading indexes takes about 1-2 seconds only.

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

v19.8.0

28 Feb 18:00
040a29c
Compare
Choose a tag to compare

v19.8.0rc1

21 Feb 19:40
040a29c
Compare
Choose a tag to compare

v19.7.0

31 Jan 18:50
7249363
Compare
Choose a tag to compare

Stability improvements

New features

None in this release.

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

Breaking changes

  • switch to llvm-12 (from llvm-10) and to gcc-10 (from gcc-8) ; not technically a breaking change (older versions of toolchains still work), but instead reflects what the currently tested toolchains are. Main implication is that we’re prioritizing testing Ubuntu 22.04 LTS instead of Ubuntu 18.04 LTS (that is EOL soon).

v19.7.0rc1

24 Jan 03:31
7249363
Compare
Choose a tag to compare
v19.7.0rc1 Pre-release
Pre-release

Stability improvements

New features

None in this release.

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

Breaking changes

  • switch to llvm-12 (from llvm-10) and to gcc-10 (from gcc-8) ; not technically a breaking change (older versions of toolchains still work), but instead reflects what the currently tested toolchains are. Main implication is that we’re prioritizing testing Ubuntu 22.04 LTS instead of Ubuntu 18.04 LTS (that is EOL soon).

v19.6.0

06 Dec 01:15
b3a6bc2
Compare
Choose a tag to compare

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

v19.6.0rc1

30 Nov 17:07
0e421d0
Compare
Choose a tag to compare
v19.6.0rc1 Pre-release
Pre-release

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

v19.5.0

01 Nov 23:13
ca2fb06
Compare
Choose a tag to compare

v19.5.0rc1

24 Oct 16:15
ca2fb06
Compare
Choose a tag to compare