Releases: FactomProject/factomd
Testnet April 17th Release
This version is deployed to the Testnet, and IS NOT compatible with mainnet. Anyone using this version should be apart of the community testnet and be in communication channels for network wide updates and information.
Changelog:
- Failovers on block boundaries were fixed
- Code was added to address multiple failovers in the same minute, so multiple faults (more than 2)
- Identity Refactor (external identity parsing now easier)
- Changed failover timeouts, so it only takes 30s after an election start for each fed to be replaced. E.G 3 failed nodes should take 2min grace period + 30s per node after that, rather than 2min + 2min * 3
- 🪲 fixes
Testnet April 3rd Release
This version is deployed to the Testnet, and IS NOT compatible with mainnet. Anyone using this version should be apart of the community testnet and be in communication channels for network wide updates and information.
ChangeLog:
This is the first tagged version of the community testnet code. Future change logs will be based off of this version
- Includes new fail-over code release and fixes
Testnet April 11th Release
This version is deployed to the Testnet, and IS NOT compatible with mainnet. Anyone using this version should be apart of the community testnet and be in communication channels for network wide updates and information.
ChangeLog:
- Minor bug fixes