Skip to content

Releases: stellar/stellar-core

v19.12.0

10 Jul 19:08
2109a16
Compare
Choose a tag to compare

v19.12.0rc2

30 Jun 03:38
2109a16
Compare
Choose a tag to compare
v19.12.0rc2 Pre-release
Pre-release

This release contains some stability improvements.

Stability improvements

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

v19.12.0rc1

21 Jun 18:48
9c0e0c8
Compare
Choose a tag to compare
v19.12.0rc1 Pre-release
Pre-release

This release contains some stability improvements, and enables priority flooding for Soroban.

Stability improvements

New features

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

Breaking changes

None

v19.11.0

30 May 22:44
7fb6d5e
Compare
Choose a tag to compare

This release contains some stability improvements, and enables flow control in bytes to better support larger transactions.

Stability improvements

New features

  • overlay: add byte limit to flow control
    This change switches flow control capacity accounting to bytes, to better support larger transactions (in addition to flow control based on message counts).

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

Breaking changes

None

v19.11.0rc2

24 May 21:48
7fb6d5e
Compare
Choose a tag to compare

v19.11.0rc1

23 May 18:38
9072cc1
Compare
Choose a tag to compare
v19.11.0rc1 Pre-release
Pre-release

This release contains some stability improvements, and enables flow control in bytes to better support larger transactions.

Stability improvements

New features

  • overlay: add byte limit to flow control
    This change switches flow control capacity accounting to bytes, to better support larger transactions (in addition to flow control based on message counts).

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

Breaking changes

None

v19.10.0

02 May 03:53
bff2c2b
Compare
Choose a tag to compare

This release contains some new tests and refactoring, and enables out-of-sync nodes to begin catchup immediately

Stability improvements

New features

  • Online catchup no longer waits for trigger ledger
    This change enables out-of-sync nodes to catch up immediately instead of waiting for a trigger ledger. The hash of the last ledger of the most recent checkpoint is used to begin catchup to the last completed checkpoint. This change could reduce validator startup time by up to 5 minutes.

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

Breaking changes

None

v19.10.0rc1

24 Apr 18:53
bff2c2b
Compare
Choose a tag to compare
v19.10.0rc1 Pre-release
Pre-release

This release contains some new tests and refactoring, and enables out-of-sync nodes to begin catchup immediately

Stability improvements

New features

  • Online catchup no longer waits for trigger ledger
    This change enables out-of-sync nodes to catch up immediately instead of waiting for a trigger ledger. The hash of the last ledger of the most recent checkpoint is used to begin catchup to the last completed checkpoint. This change could reduce validator startup time by up to 5 minutes.

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

Breaking changes

None

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)