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

Owned.sol to include transferOwnership #582

Open
hav-noms opened this issue Jul 2, 2020 · 1 comment
Open

Owned.sol to include transferOwnership #582

hav-noms opened this issue Jul 2, 2020 · 1 comment

Comments

@hav-noms
Copy link
Contributor

hav-noms commented Jul 2, 2020

Right now ownership transfers is a 2 step process

  1. nominateNewOwner
  2. acceptOwnership

Proposing to add not replace the functionality for transferOwnership(address _newOwner) which without nomination or acceptance will transfer the ownership direct to the given address.
This will speed up protocol upgrades when the automated scripts and potentially the delegated migrated can just assign the ownership without the 2 step process.

@jjgonecrypto
Copy link
Contributor

One advantage of the two step process is preventing any mistakes in the nomination - if the address is mistyped in a transferOwnership call then ownership is lost forever.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants