zebra/zebrad
Alfredo Garcia 21ad6ffc47
Reverse displayed endianness of transaction and block hashes (#1171)
* Reverse displayed endianness of transaction and block hashes
* fix zebra-checkpoints utility for new hash order
* Stop using "zebrad revhex" in zebrad-hash-lookup
* Rebuild checkpoint lists in new hash order
This change also adds additional checkpoints to the end of each list.

* Replace TransactionHash with transaction::Hash
This change should have been made in #905, but we missed Debug impls
and some docs.

Co-authored-by: Ramana Venkata <vramana@users.noreply.github.com>
Co-authored-by: teor <teor@riseup.net>
2020-10-22 07:54:02 +10:00
..
src Reverse displayed endianness of transaction and block hashes (#1171) 2020-10-22 07:54:02 +10:00
systemd add systemd service file 2020-10-14 15:33:00 -04:00
tests Reverse displayed endianness of transaction and block hashes (#1171) 2020-10-22 07:54:02 +10:00
Cargo.toml build(deps): bump tracing-subscriber from 0.2.12 to 0.2.13 2020-10-08 15:09:32 -04:00
README.md Create workspace skeleton based on design.md 2019-08-29 14:46:54 -07:00

README.md

Zebrad

Zebrad is an application.

Getting Started

This application is authored using Abscissa, a Rust application framework.

For more information, see:

Documentation