adityapk00

Results 5 issues of adityapk00

Allow reading the type of address and the network that it can be used on. Useful for tests.

The `zcash_primitives` create currently has a `try_sapling_output_recovery` method that allows wallets to recover outgoing transactions sent by the wallet using an `ovk`. This allows wallets to show outgoing transactions and...

The `Index for QrCode` implementation [here](https://github.com/kennytm/qrcode-rust/blob/master/src/lib.rs#L256) seems to have interchanged the row and column, indexing into the array the wrong way. The other functions (like `to_colors()`) is returning row-major order,...

**What is your feature request?** The `CompactOutput` returned by LightwalletD today doesn't have enough information to do a trial decryption of a sapling CompactOutput with an `OutgoingViewKey`. Specifically, it is...

**What is the feature you would like to implement?** Move the RPC service definition and implementation out of `packages/protobufs into it's own package **Why is this feature important?** Right now,...

t-chore