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: change reward destination #1644

Merged
merged 22 commits into from
Apr 9, 2024
Merged

feat: change reward destination #1644

merged 22 commits into from
Apr 9, 2024

Commits on Apr 1, 2024

  1. feat: unstake init

    tuul-wq committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    13fc2ea View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Configuration menu
    Copy the full SHA
    08d6f94 View commit details
    Browse the repository at this point in the history
  2. chore: unused import

    tuul-wq committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    3441897 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. feat: proxy alert

    tuul-wq committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    2f7f5b2 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'dev' into feat/unstake_proxy

    # Conflicts:
    #	src/renderer/widgets/Transfer/ui/TransferForm.tsx
    tuul-wq committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    a91cd9b View commit details
    Browse the repository at this point in the history
  3. chore: update types import

    tuul-wq committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    2d442f5 View commit details
    Browse the repository at this point in the history
  4. feat: bond init

    tuul-wq committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    26e9525 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    02ae0cf View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. feat: balance validation

    tuul-wq committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    d097c6b View commit details
    Browse the repository at this point in the history
  2. feat: destination

    tuul-wq committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    10da51b View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. feat: validators

    tuul-wq committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    ba76f17 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2024

  1. feat: bond_nominate flow

    tuul-wq committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    cf853da View commit details
    Browse the repository at this point in the history
  2. feat: bond_nominate flow

    tuul-wq committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    4742dc3 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. feat: removed old Bond

    tuul-wq committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    981558d View commit details
    Browse the repository at this point in the history
  2. feat: moved to BondNominate

    tuul-wq committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    b968ea1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e2c8ad9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    092a381 View commit details
    Browse the repository at this point in the history
  5. chore: remove old files

    Asmadek committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    7c1f002 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Merge branch 'dev' into feat/change-reward-destination

    # Conflicts:
    #	src/renderer/entities/transaction/lib/transactionBuilder.ts
    #	src/renderer/pages/Staking/Operations/ChangeValidators/ChangeValidators.tsx
    #	src/renderer/pages/Staking/Operations/Redeem/InitOperation/InitOperation.tsx
    #	src/renderer/pages/Staking/Operations/Restake/Restake.tsx
    #	src/renderer/pages/Staking/Operations/StakeMore/StakeMore.tsx
    #	src/renderer/pages/Staking/Overview/Overview.tsx
    #	src/renderer/pages/Staking/index.ts
    #	src/renderer/pages/index.tsx
    #	src/renderer/widgets/AddProxyModal/model/__tests__/add-proxy-model.test.ts
    #	src/renderer/widgets/AddProxyModal/ui/AddProxyForm.tsx
    #	src/renderer/widgets/RemoveProxy/ui/RemoveProxy.tsx
    #	src/renderer/widgets/RemoveProxy/ui/Submit.tsx
    #	src/renderer/widgets/Staking/BondNominate/index.ts
    #	src/renderer/widgets/Staking/BondNominate/lib/bond-utils.ts
    #	src/renderer/widgets/Staking/BondNominate/model/form-model.ts
    #	src/renderer/widgets/Staking/BondNominate/ui/BondNominate.tsx
    #	src/renderer/widgets/Staking/BondNominate/ui/Confirmation.tsx
    #	src/renderer/widgets/Staking/Unstake/model/form-model.ts
    tuul-wq committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    c9f2348 View commit details
    Browse the repository at this point in the history
  2. feat: merge dev

    tuul-wq committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    a71e5ab View commit details
    Browse the repository at this point in the history
  3. feat: removed redundant code

    tuul-wq committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    fa6fc2f View commit details
    Browse the repository at this point in the history
  4. feat: disabled input

    tuul-wq committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    6ef520e View commit details
    Browse the repository at this point in the history