hemilabs / heminetwork

The hemi network core daemons.
MIT License
50 stars 23 forks source link

tbc: add block-by-hash command to RPC, use chainhash #224

Closed joshuasing closed 3 weeks ago

joshuasing commented 1 month ago

Summary Add tbcapi-block-by-hash and tbcapi-block-by-hash-raw commands to TBC RPC. Additionally, use chainhash.Hash for all hashes in RPC.

Closes #219

Changes