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

feat: New command export-account #226

Merged
merged 58 commits into from
Sep 9, 2023
Merged

Commits on Jun 28, 2023

  1. start

    FroVolod committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    b6db103 View commit details
    Browse the repository at this point in the history
  2. added is_used_account_list_exist()

    FroVolod committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    92d458f View commit details
    Browse the repository at this point in the history
  3. added get_used_account_list()

    FroVolod committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    5d3ad3a View commit details
    Browse the repository at this point in the history
  4. added update_used_account_list()

    FroVolod committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    98887da View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. refactored get_used_account_list()

    FroVolod committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    4c49962 View commit details
    Browse the repository at this point in the history
  2. clippy

    FroVolod committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    976455e View commit details
    Browse the repository at this point in the history
  3. refactored AddKeyCommand

    FroVolod committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    4cce503 View commit details
    Browse the repository at this point in the history
  4. refactored input_owner_account_id()

    FroVolod committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    6e5a13b View commit details
    Browse the repository at this point in the history
  5. refactored input_owner_account_id()

    FroVolod committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    5fb1bc4 View commit details
    Browse the repository at this point in the history
  6. refactored ViewAccountSummary

    FroVolod committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    3a0d673 View commit details
    Browse the repository at this point in the history
  7. refactored input_account_id_from_used_account_list

    FroVolod committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    7f3c009 View commit details
    Browse the repository at this point in the history
  8. refactored create-account (fund-myself)

    FroVolod committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    f73c639 View commit details
    Browse the repository at this point in the history
  9. refactored DeleteAccount

    FroVolod committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    c9d519a View commit details
    Browse the repository at this point in the history
  10. refactored ViewListKeys

    FroVolod committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    55d6739 View commit details
    Browse the repository at this point in the history
  11. refactored DeleteKeyCommand

    FroVolod committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    984a7b2 View commit details
    Browse the repository at this point in the history
  12. refactored ManageStorageDeposit

    FroVolod committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    8e19524 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

  1. refactored input_account_id_from_used_account_list

    FroVolod committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    5d901a2 View commit details
    Browse the repository at this point in the history
  2. fixed create_used_account_list_from_keychain

    FroVolod committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    7992832 View commit details
    Browse the repository at this point in the history
  3. refactored TokensCommands

    FroVolod committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    6427598 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2023

  1. refactored update_used_account_list()

    FroVolod committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    dfbabd8 View commit details
    Browse the repository at this point in the history
  2. fixed CreateAccount

    FroVolod committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    5640c9a View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2023

  1. updated ImportAccountCommand

    FroVolod committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    5044157 View commit details
    Browse the repository at this point in the history
  2. refactored ContractCommands

    FroVolod committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    5decf9c View commit details
    Browse the repository at this point in the history
  3. refactored TransactionActions

    FroVolod committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    bf1ed07 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2023

  1. started export-account

    FroVolod committed Jul 4, 2023
    1 Configuration menu
    Copy the full SHA
    fa06d0a View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. refactored

    FroVolod committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    f97cd45 View commit details
    Browse the repository at this point in the history
  2. added UsingPrivateKey to export-account

    FroVolod committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    07ef901 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  1. refactored

    FroVolod committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    97ddce5 View commit details
    Browse the repository at this point in the history
  2. Update src/commands/account/add_key/mod.rs

    Co-authored-by: Vlad Frolov <[email protected]>
    FroVolod and frol authored Jul 6, 2023
    Configuration menu
    Copy the full SHA
    7b59747 View commit details
    Browse the repository at this point in the history
  3. fixed

    FroVolod committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    544e677 View commit details
    Browse the repository at this point in the history
  4. refactored

    FroVolod committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    03fd212 View commit details
    Browse the repository at this point in the history
  5. added UsingSeedPhrase to export-account

    FroVolod committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    efa076e View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2023

  1. refactored

    FroVolod committed Jul 9, 2023
    Configuration menu
    Copy the full SHA
    929e087 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. resolved conflicts

    FroVolod committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    70851f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    85bb197 View commit details
    Browse the repository at this point in the history
  3. fixed

    FroVolod committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    428b852 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. added "Storage management" for GUIDE

    FroVolod committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    70fe5cb View commit details
    Browse the repository at this point in the history
  2. added "Export existing account" for GUIDE

    FroVolod committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    775b67e View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Configuration menu
    Copy the full SHA
    d70e27a View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Configuration menu
    Copy the full SHA
    8e642d6 View commit details
    Browse the repository at this point in the history
  2. updated to PR #225 (order networks selection ...)

    FroVolod committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    de6a84d View commit details
    Browse the repository at this point in the history
  3. clippy

    FroVolod committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    7194da9 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. refactored

    FroVolod committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    f4c38f1 View commit details
    Browse the repository at this point in the history
  2. I will adjust this code after #195

    FroVolod committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    4649d6e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dd901a7 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2023

  1. refactored for "keyring"

    FroVolod committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    08c31c4 View commit details
    Browse the repository at this point in the history
  2. fmt

    FroVolod committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    af92b01 View commit details
    Browse the repository at this point in the history
  3. fmt

    FroVolod committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    9d7a9d4 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2023

  1. Configuration menu
    Copy the full SHA
    67bc6d8 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. Configuration menu
    Copy the full SHA
    9ddee92 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. Update src/commands/account/export_account/mod.rs

    Co-authored-by: Vlad Frolov <[email protected]>
    FroVolod and frol authored Sep 5, 2023
    Configuration menu
    Copy the full SHA
    cdf86d8 View commit details
    Browse the repository at this point in the history
  2. Update src/commands/account/export_account/mod.rs

    Co-authored-by: Vlad Frolov <[email protected]>
    FroVolod and frol authored Sep 5, 2023
    Configuration menu
    Copy the full SHA
    900d3fc View commit details
    Browse the repository at this point in the history
  3. refactored

    FroVolod committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    b77ceb8 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2023

  1. Update src/commands/account/export_account/mod.rs

    Co-authored-by: Vlad Frolov <[email protected]>
    FroVolod and frol authored Sep 9, 2023
    Configuration menu
    Copy the full SHA
    dbeaced View commit details
    Browse the repository at this point in the history
  2. Update src/commands/account/export_account/mod.rs

    Co-authored-by: Vlad Frolov <[email protected]>
    FroVolod and frol authored Sep 9, 2023
    Configuration menu
    Copy the full SHA
    8f5e329 View commit details
    Browse the repository at this point in the history
  3. refactored get_account_properties_data_path()

    FroVolod committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    ed393bc View commit details
    Browse the repository at this point in the history
  4. fmt

    FroVolod committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    be00cb3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c3c624f View commit details
    Browse the repository at this point in the history