-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Feature: Internal account management + fix on _load_account to handle SolAccount * fixup! Feature: Internal account management + fix on _load_account to handle SolAccount * Fix: chains_config wasn't using settings.CONFIG_HOME for locations * Fix: blakc issue * Fix: rename CHAINS_CONFIG_FILE to CONFIG_FILE to avoid getting issue by conf of chain * Fix: base58 and pynacl is now needed for build * Fix: f string without nay placeholders * Fix: black error * Refactor: we now store single account at the time * Fix: ruff issue * fix: debug stuff remove * Fix: Improve code structure in pair-programming with Lyam --------- Co-authored-by: Andres D. Molins <amolinsdiaz@yahoo.es>
- Loading branch information
Showing
6 changed files
with
263 additions
and
15 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -50,7 +50,7 @@ MANIFEST | |
**/device.key | ||
|
||
# environment variables | ||
.env | ||
.config.json | ||
.env.local | ||
|
||
.gitsigners |
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