Hazel OHearn

Results 26 issues of Hazel OHearn

I've marked this as draft, due to an issue with the selection of the orchard anchor. In Sapling, the anchor is only used in the creation of the spends. For...

The where clause parser can't handle constraints on array types. Minimal example: ``` fn foo(val: D) where [u8; 32]: From, {} ```

**What is the bug?** Darkside txids are incorrect **Additional context** In a production server, the txid issue is bypassed according to this comment: https://github.com/zcash/lightwalletd/blob/8003d7fb6e3c47fb0561121a0ee47d080c8c46b9/common/common.go#L262-L267 This doesn't help on darkside, though...

bug

The `GetTransaction` function in the `service.proto` file makes the rpc call `getrawtransaction`. Due to the fact that there exists a seperate `gettransaction` rpc call, this caused me a good deal...

I am confused about the presence of both `u64` and `u32` for.. ?similar? fields. Is the regression proptest data because of this variance? Is it correct? _Originally posted by @zancas...

A simple attempt to add timeouts to the GrpcConnector gets arcane and obtuse compiler errors.

bug

``` { "result": "failure", "latest_block": 2154100, "total_blocks_synced": 0 } thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: UnexpectedCharacter { ch: 'E', line: 1, column: 1 }', zingocli/src/lib.rs:144:41 note:...