Skip to content

Releases: FactomProject/factomd

Testnet April 17th Release

17 Apr 23:29
Compare
Choose a tag to compare
Pre-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

03 Apr 19:07
Compare
Choose a tag to compare
Pre-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

11 Apr 16:26
Compare
Choose a tag to compare
Pre-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