damon c

Results 5 issues of damon c

**Type of PR:** - [x] Bugfix **Required reviews:** - [x] 1 **What this does:** > Fix issue preventing confirmed nodes with 0 ETH on their operator address from starting

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

when calling `bob public-keys`, this happens on every call. Are these requests to update the registry and seemingly learn about the network necessary to get bob's public keys? ``` DEBUG:root:calling...

CLI
Optimization

Log output is dominated by messages about peering/learning. These messages sometimes contain errors that cause needless amount of alarm, when a node is down for example. Additionally these log emissions...

Enhancement
Logging
P2P
dx design

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

Automation
Packaging
Platform