Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2015-12-22 | 1.0 kB | |
v0.4.0 source code.tar.gz | 2015-12-22 | 3.7 MB | |
v0.4.0 source code.zip | 2015-12-22 | 4.3 MB | |
Totals: 3 Items | 8.0 MB | 0 |
New features
- New meta data emitted (previous ledger entry state) - see https://github.com/stellar/stellar-core/pull/944
- Perform maintenance on startup by default for nodes not in CATCHUP_COMPLETE mode (this reduces the disk space requirement for those nodes as data is purged more often)- see https://github.com/stellar/stellar-core/pull/947
- Additional QUORUM_SET validation - as described in https://github.com/stellar/stellar-core/commit/f9286a69211772308605d52e70076432ce0a123b and https://github.com/stellar/stellar-core/commit/fa048e642204b1f801f27425cb7ad3e90f34e5a5
Fixes and improvements
- Major history publish/download overhaul, to improve reliability of interactions with history subsystem - see https://github.com/stellar/stellar-core/pull/951
- Validators only forward messages from the extended quorum - this closes a potential attack vector to DoS validators
- Avoid triggering catchup from history when restarting a node after a short downtime
- Improved "quorum" reporting