nucypher
nucypher copied to clipboard
Threshold Access Control (TACo) runtimes for the Threshold Network
**Type of PR:** Feature **Required reviews:** - [ ] 1 - [ ] 2 - [X] 3 **What this does:** TBD **Issues fixed/closed:** - Includes PR #2953 - TBD **Notes**...
Presently, the base64 en/decoding of lingos threatens to introduce a redux of #920. Is there any reason that lingos (at least their cleartext representation) need arbitrary base64? It seems clear...
**Describe the Bug** When trying to run a PRE node against a `ganache-cli` instance, the following error occurs when the operator account tries to bond to the stake. This occurs...
**Describe the Bug** Support for running a PRE node against a local version of `ganache` https://github.com/trufflesuite/ganache Currently the PRE node supports the old `ganache-cli` which is no longer supported. When...
**Describe the Bug** We are looking for the ability to run a PRE node against a local testnet Ethereum network being run by `hardhat`. We need this for testing of...
**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
As an alternative to IPv4 address, it'd be nice to use DNS names for NuCypher nodes. This is a recurrent request, but as far as I can tell, there's no...
**Type of PR:** - [X] Feature **Required reviews:** - [X] 3 **What this does:** Implements PRE contract as Threshold application **Notes for reviewers:** Based on #2824
**Describe the Bug** The `WorkTracker` does not stop after broadcasting the `CONFIRMOPERATOR` transaction. It sends ~150k requests to the RPC endpoint `eth_getTransactionCount` appx. every 24 hours. Restarting the process resolves...