Releases: FactomProject/factomd
Releases · FactomProject/factomd
v6.17.1
v6.16.1
v6.15.1
v6.14.1
Merge pull request #1127 from FactomProject/develop v1.14.1
v6.13.0
Grant release 2021_01
v6.12.1
Use git tag for specifying build version.
Makefile augmented to cross-compile to other platforms.
v6.12.0
Changelog v6.12.0
Features
- ChainHeadFix reworked to be multithreaded and run faster to improve startup times
- P2P2 rework integrated
- Entry sync ("2nd pass") rewritten to limit the number of concurrent requests made
API Changes
- Raw data is now optional for the methods: admin-block, factoid-block, entrycredit-block, dblock-by-height, ecblock-by-height, fblock-by-height,ablock-by-height. To retrieve without raw data, add a parameter "noraw" of "true". Factom client support is in the current developer build.
- Panics in API calls are now handled gracefully instead of shutting down the node
Bugfixes
- Phantom pending coinbase no longer shows up
- Several unit tests fixed
- Don't display a "nil hash" error when someone buys EC
Developer Changes
- The repo now uses go.mod to manage dependencies instead of glide
- Golang compiler version check is removed
- Automated circle test revamped to stop unnecessary checks on side branches and improve the flow (such as including go fmt and go vet checks)
v6.11.0
Contains grants 2020-04
v6.10.0-rc1
release version 6.10.0-rc1
v6.9.0-rc2
Changelog v6.9.0-rc2
Bugfixes:
- Several unit tests fixed
- Correctly accept the "peer" command line parameter
- Correctly accept the "debuglog" command line parameter
- Set the leaderchain of signatures added through election volunteer messages
- Set the input/output filter properly via the debug API