nucypher
nucypher copied to clipboard
Threshold Access Control (TACo) runtimes for the Threshold Network
- We have at lease one adopter building their own chain via Polygon CDK (with [Celestia](https://docs.celestia.org/learn/how-celestia-works/data-availability-layer) for data availability) - Polygon PoS, which TACo nodes already read state from, is...
- [ ] Devise proper monitoring tooling to measure decryption time with different settings (e.g., with/without Porter, different cohort sizes, etc) - [ ] Identify major time sinks (this probably...
Given that this library makes extensive use of type hints, we should choose and use one of the tools to check those. We can then and add that tool to...
* Increase the DKG timeout to something like, e.g. 6 or 12 hours * Increase min duration to at least 1 week (this requires updating the Coordinator) * I noticed...
How does a node forget about ritual metadata associated with a revoked/cancelled ritual.
> Should `force` be considered here and other places with undefined information i.e. raise and don't prompt if force is true? _Originally posted by @derekpierre in https://github.com/nucypher/nucypher/pull/3030#discussion_r1037193397_
we need to be able to `docker run nucypher/nucypher-arm:latest` on a raspberry pi.
**Describe the Bug** I am able to successfully write non-sensical values to an ursula configuration file because the values aren't validated: ```bash nucypher ursula config --provider https://rinkeby.infura.io/v3/fake --rest-host 22.22.23.123 --network...
### Porter Network Request Lifecycle A recap of Porter's network requests chronologically: - GET `/sample` - Porter Samples - RPC Call to `getActiveStakingProviders` get list of `n` eth addresses -...