pacu / zwcd

Zcash Wallet Community Developer tasks
MIT License
2 stars 0 forks source link

Implement Reorg changes Incoming Transaction Index #44

Closed pacu closed 8 months ago

pacu commented 9 months ago

In this case a reorg changes the index of an incoming transaction.

  1. Setup w/ default dataset
  2. applyStaged(received_Tx_height)
  3. sync up to received_Tx_height
  4. verify balance after sync
  5. trigger the reorg
  6. sync again (wallet should detect the reorg)
  7. check that the balance matches the values of step 4
pacu commented 8 months ago

https://github.com/zingolabs/zingolib/pull/610

pacu commented 8 months ago

https://github.com/zingolabs/darksidewalletd-datasets/pull/14