Skip to content

Releases: stellar/stellar-core

v10.0.0rc3

28 Aug 23:33
81446c6
Compare
Choose a tag to compare
v10.0.0rc3 Pre-release
Pre-release

This release includes changes to the protocol as well as some stability improvements.

As it changes the meta data format, a newer version (0.14.0 or greater) of Horizon is required.

Stability improvements

  • Avoid 100% CPU usage when running certain commands (--newhist for example).
  • Handshake code in overlay had issue that would lead to peers not able to an error “unexpected MAC”.
  • Align publish with network consensus, this avoids potentially publishing bad ledgers in case of corruption.
  • Align catchup with network consensus, this avoids having to rely on timing (which may cause significant delays in catchup).
  • Properly fail work when spawning a process throws an exception.
  • Transactions are better flooded on the network.
  • SCP: synchronize nodes over time to reduce chance of timeout
  • SCP: nomination was sometimes computing “round leader” improperly, leading to timeouts
  • SCP: ensure latest quorum information is used when whitelisting validators
  • SCP: fix an edge case (present in current revision of the whitepaper), where a validator would improperly set its internal set leading to a crash
  • Move to a more recent version of asio.
  • Reduced number of warnings.
  • Properly kill subprocesses.
  • Moved to Catch2 (testing).
  • Moved to c++ 14 for the toolchain.

Protocol Changes (v10)

  • BumpSeqOp w/ seqnum processing changes
  • Liabilities enforced across the board
  • Made offer rounding behavior more intuitive
  • Moved signature verification to transaction apply step
  • Fast fail not allowing to change trust on native assets

New features

  • New upgradehistory table that emits meta data for upgrades
  • Improved private network load testing
    • updated loadgenerator to allow for more scalable and parallel submission of synthetic traffic.
    • Documented how to do performance testing
  • New metrics:
    • archive health
    • performance characteristics of validators and network
  • Validators can now be configured to upgrade to protocol versions other than the latest supported.
  • Support for running tests in parallel
  • new printxdr command line option replaces printtxn to pretty print common XDR objects

v10.0.0rc2

10 Aug 18:05
c5fc4b1
Compare
Choose a tag to compare
v10.0.0rc2 Pre-release
Pre-release

This release includes changes to the protocol as well as some stability improvements.

As it changes the meta data format, a newer version (0.14.0 or greater) of Horizon is required.

Stability improvements

  • Avoid 100% CPU usage when running certain commands (--newhist for example).
  • Handshake code in overlay had issue that would lead to peers not able to an error “unexpected MAC”.
  • Align publish with network consensus, this avoids potentially publishing bad ledgers in case of corruption.
  • Align catchup with network consensus, this avoids having to rely on timing (which may cause significant delays in catchup).
  • Properly fail work when spawning a process throws an exception.
  • Transactions are better flooded on the network.
  • SCP: synchronize nodes over time to reduce chance of timeout
  • SCP: nomination was sometimes computing “round leader” improperly, leading to timeouts
  • SCP: ensure latest quorum information is used when whitelisting validators
  • Move to a more recent version of asio.
  • Reduced number of warnings.
  • Properly kill subprocesses.
  • Moved to Catch2 (testing).
  • Moved to c++ 14 for the toolchain.

Protocol Changes (v10)

  • BumpSeqOp w/ seqnum processing changes
  • Liabilities enforced across the board
  • Made offer rounding behavior more intuitive
  • Moved signature verification to transaction apply step
  • Fast fail not allowing to change trust on native assets

New features

  • New upgradehistory table that emits meta data for upgrades
  • Improved private network load testing
    • updated loadgenerator to allow for more scalable and parallel submission of synthetic traffic.
    • Documented how to do performance testing
  • New metrics:
    • archive health
    • performance characteristics of validators and network
  • Validators can now be configured to upgrade to protocol versions other than the latest supported.
  • Support for running tests in parallel
  • new printxdr command line option replaces printtxn to pretty print common XDR objects

v10.0.0rc1

07 Aug 20:17
cb61d6b
Compare
Choose a tag to compare
v10.0.0rc1 Pre-release
Pre-release

This release includes changes to the protocol as well as some stability improvements.

