nucypher
nucypher copied to clipboard
Threshold Access Control (TACo) runtimes for the Threshold Network
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...
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...
https://github.com/nucypher/nucypher/pull/926/files/c613bcd0773cc9ea829b6b948f74755e94bf5769_
* `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...
``` 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...
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,...
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...