Kris Nuttycombe
Kris Nuttycombe
Interesting. Starting the `zcashd` binary manually, then running Zecwallet got me into a state where the UI appeared to be working correctly. I then shut down Zecwallet, which stopped the...
As another data point, I ran into this again today; I hadn't synced my node in about a month and observed the same behavior - zcashd failed to start, but...
Initial draft notes: https://hackmd.io/P-yE8MYWSVygt0OznYhL7g?view
A note: One thing that we should describe in ZIP 315 is best practices for wallets with limited display area, with respect to how many characters (and from what parts)...
I don't think that's true? https://github.com/zcash/zcash/blob/master/src/primitives/transaction.h#L610 produces a correct parse failure now. Post v6, a parser would first inspect the transaction version; for versions 5 and less, it would interpret...
+1 @shmish111's fix works for me.
Is the arch package built by our infra team? Added @mdr0id to triage.
I think we should just add a flag to `z_sendmany` that disables the redundancy check; the check would remain on by default but would be skipped if you set the...
The tests currently have an assertion failure.
I think we want to stick as close to Rust's `Result` here as possible, to ease interop. I wonder... would it maybe be possible to actually use whatever `cxx` uses...