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

Create default account #78

Merged
merged 3 commits into from
Mar 23, 2019
Merged

Create default account #78

merged 3 commits into from
Mar 23, 2019

Conversation

mikeshultz
Copy link
Owner

Allows the user to create an account and automatically set it as default.

sb accounts create --default

Some minor refactoring going on here, as well.

@mikeshultz mikeshultz added accounts-module devex Developer expierience, user experience labels Mar 22, 2019
@mikeshultz mikeshultz self-assigned this Mar 22, 2019
- adds ability to set a newly created account as default
- adds `use_default_account` setting to networks.yml
- accounts with this setting will autodeploy with the default network(if autodeploy_allowed is set, anyway)
- standardized `sb test` exit codes
- `sb test` autocompiles now
- account attribute is now not required for an instance of deployer, only for certain uses
- adds "stateless" test and deploy tests without using ganache

Issue #77
@mikeshultz
Copy link
Owner Author

Also included in this because of #77:

  • adds ability to set a newly created account as default
  • adds use_default_account setting to networks.yml
  • accounts with this setting will autodeploy with the default network(if autodeploy_allowed is set, anyway)
  • standardized sb test exit codes
  • sb test autocompiles now
  • account attribute is now not required for an instance of deployer, only for certain uses
  • adds "stateless" test and deploy tests without using ganache

@mikeshultz mikeshultz changed the title [WIP] Create default account Create default account Mar 23, 2019
@mikeshultz mikeshultz merged commit 720f8f9 into develop Mar 23, 2019
@mikeshultz mikeshultz deleted the create-default-account branch March 23, 2019 05:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accounts-module devex Developer expierience, user experience testing-module
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant