Kris Nuttycombe
Kris Nuttycombe
> There is one test failure: `wallet::init::migrations::ephemeral_addresses::tests::initialize_table` > > This test fails because it executes the `create_account` function in the product, but with a database that hasn't had the new...
@AArnott I have opened #1459 with the fix for your test errors; I apparently can't even open a PR against the `nerdcash/librustzcash` repo. If you could merge or cherry-pick these...
Alternately we can just merge #1459 if that's more convenient for you; that will close this PR as well.
Argh, looks like there's one more clippy error.
@AArnott I have added the clippy fix to my branch, if you want to pull it across.
> This screws up balance calculations because A's birthday height is no longer at an acceptable re-birth height. I don't understand this bit; the balance is exclusively the sum of...
We discovered that is more challenging than we thought, because if we set the block height of the `transactions` entry, this requires an entry in the `blocks` table and we'd...
This was completed by #1402, #1493, #1476
Verify that this was fixed in ZIP 244 (https://zips.z.cash/zip-0244#rationale)