nucypher icon indicating copy to clipboard operation
nucypher copied to clipboard

Threshold Access Control (TACo) runtimes for the Threshold Network

Results 236 nucypher issues
Sort by recently updated
recently updated
newest added
trafficstars

Once contracts have been fully moved to https://github.com/nucypher/nucypher-contracts/ they will need to be imported here for integration testing

Test 🔍

**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

Test 🔍

Document the usage of key management for large fleets.

Documentation

**Describe the Bug** A clear and concise description of what the bug is, and what you expected to happen. ![image](https://user-images.githubusercontent.com/97090503/166937037-e4e14763-727a-4809-8e60-6612f76aa311.png) **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...

Enhancement
conditional PRE

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...

conditional PRE

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...

Protocol
Ursula :woman_astronaut:
conditional PRE

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,...

conditional PRE