Marek
Marek
Part of this issue is to determine what types of Sapling keys we will support. QEDIT, for example, mentioned they need support for outgoing viewing keys (ovks).
## Motivation The batched scanning API in librustzcash identifies the scanning results not by keys but `AccountID`'s instead. ## Suggested Solution Associate scanning keys with unique `AccountID`s.
## Motivation The `github-actions` bot often assigns the `C-trivial` label to PRs where it shouldn't be. Manually removing the label doesn't help as the bot adds the label back on...
## Motivation I was looking up the possible locations of the config file and some basic config options in the user docs, and I realized this information is scattered around...
## Motivation The new scanning API in `zcash_client_backend` requires the `zcash_protocol::consensus::Parameters` trait for the passed network. This is a preparatory PR for the transition to the new API. ### PR...
### Description When syncing on Testnet, I noticed the number of outbound connections reported by the new progress bars periodically jumps from ~7 to the limit of 75 and then...
Pressing `C-n` and `C-p` in Emacs moves the cursor to the next and previous line. It would be great to have this functionality supported. I tried implementing it, but it...
The README.md says: > ... you can change the modifier key used in that bindings instead. Go to about:config page and set ui.key.accelKey to 91 (WinKey). Unfortunately, this does not...
## Description The field `share_commitment` https://github.com/ZcashFoundation/redjubjub/blob/3db05e29f7d9e6a62420b928e83b126b75ee8a44/src/messages.rs#L189 should contain a vector of commitments instead of just one commitment. In our tests, we also consider only the zeroth commitment, which is a...
## Motivation Close #8471. The bug described in #8471 is caused by an incorrect serialization of empty note commitment trees for RPCs. Zebra serializes such trees as the empty string,...