This repository has been archived by the owner on Dec 1, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
nile-account
flag to set Nile artifacts path (#315)
* add nile-account flag * add overriding path to get_class_hash * add overriding_path to tests * fix docstring * add try/except to execute_call * fix path to locate nile artifacts * add _get_contracts_data test * remove unused var * add unregister for accounts * add watch_mode to account inits * unregister account upon account deploy rejection * remove duplicate func * fix formatting * add declare account test * fix formatting * remove unused variables * add unregister tests, add indent to accounts.json * add unregister test with wrong address * consolidate abi to contract path logic, fix tests * add assertion error message * Update src/nile/core/account.py Co-authored-by: Eric Nordelo <[email protected]> * add nile root path constants * fix deploy test * fix formatting * define NILE_ARTIFACTS_PATH as constant * rename test_accounts.py Co-authored-by: Eric Nordelo <[email protected]>
- Loading branch information
1 parent
8ca995a
commit a21b2fb
Showing
9 changed files
with
193 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.