Zebra 1.6.1
This release adds an OpenAPI specification for Zebra's RPC methods and startup logs about Zebra's storage usage and other database information.
It also includes:
- Bug fixes and improved error messages for some zebra-scan gRPC methods
- A performance improvement in Zebra's
getblock
RPC method
Added
- Log database information such as storage usage on startup and shutdown (#8336, #8389)
- OpenAPI specification for Zebra's RPC methods (#8342)
- Add block times to output of getblock RPC method when called with
verbosity = 2
(#8384)
Changed
- Removed
Copy
trait impl forNetwork
(#8354) - Refactored code for network consensus parameters to
Network
methods (#8340)
Fixed
- Improve zebra-scan gRPC method errors and add timeout to scan service to avoid hanging (#8318)
- Await state service requests in
getblock
method in parallel (#8376)
Contributors
Thank you to everyone who contributed to this release, we couldn't make Zebra without you:
@arya2, @elijahhampton, @gustavovalverde, @idky137, @mpguerra, @oxarbitrage, @upbqdn and @zancas