nucypher / nucypher-contracts

Ethereum contracts supporting TACo applications on the Threshold Network.
16 stars 11 forks source link

Script that lists all the active rituals that a specified staking provider is participating in #305

Closed derekpierre closed 3 weeks ago

derekpierre commented 3 weeks ago

Type of PR:

Required reviews:

What this does:

High-level idea of the changes introduced in this PR. List relevant API changes (if any), as well as related PRs and issues.

ape run ritual_membership --network polygon:mainnet:infura --domain mainnet --staking-provider-address <>

I used this script to check rituals that a provider that no longer had their original keystore was a part of, and figured it could be helpful in other investigations.

Issues fixed/closed:

  • Fixes #...

Related to https://github.com/nucypher/sprints/issues/47

Why it's needed:

Explain how this PR fits in the greater context of the NuCypher Network. E.g., if this PR address a nucypher/productdev issue, let reviewers know!

Notes for reviewers:

What should reviewers focus on? Is there a particular commit/function/section of your PR that requires more attention from reviewers?