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

[EVM] Use double commit ownership transfer #420

Open
nik-suri opened this issue Apr 19, 2024 · 0 comments
Open

[EVM] Use double commit ownership transfer #420

nik-suri opened this issue Apr 19, 2024 · 0 comments
Labels
evm Change to EVM Contracts

Comments

@nik-suri
Copy link
Collaborator

On Solana, ownership transfer is double commit. This means that the new admin must accept the ownership transfer to finalize it. The old owner can also cancel the ownership transfer before the new admin accepts.

On EVM, ownership transfer is single-shot. This is risky in case the owner accidentally transfers to the wrong address.

We should update EVM ownership transfer to be double commit.

@nik-suri nik-suri added the evm Change to EVM Contracts label Apr 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
evm Change to EVM Contracts
Projects
None yet
Development

No branches or pull requests

1 participant