Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2020-02-24 | 1.2 kB | |
v12.4.0 source code.tar.gz | 2020-02-24 | 4.5 MB | |
v12.4.0 source code.zip | 2020-02-24 | 4.9 MB | |
Totals: 3 Items | 9.5 MB | 0 |
This release makes critical improvements to the way nodes communicate in the peer to peer network which should mitigate latency spikes.
Stability improvements
- Batch network calls to speed up transfer rate between peers (large impact on network performance)
- Fix an issue that would cause delays while downloading values during consensus (large impact on network performance)
- Improved the way we throttle transactions during spikes
- Improved logging
- Disable publish to archive in simulation mode
- Fixed an edge condition that could crash validators
New features
- Added a new
json
option todump-xdr
to improve interfacing with other systems - Added dev container support for developers using VS Code.
Breaking changes
none