Skip to content

Releases: stellar/stellar-core

v11.4.0

29 Aug 00:19
38f51d6
Compare
Choose a tag to compare

Release notes:

Stability improvements

Breaking changes

v11.4.0rc2

23 Aug 23:43
6c590a3
Compare
Choose a tag to compare
v11.4.0rc2 Pre-release
Pre-release

Release notes:

Stability improvements

Breaking changes

v11.4.0rc1

19 Aug 16:33
ef7318a
Compare
Choose a tag to compare
v11.4.0rc1 Pre-release
Pre-release

Release notes:

Stability improvements

Breaking changes

v11.3.0

22 Jul 23:11
5f7821d
Compare
Choose a tag to compare

Release notes:

Stability improvements

  • fixed a couple issues where stellar-core would perform a lot of redundant bucket merges when publishing to history
  • specifying fullkeys=true to commands such as quorum now has a consistent behavior, in that when not specified aliases or short keys are returned and when specified only full keys are returned
  • fixes an issue where in some rare cases transactions for certain accounts would be rejected due to the banning/invalidation of the first transaction in a sequence of transactions for the same account
  • fixed an issue that was causing command line catchup to panic in some cases
  • make transitive quorum checking recomputation more deterministic

New features

v11.3.0rc1

15 Jul 17:15
5f7821d
Compare
Choose a tag to compare
v11.3.0rc1 Pre-release
Pre-release

Release notes:

Stability improvements

  • fixed a couple issues where stellar-core would perform a lot of redundant bucket merges when publishing to history
  • specifying fullkeys=true to commands such as quorum now has a consistent behavior, in that when not specified aliases or short keys are returned and when specified only full keys are returned
  • fixes an issue where in some rare cases transactions for certain accounts would be rejected due to the banning/invalidation of the first transaction in a sequence of transactions for the same account
  • fixed an issue that was causing command line catchup to panic in some cases
  • make transitive quorum checking recomputation more deterministic

New features

v11.2.0

27 Jun 15:32
f385773
Compare
Choose a tag to compare

Stability Improvements

New Features

  • Quorum intersection monitoring: Allows administrators to set up monitoring via the logs when the overall network is not configured properly for quorum intersection.
  • Automatic Quorum Set generation: Allows administrators to automatically configure their quorum set according to best practices. This is now the preferred way for admins to configure their quorum sets (largely motivated by May’s outages).
  • Added new metrics to track SCP timeouts.

For more information on the motivation and implementation of the features related to quorum intersection, see our recent blog post on the developer blog.

Breaking Changes

  • The info endpoint changed in a breaking way (specifically, the quorum section - see observing consensus).
  • The old style command line syntax has been removed after being deprecated since November 2018.
  • Windows builds now require Visual Studio 2019.

v11.2.0rc3

24 Jun 15:59
19cf49b
Compare
Choose a tag to compare
v11.2.0rc3 Pre-release
Pre-release

Stability improvements

New features

Breaking changes

  • The old style command line has been removed ; was deprecated since November
  • Windows builds now require Visual Studio 2019

v11.2.0rc2

20 Jun 16:49
52f1a03
Compare
Choose a tag to compare
v11.2.0rc2 Pre-release
Pre-release

Stability improvements

New features

Breaking changes

  • The old style command line has been removed ; was deprecated since November
  • Windows builds now require Visual Studio 2019

v11.2.0rc1

17 Jun 15:58
46fdead
Compare
Choose a tag to compare
v11.2.0rc1 Pre-release
Pre-release
Merge pull request #2103 from vogel/do-not-allow-gaps-in-history

Do not allow gaps in history

Reviewed-by: MonsieurNicolas

v11.1.0

23 May 15:30
Compare
Choose a tag to compare

Focus:

Routine stability and performance improvements

Release notes:

Stability improvements

New features