-
```
(Ursula)⇀DarkOrange Swords CadetBlue Bishop↽ (0xEbca2B222265BbA5e985a67176cA78cBD1135d8d) failed: [Failure instance: Traceback: : cannot call recv while another coroutine is already waiting for…
-
See comment - https://github.com/nucypher/nucypher/pull/3419/files#r1474470165.
-
See comment here - https://github.com/nucypher/nucypher/pull/3285#issuecomment-1764836887.
-
When trying to connect to archive node, it fails with error:
```
self.client = EthereumClient.from_w3(w3=self.w3)
File "/home/pool-worker/nucypher-venv/lib/python3.6/site-packages/nucypher/blo…
-
-
#### Motivation
The primary motivation for the database implementation described in this PR is optimize key fragment availability. In order to support this requirement, each Ursula node must store …
-
Some context:
```
dnunez — 08/08/2023 8:14 AM
@piotr I'm having troubles remembering where do we track share "x-coordinates" in Ferveo (i.e., for naive SS, if the i-th share is y_i = f(x_i), I mea…
-
the following:
```
GlobalLoggerSettings.set_log_level(log_level_name=log_level)
if console_logs:
GlobalLoggerSettings.start_console_logging()
if file_logs:
…
-
Potential bug noticed here - https://github.com/nucypher/nucypher-contracts/pull/191#discussion_r1397140147.
Related to #135 .
-
Follow-up PR related to #2177
See comment: https://github.com/nucypher/nucypher/pull/2177/files#r470816587
Basically, we could possible provide a `stop()` method for the NodeEngagementMutex to …