nucypher
nucypher copied to clipboard
Threshold Access Control (TACo) runtimes for the Threshold Network
Perhaps there is some missing context - but I am unable to mature a sprout I've encountered in storages: ``` File "/home/kieran/Git/nucypher/nucypher/network/nodes.py", line 277, in mature mature_node = self.finish() File...
When a node is constructing a fleet state, it casts all its known nodes to bytes. This can be cached.
after running ursula via `nucypher ursula run` here is an error message ``` Unhandled error in Deferred: Traceback (most recent call last): File "/root/nucypher-venv/lib/python3.6/site-packages/twisted/internet/base.py", line 1283, in run self.mainLoop() File...
https://github.com/nknorg/nkn/tree/master/certs - NKN included these wildcard certificates so all requests to node's api/ws endpoints properly work with any client. Surely that can be discussed if it's too centralized and so...
Currently we are not auto mocking `@property` methods on agents automatically.
If we validate a Node, and that Node's metadata does not change, there is no reason to validate it again after deserializing it. (I'll think more later.)
https://github.com/nucypher/nucypher/commit/4d5246f774ce474e097ebf30631b3d38918ea7e7#diff-2fbf98c97d526c70ebc1cbc68e117d8cR926