lightwalletd/testdata
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
..
corpus tests: unify testdata directory 2018-12-14 19:19:12 -05:00
badblocks improve test coverage 2019-11-06 10:50:24 -07:00
blocks parse V5 (nu5) transactions 2021-10-24 13:30:35 -06:00
compact_blocks.json add missing tests, empty (stubs) for now 2019-09-25 09:31:49 -06:00
mainnet_genesis Test against the first 20 mainnet blocks 2019-05-22 12:04:02 -04:00
zip143_raw_tx tests: unify testdata directory 2018-12-14 19:19:12 -05:00
zip243_raw_tx tests: unify testdata directory 2018-12-14 19:19:12 -05:00