Skip to content

Releases: orbs-network/lean-helix-go

reduce outgoing message logging

16 Nov 14:30
81dc2c0
Compare
Choose a tag to compare

remove list of recipients on broadcast to committee members - can be deduced from logged committee on each consensus round start.

reduce incoming messages logging

11 Nov 19:58
d862a81
Compare
Choose a tag to compare
Merge pull request #97 from orbs-network/reduce-logs

reduce logs on every received message

Soft Block proof verification

05 Nov 09:35
bb44582
Compare
Choose a tag to compare

Block proof validation now supports two mode - verifying against (> 2/3) of committee weight or verifying against (> 1/3).
As ONG node sync adjusted for liveness - it now uses a special case flow in block sync - verifying proof against current committee requiring only more than f weight, to account for at least some honest backing.

Request Block Proof Committee send Block Height

15 Jul 10:57
caaf77d
Compare
Choose a tag to compare

Weighted Lean Helix

09 Jul 10:26
e456c30
Compare
Choose a tag to compare

Lean helix weighs the different committee member with their respected weight (which reflects their stake in the system)

Reference Time for RequestOrderCommittee

07 Apr 12:42
f9be59b
Compare
Choose a tag to compare
Merge pull request #92 from orbs-network/feature/reftime

Add PrevBlockReferenceTime to lean helix in/out

Added ConsensusTrace logger

29 Jan 12:53
9d97f05
Compare
Choose a tag to compare

Make it easier to trace consensus state in production.

v0.2.5

14 Nov 13:47
Compare
Choose a tag to compare
v0.2.5 Pre-release
Pre-release
allow a prepared node to commit view context cancelled by election tr…

v0.2.4: Merge pull request #86 from orbs-network/bugfix/lh_ctx_cancel

06 Nov 11:25
352c45e
Compare
Choose a tag to compare

v0.2.3

25 Sep 10:03
c994c0f
Compare
Choose a tag to compare

Fixed another potential memory leak, see #79