Skip to content

Releases: FactomProject/factomd

v6.17.1

25 Oct 15:13
1bc1f30
Compare
Choose a tag to compare

Ends the Factom Era @ Block 374000
Begins the Accumulate Era

See http:/GitLab/AccumulateNetwork

v6.16.1

21 Feb 18:35
2d6b3d2
Compare
Choose a tag to compare

Grant Release

What's Changed

Full Changelog: v6.16.0...v6.16.1

v6.15.1

19 Nov 03:56
c3cfccd
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v6.14.1...v6.15.1

v6.14.1

17 Aug 22:56
d1edc02
Compare
Choose a tag to compare
Merge pull request #1127 from FactomProject/develop

v1.14.1

v6.13.0

19 Feb 00:01
1eb56d7
Compare
Choose a tag to compare

Grant release 2021_01

v6.12.1

26 Dec 22:41
eeb45f1
Compare
Choose a tag to compare

Use git tag for specifying build version.
Makefile augmented to cross-compile to other platforms.

v6.12.0

25 Nov 03:45
59a959e
Compare
Choose a tag to compare

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

14 Nov 19:51
6f3128e
Compare
Choose a tag to compare

Contains grants 2020-04

v6.10.0-rc1

31 Oct 00:59
Compare
Choose a tag to compare
v6.10.0-rc1 Pre-release
Pre-release
release version 6.10.0-rc1

v6.9.0-rc2

09 Oct 15:42
Compare
Choose a tag to compare
v6.9.0-rc2 Pre-release
Pre-release

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