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: staging to main #489

Draft
wants to merge 32 commits into
base: main
Choose a base branch
from
Draft

feat: staging to main #489

wants to merge 32 commits into from

Commits on Nov 15, 2024

  1. Configuration menu
    Copy the full SHA
    846453a View commit details
    Browse the repository at this point in the history
  2. fix: Exception

    jmoreira-valory committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    0e92f2a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #457 from valory-xyz/fix/issue_ports

    Issue with unintended exception trace
    jmoreira-valory authored Nov 15, 2024
    Configuration menu
    Copy the full SHA
    7d02c35 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

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

Commits on Nov 19, 2024

  1. Configuration menu
    Copy the full SHA
    77d739d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a5f8596 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    62014db View commit details
    Browse the repository at this point in the history
  4. Revert "chore: test no macos-large, use arch matrix"

    cause it builds wrong pearl binaries for x86
    This reverts commit 1121cb4.
    solarw committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    e7671bc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0eead55 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b4df520 View commit details
    Browse the repository at this point in the history
  7. fix: linters

    jmoreira-valory committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    534aa9a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0ab2c78 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    455e36a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    31b377a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d134cc4 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #464 from valory-xyz/feat/change_backup_owner

    Change backup owner (middleware)
    jmoreira-valory authored Nov 19, 2024
    Configuration menu
    Copy the full SHA
    c7520f4 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2024

  1. Configuration menu
    Copy the full SHA
    d499d8d View commit details
    Browse the repository at this point in the history
  2. Feat (Withdraw): Add its API

    Signed-off-by: OjusWiZard <ojuswimail@gmail.com>
    OjusWiZard committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    3a7e78f View commit details
    Browse the repository at this point in the history
  3. docs: add withdraw/ API

    Signed-off-by: OjusWiZard <ojuswimail@gmail.com>
    OjusWiZard committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    7312aa8 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2024

  1. better stop of backend

    solarw committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    5a6b3f0 View commit details
    Browse the repository at this point in the history
  2. refactor: avoid using ocm

    Signed-off-by: OjusWiZard <ojuswimail@gmail.com>
    OjusWiZard committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    930bf6f View commit details
    Browse the repository at this point in the history
  3. fix: not forcing to unstake

    Signed-off-by: OjusWiZard <ojuswimail@gmail.com>
    OjusWiZard committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    a112246 View commit details
    Browse the repository at this point in the history
  4. style: format according to linters

    Signed-off-by: OjusWiZard <ojuswimail@gmail.com>
    OjusWiZard committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    f444b97 View commit details
    Browse the repository at this point in the history
  5. refactor: replace fetch with axios for backend shutdown with timeout,…

    … added beforeQuit flag to stop multiple calls
    truemiller committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    adf79ef View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    641893e View commit details
    Browse the repository at this point in the history
  7. Revert "chore: cleanup logs, only works with a single string"

    This reverts commit 641893e.
    solarw committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    40f2cad View commit details
    Browse the repository at this point in the history
  8. Revert "refactor: replace fetch with axios for backend shutdown with …

    …timeout, added beforeQuit flag to stop multiple calls"
    
    This reverts commit adf79ef.
    solarw committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    c036803 View commit details
    Browse the repository at this point in the history
  9. fix for on-quit works properly

    solarw committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    280d444 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2024

  1. linting

    solarw committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    6af2abc View commit details
    Browse the repository at this point in the history
  2. Merge pull request #474 from valory-xyz/fix/pearl-dangling

    Fix/pearl dangling
    solarw authored Nov 22, 2024
    Configuration menu
    Copy the full SHA
    abe32fe View commit details
    Browse the repository at this point in the history
  3. Merge pull request #469 from valory-xyz/feat/withdrawal

    Feat (Withdraw): Add its API
    OjusWiZard authored Nov 22, 2024
    Configuration menu
    Copy the full SHA
    c361293 View commit details
    Browse the repository at this point in the history
  4. feat: Implement FE of withdrawals (#431)

    * refactor: simplify AddFundsSection by removing styled component and unused Popover
    
    * feat: add WithdrawFunds component and integrate it into YourAgentWallet
    
    * feat: enhance WithdrawFunds component with address validation and loading state
    
    * feat: improve WithdrawFunds component with loading messages and input enhancements
    
    * feat: add withdrawBalance function to handle service balance withdrawals
    
    * feat: enhance WithdrawFunds component to support service balance withdrawals and update wallet details
    
    * fix: streamline withdrawal process by removing redundant loading state and ensuring modal closes after successful withdrawal
    
    * feat: enhance WithdrawFunds component with minimum staking duration check and tooltip for withdrawal button
    
    * feat: add remaining staking duration calculation and formatting utility
    
    * refactor: rename time formatting utility and update usage in WithdrawFunds component
    
    * feat: enhance WithdrawFunds component with additional user guidance messages and improve time formatting utility
    mohandast52 authored Nov 22, 2024
    Configuration menu
    Copy the full SHA
    02981b8 View commit details
    Browse the repository at this point in the history