As it changes the meta data format, a newer version (0.14.0 or greater) of Horizon is required.

Stability improvements

  • Avoid 100% CPU usage when running certain commands (--newhist for example).
  • Handshake code in overlay had issue that would lead to peers not able to an error “unexpected MAC”.
  • Align publish with network consensus, this avoids potentially publishing bad ledgers in case of corruption.
  • Align catchup with network consensus, this avoids having to rely on timing (which may cause significant delays in catchup).
  • Properly fail work when spawning a process throws an exception.
  • Transactions are better flooded on the network.
  • SCP: synchronize nodes over time to reduce chance of timeout
  • SCP: nomination was sometimes computing “round leader” improperly, leading to timeouts
  • SCP: ensure latest quorum information is used when whitelisting validators
  • Move to a more recent version of asio.
  • Reduced number of warnings.
  • Properly kill subprocesses.
  • Moved to Catch2 (testing).
  • Moved to c++ 14 for the toolchain.

Protocol Changes (v10)

  • BumpSeqOp w/ seqnum processing changes
  • Liabilities enforced across the board
  • Made offer rounding behavior more intuitive
  • Moved signature verification to transaction apply step
  • Fast fail not allowing to change trust on native assets

New features

  • Improved private network load testing
    • updated loadgenerator to allow for more scalable and parallel submission of synthetic traffic.
    • Documented how to do performance testing
  • New metrics:
    • archive health
    • performance characteristics of validators and network
  • Validators can now be configured to upgrade to protocol versions other than the latest supported.
  • Support for running tests in parallel

v9.2.0

20 Mar 16:35
7561c1d
Compare
Choose a tag to compare

Release notes

This release is a stability release, it makes some critical improvements that should help with network and node reliability.

Note:

On first run stellar-core may appear to be stuck for a while (order of a minute) while it garbage collects the bucket files - subsequent starts will not be slow. Last line before that pause will be “Loading last known ledger”.

You may want to disable garbage collection of historical meta data if you need to reingest it in Horizon for example.

Stability improvements

  • Fixed an issue where the local state would get corrupted on shutdown (this would require resetting the node).
  • SCP improvements (sometimes rounds were too short, sometimes too long due to timeouts).
  • Send list of alternate nodes when shutting down connections due to load (improves discovery of alternate nodes even when connecting to ones that are full).
  • Properly garbage collect buckets left in buckets folder.
  • Fast fail when encountering unknown protocol versions.
  • Reworked the admin guide to follow a “step-by-step” approach to running a node as well as integrating updated information from various sources.
  • Connect to peers marked as PREFERRED_PEERS on a regular basis, even after reaching the connection target
  • Avoid running out of file descriptors when connecting to more peers (when limits are not compatible with configuration file)
  • Fixed an issue where nodes would experience intermittent high CPU usage when connected to many other peers

New features

v9.2.0rc6 - PRE RELEASE

17 Mar 20:12
b0923f1
Compare
Choose a tag to compare

v9.2.0rc5 - PRE RELEASE

10 Mar 00:15
6dfee37
Compare
Choose a tag to compare

v9.2.0rc4 - PRE RELEASE

08 Mar 21:40
bd4940e
Compare
Choose a tag to compare

v9.2.0rc3 PRE-RELEASE

08 Mar 01:08
74cae1e
Compare
Choose a tag to compare
v9.2.0rc3 PRE-RELEASE Pre-release
Pre-release
Merge pull request #1585 from MonsieurNicolas/prefPeersAlways

Always connect to preferred peers

Reviewed-by: MonsieurNicolas

v9.2.0rc2

01 Mar 22:58
139d548
Compare
Choose a tag to compare
v9.2.0rc2 Pre-release
Pre-release
Merge pull request #1576 from MonsieurNicolas/maintenancePerfFix

improve query used to delete old entries during maintenance

Reviewed-by: jonjove

v9.2.0rc1

28 Feb 23:55
8d37e95
Compare
Choose a tag to compare
v9.2.0rc1 Pre-release
Pre-release
Merge pull request #1537 from vogel/cleanup-stale-buckets

Cleanup stale buckets

Reviewed-by: MonsieurNicolas