[go: up one dir, main page]

Skip to content

Tags: Excloudx6/lightwalletd

Tags

v0.4.8

Toggle v0.4.8's commit message
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.

v0.4.7

Toggle v0.4.7's commit message
GetBlockRange: allow start < end, return blocks in reverse order

0.4.6

Toggle 0.4.6's commit message
generalize GetAddressUtxos to accept taddr list

v0.4.5

Toggle v0.4.5's commit message
call checkTaddress() for each given taddress

v0.4.4

Toggle v0.4.4's commit message
bump version from v0.4.3 to v0.4.4

v0.4.3

Toggle v0.4.3's commit message
bump version from v0.4.2 to v0.4.3

v0.4.2

Toggle v0.4.2's commit message
bump version from v0.4.1 to v0.4.2

v0.4.1

Toggle v0.4.1's commit message
bump version from v0.4.0 to v0.4.1

v0.4.0

Toggle v0.4.0's commit message
bump version from v0.3.0 to v0.4.0

v0.3.0

Toggle v0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request zcash#167 from zcash-hackworks/bump-0.3.0

bump version to v0.3.0