nucypher
nucypher copied to clipboard
Threshold Access Control (TACo) runtimes for the Threshold Network
Additionally, this should also have an option to specify _where_ a file that contains some policy-related information should be written after a `grant`.
After #833, we are left with the following possibilities: 1) Bob is authorized; he can retrieve for the first time. 2) Bob is authorized; he can retrieve using cached CFrags...
This is useful for backward compatibility scenarios (especially testnets) as a convenience to use the locally embedded contract registry.
Probably not in the scope of this PR, but we should extract EthereumTester client to the `tests` package. _Originally posted by @cygnusv in https://github.com/nucypher/nucypher/diffs_
There are quite many nodes who don't have this port open. To ensure the health of the network, we need: * Emphasize the need to open 9151 in the docs;...
See #1324 for a related issue.
We need a unified transaction exception that covers Ethereum Tester and web3 (via different backends)
May help with backward compatibility during network upgrade.
Presently, we have no express tooling for backing up or restoring Policies, from the perspective of `Alice`, `Bob`, or `Ursula`. Do we want this? If someone for some reason needs...