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

Automagic creation of test accounts and funding #81

Open
mikeshultz opened this issue Mar 23, 2019 · 1 comment
Open

Automagic creation of test accounts and funding #81

mikeshultz opened this issue Mar 23, 2019 · 1 comment
Labels
deploy-module enhancement New feature or request low-priority Low priority issues testing-module

Comments

@mikeshultz
Copy link
Owner

The best solution may be to add a setting to networks.yml that allows accounts to be auto created and funded as needed. That would remove the whole block of code that solidbyte-test-project uses to autofund the deployer_account.

Possibly relevant to #79. Originally from #77.

@mikeshultz mikeshultz added enhancement New feature or request testing-module deploy-module low-priority Low priority issues labels Mar 23, 2019
@mikeshultz
Copy link
Owner Author

mikeshultz commented Mar 25, 2019

Something brought up in #49. I think this may be a better solution. Adding this to provide to deploy scripts instead of adding some magic setting makes the user do it explicitly.

autofund_account(address, value) so a local secret store account can be quickly funded for use with eth_tester or Ganache.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deploy-module enhancement New feature or request low-priority Low priority issues testing-module
Projects
None yet
Development

No branches or pull requests

1 participant