Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TACo app panic button in T staking contract #258

Open
cygnusv opened this issue Oct 30, 2023 · 1 comment
Open

TACo app panic button in T staking contract #258

cygnusv opened this issue Oct 30, 2023 · 1 comment

Comments

@cygnusv
Copy link
Member

cygnusv commented Oct 30, 2023

From the T staking contract:

/// @notice Pauses the given application’s eligibility to slash stakes.
///         Besides that stakers can't change authorization to the application.
///         Can be called only by the Panic Button of the particular
///         application. The paused application can not slash stakes until
///         it is approved again by the Governance using `approveApplication`
///         function. Should be used only in case of an emergency.
function pauseApplication(address application)
    external
    override
    onlyPanicButtonOf(application)

I'm opening this issue just to remind us of this aspect. It's not even up to us to decide who should have this role, but we should not forget to set it when we implement slashing for TACo.

@KPrasch
Copy link
Member

KPrasch commented Feb 20, 2024

Hmm - this issue looks like it belongs to nucypher/nucypher-contracts

@KPrasch KPrasch transferred this issue from nucypher/nucypher Apr 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants