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
trafficstars

For example, including a field which is not properly part of the expected payload (at least for `grant`) causes a situation in which an exception is not properly logged, which...

Bug :bug:
Logging

Assuming a given `Character` is uninterested in any nodes other than staking `Ursulas`: At the end of a round of LL, if an OG can match the new fleet state...

Ursula :woman_astronaut:
Optimization
P2P

https://github.com/nucypher/nucypher/pull/926/files/c613bcd0773cc9ea829b6b948f74755e94bf5769_

Enhancement
Bob 👨‍💼

* `scripts/deploy_then_stake.sh` is waaay old. Perhaps we should simple delete it. * All scripts in `scripts/local_fleet` were outdated (fixed in #1171), but the lack of tests is worrying as hackers...

Automation
Test 🔍
is this done?

``` File "/Users/damon/Documents/nucypher/nucypher/characters/control/controllers.py", line 131, in retrieve result = super().retrieve(**self.serializer.load_retrieve_input(request=request)) File "/Users/damon/Documents/nucypher/nucypher/characters/control/interfaces.py", line 208, in retrieve label=label) File "/Users/damon/Documents/nucypher/nucypher/characters/lawful.py", line 817, in retrieve task = work_order.tasks[0] # TODO: generalize for...

Bob 👨‍💼
UX

The matter of whether Bob retains CFrags (ie, calls `retrieve` with `retain_cfrags=True`) and also whether he uses retained material (ie, `use_attached_cfrags` and `use_precedent_work_orders`) needs to be a configuration option which,...

Enhancement
Configuration
Bob 👨‍💼

Without running the reactor, Bob can't discover nodes. And of course, also can't concurrently make PRE requests. In fact, the only reason that this command ever appeared to work (for...

CLI