Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2019-06-26 | 1.9 kB | |
v11.2.0 source code.tar.gz | 2019-06-26 | 4.4 MB | |
v11.2.0 source code.zip | 2019-06-26 | 4.8 MB | |
Totals: 3 Items | 9.1 MB | 0 |
Stability Improvements
- Do not allow gaps to form in history, stellar-core will always replay transactions instead of “jumping forward” post the initial sync. This gets rid of a common issue with Horizon.
- Do not corrupt local node on unknown upgrade.
- SCP messages are persisted across multiple ledgers. One of the root causes for May’s outage.
- Global log level can be set again.
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, thequorum
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.