Releases: orbs-network/orbs-network-go
State size caps/limits
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
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
fix to config.CommitteeGraceTime used in consensusContext on ValidateBlockRefTime during sync (verify chain tip)
Fix vc-stuck metric
Fix LastCommit.Time metric initial value set to now
Updated lean-helix lib to v0.6.2
Fix vc-stuck metric
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
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
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
separate client and consensus protocol versions
Merge pull request #1634 from orbs-network/feature/pv2 separate client and consensus block protocols
remove dependency on tai64nlocal
minor change - avoid translating TAI64 to ISO formatted timestamps in log files