lightwalletd/parser
Larry Ruane dfac02093d Fix V5 transaction txid (#392)
This is a shortcut fix. Instead of replicating the zip244 transaction
logic that's implemented in librustzcash:
zcash_primitives/src/transaction/components/orchard.rs

cheat by calling getblock with verbose level 1, which prints the txid
of each transaction. This currently requires calling getblock twice,
once for the raw hex (as we have always done), and again to get the
transaction IDs. An easy improvement would be to add the raw hex to
verbosity 1 result. (Or have a new verbosity that shows both.)
2022-05-24 09:23:15 -05:00
..
internal/bytestring add NU5 Orchard transaction data to CompactBlock 2021-11-30 10:16:28 -07:00
block.go compact blocks should include Orchard transactions 2021-11-30 14:23:18 -07:00
block_header.go refactor Reverse(), no functional changes 2020-09-14 10:31:17 -06:00
block_header_test.go parse V5 (nu5) transactions 2021-10-24 13:30:35 -06:00
block_test.go parse V5 (nu5) transactions 2021-10-24 13:30:35 -06:00
fuzz.go add COPYING and copyright lines 2020-03-12 12:02:55 -06:00
transaction.go Fix V5 transaction txid (#392) 2022-05-24 09:23:15 -05:00
transaction_test.go Fix V5 transaction txid (#392) 2022-05-24 09:23:15 -05:00
util.go refactor Reverse(), no functional changes 2020-09-14 10:31:17 -06:00
util_test.go refactor Reverse(), no functional changes 2020-09-14 10:31:17 -06:00