lightwalletd/parser
Larry Ruane ddf3781a60 parse V5 (nu5) transactions
TODO:
- store, instead of just skip over, nu5 transaction fields
- add relevant nu5 fields to CompactBlock
- restore disabled V4 unit tests
- add V5 test vectors to unit tests

The reason most of the V4 transaction and block unit tests are removed
is that they used V3 transactions, which lightwalletd never sees in
production, since lightwalletd starts at Sapling activation (which has
V4 transactions). So these tests were always wrong, in a way. This
commit simplifies the parsing code by removing support for V3 (since it
was never needed). The tests need to be updated to V4, but we'll do
that in a later PR.
2021-10-24 13:30:35 -06:00
..
internal/bytestring increase the 252 per-block transaction limit (#273) 2020-06-03 18:58:26 -06:00
block.go increase the 252 per-block transaction limit (#273) 2020-06-03 18:58:26 -06: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 parse V5 (nu5) transactions 2021-10-24 13:30:35 -06:00
transaction_test.go parse V5 (nu5) transactions 2021-10-24 13:30:35 -06: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