nucypher
nucypher copied to clipboard
Threshold Access Control (TACo) runtimes for the Threshold Network
Once contracts have been fully moved to https://github.com/nucypher/nucypher-contracts/ they will need to be imported here for integration testing
**Type of PR:** - [ ] Bugfix - [X] Feature - [ ] Documentation - [ ] Other **Required reviews:** - [ ] 1 - [X] 2 - [ ]...
**Type of PR:** Tests / Metrics **Required reviews:** 1 **What this does:** - Updates `grant_availability.py` for usage on polygon/mainnet. **Issues fixed/closed:** TBD **Why it's needed:** TBD **Notes for reviewers:** TBD
Document the usage of key management for large fleets.
**Describe the Bug** A clear and concise description of what the bug is, and what you expected to happen.  **To Reproduce** Steps to reproduce the behavior **Traceback or Screenshots...
Follow-up issue from #2934 . Add support for SubscriptionManager events. The tricky part here is that SubscriptionManagerAgent requires the use of the separate polygon registry which isn't currently supported by...
**Type of PR:** Feature **Required reviews:** 2 **What this does:** - Include a signed 4-byte expiration timestamp in each serialized `AuthorizedKeyFragment` - After decryption Ursula uses this timestamp as part...
Set aside, for the moment, #2755. Set aside also #2925. Set aside even, for the moment, #1276, which describes a conditional PRE in terms of an on-chain boolean, and which...
We currently expect `Ursula` to perform PRE service pursuant to any active `Policy`, without any further conditions. However, conditional service is a common feature request. It's not even entirely obvious...
In #1276, we describe conditional PRE on the basis of an unambiguous on-chain boolean condition - we might in other words cheekily say, a turing-incomplete access circuit. We might, however,...