🚀🚀🚀
New since v2.0.0:
- Debug server with prometheus
/metrics
endpoint. #93 - Import state from tendermint
priv_validator_state.json
file withhorcrux state import
. You will be asked to paste your file contents. #92 - Raft update to v1.3.10, raft-grpc-transport update to v1.2.1, raft-boltdb update to v2.2.2 #105 #106
- Threshold parameter validation during key shard and daemon startup #112
- Logs added for participating cosigners even if they are not receiving requests directly from a sentry. #111
- Leader election IPv6 fix and test framework improvements. #107 #110
Updating:
Due to raft library updates, a rolling update from v2.0.0 is not supported.
- shut down all cluster nodes and delete
~/.horcrux/raft
directory - update binary or docker image to
v2.1.0-rc1
- start nodes back up
Big thank you to first time contributor @chillyvee for work on the prometheus metrics, state import command, and leader election IPv6 fix.