Skip to content

Releases: orbs-network/orbs-network-go

State size caps/limits

03 Jun 16:25
1d23a99
Compare
Choose a tag to compare

State size limitations:

  • added metrics: StateStorage.CurrentNumKeys, StateStorage.CurrentSizeMB
  • Default caps: 1,000,000 keys and 1GB total state size
  • After caps are exceeded, PreOrder check reject all transactions (only empty blocks) until the tier is upgraded, a patch is released, or management.json SubscriptionEvent.Data includes caps override keys:
    • MaxKeys
    • MaxSizeMB

Small fixes for timeout and mgmt http get

29 Dec 09:50
9aff567
Compare
Choose a tag to compare

Management timeout is 30sec, with max 500mb file
The http.get of the management url has 45 sec timeout and is better closed
Term of use updated.

Fix vc-sync-config

19 Nov 11:11
1111ecd
Compare
Choose a tag to compare

fix to config.CommitteeGraceTime used in consensusContext on ValidateBlockRefTime during sync (verify chain tip)

Fix vc-stuck metric

16 Nov 18:04
1eb59f7
Compare
Choose a tag to compare

Fix LastCommit.Time metric initial value set to now
Updated lean-helix lib to v0.6.2

Fix vc-stuck metric

16 Nov 16:21
20835e5
Compare
Choose a tag to compare

Fix LastCommit.Time metric initial value set to now
Updated lean-helix lib to v0.6.2

Status page fixes, Update spec and lean helix libs

12 Nov 08:19
20835e5
Compare
Choose a tag to compare

Update orbs-spec
Update lean-helix-go
Change status reports (before genesis not red, lastCommit starts with now to avoid ready for committee)

Status issues

03 Nov 19:25
73e1a18
Compare
Choose a tag to compare

Fixup Status (Error) message to be less annoying - does not detect false errors during restart.
Add recover for export to status when a non canonical name somehow appears.
Added healthcheck log files - appends any status page with an error to a log file

v2.0.8

02 Nov 19:11
536f892
Compare
Choose a tag to compare
  • add TargetTPS parameter to stress test e2e
  • write standard error stream to log files
  • upgrade healthcheck binary - timeout when status cache writing stalls.

separate client and consensus protocol versions

25 Oct 17:19
cc7401b
Compare
Choose a tag to compare
Merge pull request #1634 from orbs-network/feature/pv2

separate client and consensus block protocols

remove dependency on tai64nlocal

22 Sep 11:04
7b93a84
Compare
Choose a tag to compare

minor change - avoid translating TAI64 to ISO formatted timestamps in log files