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

Allow unlocking arbitrary accounts #758

Closed
iamdefinitelyahuman opened this issue Sep 15, 2020 · 1 comment · Fixed by #787
Closed

Allow unlocking arbitrary accounts #758

iamdefinitelyahuman opened this issue Sep 15, 2020 · 1 comment · Fixed by #787
Assignees
Labels
enhancement New feature or request priority Should be included in next release

Comments

@iamdefinitelyahuman
Copy link
Member

Overview

Ganache now allows unlocking arbitrary accounts at runtime with the evm_unlockUnknownAccount RPC method: trufflesuite/ganache#622

Brownie should provide access to this.

Specification

  • The syntax doesn't need to modified at all, just use Accounts.at(address).
  • This will involve bumping the ganache version in the tests, and min suggested version on the documentation.

Dependencies

Currently this functionality is available in the beta release - it should come out of beta a week from today.

@iamdefinitelyahuman
Copy link
Member Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request priority Should be included in next release
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant