Skip to content

Commit

Permalink
Feature: account managment and sol (#281)
Browse files Browse the repository at this point in the history
* Feature: Allow Usage of new account handling and solana

* fix: CONFIG_FILE instead of CHAINS_CONFIG_FILE

* fix: CONFIG_FILE instead of CHAINS_CONFIG_FILE

* Fix: refactor to use store only one config at the time

* Fix utils files

* Fix sign message multiline input

* Fix and improve account after SDK upgrade

* Fix and improve instance for new hold-tier chains

* Fix and add tests

* Improve account/instance cmds

* Fix chain selection on account/instance cmds

* Only include crn.hash in instance msg if (is_stream or confidential)

* Fix wrong chain in explorer url for program msgs

* Explicitely ignore crn_url/crn_hash args if (is_stream or confidential)

* Add chain field in account pytests

* New SDK version

* pyproject format

* Improve account pytests

* Fix aiohttp version / erase cmd

---------

Co-authored-by: philogicae <philogicae+github@gmail.com>
  • Loading branch information
1yam and philogicae authored Oct 14, 2024
1 parent 05cdfc6 commit b3d00dc
Show file tree
Hide file tree
Showing 11 changed files with 700 additions and 208 deletions.
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,12 @@ classifiers = [
dynamic = [ "version" ]
dependencies = [
"aiodns==3.2",
"aiohttp==3.9.*",
"aiohttp==3.10.6",
"aleph-message>=0.4.9",
"aleph-sdk-python>=1.0.1,<2",
"aleph-sdk-python>=1.1,<2",
"base58==2.1.1", # Needed now as default with _load_account changement
"pygments==2.18",
"pynacl==1.5", # Needed now as default with _load_account changement
"python-magic==0.4.27",
"rich==13.8.1",
"setuptools>=65.5",
Expand Down
Loading

0 comments on commit b3d00dc

Please sign in to comment.