Jack Grigg

Results 933 comments of Jack Grigg

I think I found the cause of the bug in `zcash_client_sqlite` here: https://github.com/zcash/librustzcash/pull/1257#discussion_r1637994605 https://github.com/zcash/librustzcash/blob/5a2a670ffca5d81e54c166d0f6b5cf5bcce84f32/zcash_client_sqlite/src/wallet.rs#L1299-L1305 The `:max_height` variable is set to `zero_conf_height`, but the latter is not actually zero-conf, it's the...

This will be easier to do once we can mock out the wallet backend (#1415).