natalie
natalie
## Motivation There may be situations where you may want to _remove_ signers. ## Design To do this you would need to perform a resharing protocol and leave out the...
The [frost-core dkg functions](https://github.com/ZcashFoundation/frost/blob/main/frost-core/src/frost/keys/dkg.rs) are being tested [here](https://github.com/ZcashFoundation/frost/blob/main/frost-core/src/tests.rs#L151). But the ciphersuite specific dkg files aren't being hit by the tests. We should add tests for these: - [ ] [ed25519](https://github.com/ZcashFoundation/frost/blob/main/frost-ed25519/src/keys/dkg.rs)...
## Context Our release process currently requires a lot of manual steps. We should automate this so we can speed this up making it easier to release and freeing up...
In the frost demo we have some tests that would be useful in frost-core. We could either move or copy them. See here: https://github.com/ZcashFoundation/frost-zcash-demo/blob/806d0e558b23cf523ad5d063844da8ce365d91ec/src/tests.rs
## Motivation There may be situations where you may want to _remove_ signers. ## Design To do this you would need to perform a resharing protocol and leave out the...
**As a** Performance Engineer **I want** a dedicated environment for running and observing Zebra **So tha**t I can collect consistent performance data over time ## A/Cs - [ ] The...
Zebra wants to deduplicate NoteCommitment types across zebra-chain and orchard by removing the ones in zebra-chain and using the ones in orchard. To do this we need to expose methods...
For the CI rebuild, to decide on the architecture, we fisrst need to investigate some things: 1. Are we going to keep the tests with cached states? 2. Shall we...