zcashd/qa
Homu 0ad52ca9b1 Auto merge of #4249 - oxarbitrage:issue_3724, r=str4d
Add confirmations, blockheight, blockindex and blocktime to z_listreceivedbyaddress

Fixes https://github.com/zcash/zcash/issues/3724

1- There was a PR to add confirmations to this call at https://github.com/zcash/zcash/pull/3836
I ported the commit from there and fixed test case by incrementing the confirmations as suggested at: https://github.com/zcash/zcash/pull/3836#issuecomment-499927807

2- Then added `blockheight`, `blockindex` and `blocktime`. To avoid some duplicated code (Sprout/Sapling) created a structure `trxblock`.

3- Original issue requests only time and blockindex however i think height is also important; if `blockindex` is the position of the transaction in the block then you are going to need also `height` to find it.
2020-04-25 05:28:16 +00:00
..
pull-tester test: Verify ZIP 221 logic against reference implementation 2020-04-08 08:49:01 +12:00
rpc-tests Auto merge of #4249 - oxarbitrage:issue_3724, r=str4d 2020-04-25 05:28:16 +00:00
zcash test: Build Rust tests as part of qa/zcash/full_test_suite.py 2020-04-08 18:17:19 +12:00