-
A checklist for the initial release of the new SDK version
- [x] Release `@nucypher/taco:0.1.0-rc.*`
- Relesed `@nucypher/taco:0.1.0-rc.*` and `@nucypher/shared:0.1.0-rc.*`
- [x] Deprecate exte…
-
https://docs.tendermint.com/master/spec/abci/
tuxxy updated
8 months ago
-
**Describe the Bug**
The log output to console missing severity and timestamp. Logging output must be consistent.
From the discussion in previous issue related to log output #3480:
> You can fi…
-
**Bug Description**
When trying to run alice grant in nucypher cli, it shows this error:
`
raise self.StampNotSigned
nucypher.network.nodes.StampNotSigned
`
**To Reproduce**
Install nucypher …
-
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-pack…
-
When Bob asks Ursula to do a re-encryption for him, there are two ways of misehavior possible:
* Ursula simply doesn't re-encrypt;
* Ursula produces garbage in response to re-encryption request.
…
-
Continued from discussions in #3058:
- https://github.com/nucypher/nucypher/issues/3058#issuecomment-1432434307
- https://github.com/nucypher/nucypher/issues/3058#issuecomment-1432434316
- https://…
-
Attempting to upgrade to the new `v0.2.2` package and not getting any type inference from things exported from `@nucypher/shared` when installing via pnpm. For instance,
```typescript
const porte…
-
RestMiddleware.Unreachable was implemented as part of #2873.
However, Unreachable can end up being an unhandled exception when propagated from - https://github.com/nucypher/nucypher/blob/developmen…
-
If I run `nucypher ursula init` immediately after `nucypher ursula destroy`, it complains that there's an existing private key in the keyring:
```
File "/home/david/NuCypher/dev/nucypher/nucypher…