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 - staking #227

Merged
merged 54 commits into from
Oct 31, 2023
Merged

feat: New command - staking #227

merged 54 commits into from
Oct 31, 2023

Commits on Jul 19, 2023

  1. start

    FroVolod committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    54ef498 View commit details
    Browse the repository at this point in the history
  2. added Withdraw, WithdrawAll

    FroVolod committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    e2f3af7 View commit details
    Browse the repository at this point in the history
  3. added Unstake, UnstakeAll

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

Commits on Jul 22, 2023

  1. refactored Withdraw, WithdrawAll

    FroVolod committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    7089c69 View commit details
    Browse the repository at this point in the history
  2. added ViewBalance

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

Commits on Jul 28, 2023

  1. added ValidatorList

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

    FroVolod committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    17fd266 View commit details
    Browse the repository at this point in the history
  3. fixed

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

    FroVolod committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    39ccfb7 View commit details
    Browse the repository at this point in the history
  5. added delegated stake for view_account_summary

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

Commits on Jul 29, 2023

  1. refactored get_validator_list()

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

    FroVolod committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    e8fd341 View commit details
    Browse the repository at this point in the history
  3. fixed

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

Commits on Aug 2, 2023

  1. added Stake, StakeAll

    FroVolod committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    13f1b7b View commit details
    Browse the repository at this point in the history
  2. added Deposit, DepositAndStake

    FroVolod committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    d94aade View commit details
    Browse the repository at this point in the history
  3. fixed <non-printable data (0 B)>

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

Commits on Aug 23, 2023

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

Commits on Sep 3, 2023

  1. Configuration menu
    Copy the full SHA
    6acc1cb View commit details
    Browse the repository at this point in the history
  2. updated to "order networks selection ..." #225

    FroVolod committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    b2646c8 View commit details
    Browse the repository at this point in the history
  3. added validators url

    FroVolod committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    cc04fe1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    66d3b40 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

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

Commits on Sep 9, 2023

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

Commits on Sep 10, 2023

  1. fixed unstake message

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

Commits on Sep 25, 2023

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

Commits on Sep 26, 2023

  1. updated to "near-gas"

    FroVolod committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    d93fedf View commit details
    Browse the repository at this point in the history
  2. clippy

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

Commits on Sep 29, 2023

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

Commits on Sep 30, 2023

  1. updated: interactive-clap = "0.2.5"

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

Commits on Oct 6, 2023

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

Commits on Oct 18, 2023

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

Commits on Oct 22, 2023

  1. Configuration menu
    Copy the full SHA
    dbf79fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e6ba1ff View commit details
    Browse the repository at this point in the history
  3. Update src/commands/staking/delegate/unstake.rs

    Co-authored-by: Vlad Frolov <[email protected]>
    FroVolod and frol authored Oct 22, 2023
    Configuration menu
    Copy the full SHA
    cf8cfb6 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. refactored get_validator_list()

    FroVolod committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    4d92ff3 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. refactored

    FroVolod committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    1ebba51 View commit details
    Browse the repository at this point in the history
  2. updated input_account_id()

    FroVolod committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    1645264 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. refactored get_validator_list()

    FroVolod committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    205d93a View commit details
    Browse the repository at this point in the history
  2. added get_used_delegated_validator_list()

    FroVolod committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    3038d61 View commit details
    Browse the repository at this point in the history
  3. updated GUIDE

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

Commits on Oct 26, 2023

  1. Update src/commands/staking/delegate/mod.rs

    Co-authored-by: Vlad Frolov <[email protected]>
    FroVolod and frol authored Oct 26, 2023
    Configuration menu
    Copy the full SHA
    770796d View commit details
    Browse the repository at this point in the history
  2. renamed Delegate to Delegation

    FroVolod committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    2998e10 View commit details
    Browse the repository at this point in the history
  3. fixed GUIDE

    FroVolod committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    fa9a653 View commit details
    Browse the repository at this point in the history
  4. fixed GUIDE

    FroVolod committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    33abbb2 View commit details
    Browse the repository at this point in the history
  5. docs: Updated the GUIDE

    frol committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    d40363f View commit details
    Browse the repository at this point in the history
  6. updated StakeDelegationCommand

    FroVolod committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    7461a4f View commit details
    Browse the repository at this point in the history
  7. fixed GUIDE

    FroVolod committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    877098c View commit details
    Browse the repository at this point in the history
  8. updated view-balance

    FroVolod committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    8559cbc View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. updated get_used_delegated_validator_list()

    FroVolod committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    829144a View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. updated cargo.lock

    FroVolod committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    dde9cb8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    371bdf5 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. fixed GUIDES

    frol committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    60f7e5c View commit details
    Browse the repository at this point in the history
  2. refactor: common.rs

    frol committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    07960bb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    45c34d1 View commit details
    Browse the repository at this point in the history