Zebra 1.0.0-beta.3
Pre-release
Pre-release
github-actions
released this
21 Dec 22:46
·
2370 commits
to main
since this release
Zebra's latest beta works towards enforcing all consensus rules by validating JoinSplit Groth16 proofs
used by Sprout transactions. We have also added security and network improvements, and have also
added some metrics to help diagnose networking issues.
Added
Consensus
Networking
- Add and use
debug_skip_parameter_preload
config option in tests (#3197) - Disconnect from outdated peers on network upgrade (#3108)
Metrics
Fixed
- Stop ignoring some connection errors that could make the peer set hang (#3200)
- Spawn initial handshakes in separate tasks, Credit: Equilibrium (#3189)
- Fix coinbase height deserialization to reject non-minimal encodings (#3129)
- Stop doing thousands of time checks each time we connect to a peer (#3106)