Skip to content
This repository has been archived by the owner on Jul 21, 2022. It is now read-only.

Releases: gluwa/creditcoin-legacy

1.7.2-validator

20 Jan 19:30
Compare
Choose a tag to compare

Hotfix for Validator to allow decreasing difficulty quicker when struggling due to a high difficulty block

1.7.1

23 Jul 19:16
Compare
Choose a tag to compare

docker pull gluwa/creditcoin-gateway:1.7.1
docker pull gluwa/creditcoin-processor:1.7.1
docker pull gluwa/creditcoin-validator:1.7.1
docker pull gluwa/sawtooth-rest-api:1.7.1

Task

  • CRB-131 Exclude self-endpoint on ConnectionManager start
  • CRB-124 Increase depth_limit in housekeeping-block-fetching request as much as possible

1.7.0

19 Jun 00:30
34b4e71
Compare
Choose a tag to compare
Merge pull request #23 from gluwa/dev

Merge 1.7.0 code into master branch

1.6.5

06 Nov 18:18
7d994ab
Compare
Choose a tag to compare
  • Fix for Python bug in Sawtooth Validator

1.6.4

05 Nov 21:35
75a0c4f
Compare
Choose a tag to compare
sawtooth fix: KeyError in _do_router_heartbeat (#20)

* Fix for unhandled exception during peer refresh
* sawtooth fix: KeyError in _do_router_heartbeat

Co-authored-by: Will Ryan <will.ryan@gluwa.com>

1.6.3

04 Nov 01:38
35e5383
Compare
Choose a tag to compare
  • Fix for unhandled exception during peer refresh

1.6.2

03 Nov 17:02
866d5ab
Compare
Choose a tag to compare
  • Fixing asyncio concurrency problem in Validator

1.6.1

02 Nov 20:01
09f126f
Compare
Choose a tag to compare
  • Bug fixes for several validator exceptions

1.6.0

02 Nov 03:32
edbd531
Compare
Choose a tag to compare

Validator Updates:

  • Handle situations where the public IP address of the node was misconfigured
  • Handle situations where the port was missing from the node configuration
  • Improved validator peer handling
  • Improved overall validator performance

Processor Updates:

  • Updated CREDITCOIN transaction family to version 1.6
  • Improved handling of settings updates on network

Client Updates:

  • Updated to use version 1.6 of CREDITCOIN transaction family