nucypher icon indicating copy to clipboard operation
nucypher copied to clipboard

Threshold Access Control (TACo) runtimes for the Threshold Network

Results 236 nucypher issues
Sort by recently updated
recently updated
newest added

- 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...

Enhancement
Optimization

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...

Code Quality 🔧

* 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...

Enhancement
Optimization
Gas⛽️

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_

Bug :bug:
CLI

we need to be able to `docker run nucypher/nucypher-arm:latest` on a raspberry pi.

Automation
Packaging
Platform

**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...

Bug :bug:
CLI
Configuration
Is this done?

### 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 -...

Optimization
P2P