librustzcash/zcash_client_sqlite/src
Kris Nuttycombe 2873dd4b60 zcash_client_sqlite: Fix incorrect note deduplication in `v_transactions`
The `v_transactions` view is built upon the set of received notes,
received note values being added to the balance for the transaction and
spent notes being deducted from this balance. This fixes an error
wherein if multiple identically-valued notes were spent in a
transaction, only one of those notes' values was being counted as having
been spent.
2023-10-18 14:54:31 -06:00
..
chain Add a note about metadata database initialization to `FsBlockDb::for_path` 2023-01-26 14:34:27 -07:00
wallet zcash_client_sqlite: Fix incorrect note deduplication in `v_transactions` 2023-10-18 14:54:31 -06:00
chain.rs Apply suggestions from code review 2023-09-05 16:49:36 -06:00
error.rs Address unresovled code review comments from #907 2023-09-05 09:30:17 -06:00
lib.rs Merge pull request #963 from nuttycom/bug/commitment_tree_depth 2023-09-12 08:05:50 -06:00
testing.rs zcash_client_sqlite: Enable `TestState` to mine wallet transactions 2023-09-22 17:20:07 +00:00
wallet.rs zcash_client_sqlite: Set chain tip to truncation height when truncating 2023-09-22 21:09:23 +00:00