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

release: v0.29.0 to main #770

Merged
merged 27 commits into from
Jan 31, 2024
Merged

release: v0.29.0 to main #770

merged 27 commits into from
Jan 31, 2024

Commits on Jan 17, 2024

  1. Merge pull request #761 from secretkeylabs/release/v0.28.1

    release: v0.28.1 to develop
    teebszet authored Jan 17, 2024
    Configuration menu
    Copy the full SHA
    cd127f2 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. ENG-3498: Control STX display via Manage Tokens Screen (#757)

    * Add CoinItem map key
    
    * ManageTokens drawer round icons
    
    * ManageTokens drawer round text icons
    
    * Make TickerImage always round
    
    * Standalone TickerImage roundness
    
    * Add hideStx to wallet store
    
    * Why use the whole Coin 😎when you can use just what's needed
    
    * Comment typo
    
    * Add special Stacks to manageTokens
    
    * Deprecate rounded square STX icon
    
    * Move STX icon from ledger to dashboard folder
    
    * Sync hideStx to localStorage
    
    * Remove manual localStorage sync
    
    * v2 layout
    
    * flex magic for selective scrollable areas
    
    * Don't count STX as part of total balance if hidden
    
    * ENG-3509: Include SIP-10 token balances
    jordankzf authored Jan 18, 2024
    Configuration menu
    Copy the full SHA
    43f157a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    61af7b1 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. fix: wrong variable used in validation to show top divider for first …

    …asset item in receive in payment section component (#762)
    fedeerbes authored Jan 22, 2024
    Configuration menu
    Copy the full SHA
    dbb2266 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    562ca71 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. chore: use new core version with btc signer version upgrade (#763)

    * chore: use new core version with btc signer version upgrade
    
    * chore: bump local dep of scure btc-signer 1.2.1 too
    
    * chore: move getSeed method from constructor to method in rbf
    
    ---------
    
    Co-authored-by: Tim Man <[email protected]>
    fedeerbes and teebszet authored Jan 23, 2024
    Configuration menu
    Copy the full SHA
    df93395 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. [ENG-3036] feat: Rename accounts from the change account screen (#740)

    * [ENG-3036] feat: Rename accounts from the Extension change account screen
    
    * Add the acc renaming logic for regular and ledger accounts
    
    * Update Change Account screen icons
    
    * Add the space between the account list and control buttons
    
    * Make some small code tweaks
    
    * Fix the 0 index account renaming issue
    dhriaznov authored Jan 24, 2024
    Configuration menu
    Copy the full SHA
    85f91aa View commit details
    Browse the repository at this point in the history
  2. [ENG-3614] feat: Ability to manage a BRC-20 token's visibility (hide) (

    …#765)
    
    * Add UpdateVisibleBrc20CoinListKey
    
    * Bicoin toggled first attempt
    
    * Fix ScrollableContainer not taking full height
    
    * Don't override existing token's visiblity setting
    
    * Hide brc20Coins if visible === false
    
    * Delegate logic upstream to xverse-core
    
    * Copy pasta
    
    * Rename getFtTicker to more generic name
    
    * CSS showDivider alternative
    
    * Revert "CSS showDivider alternative"
    
    This reverts commit 97dde6e.
    
    * Bump to beta version of xverse-core
    
    * xverse-core will default visible to true
    
    * Bump xverse-core again
    
    * Bump xverse-core again
    
    * BRC-20 fiat value support
    
    * Fix triple source of truth bug 🤪
    
    * Update Brc20Token type for getBrc20Tokens
    
    * Remove fallback
    
    * Concurrent fetching
    
    * Stop naively assuming brc20 tokens have no principal
    
    * Bump xverse-core
    
    * fix: brc20 detail page should have round token image
    
    * chore: bump core beta version
    
    * refactor: css only for manage token dividers
    
    * refactor: remove a lot of fluff and use FiatAmountText component
    
    * Safe type assertion
    
    * FREE THYSELF FROM TYPECASTS
    
    * Tim's changes
    
    * Bump xverse-core to v9.1.0
    
    * tokenFiatRate can be passed directly
    
    * Fix closing extension does not apply changes bug
    
    ---------
    
    Co-authored-by: Tim Man <[email protected]>
    jordankzf and teebszet authored Jan 24, 2024
    Configuration menu
    Copy the full SHA
    35d76d0 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. Configuration menu
    Copy the full SHA
    e366817 View commit details
    Browse the repository at this point in the history
  2. release: v0.29.0

    GitHub Actions Bot committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    156995f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dd3cfd3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    17746b3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    be39b42 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    30c65f5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bf9f939 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d69c863 View commit details
    Browse the repository at this point in the history
  9. [ENG-3513] feat: View accounts balances in the Change Account screen (#…

    …756)
    
    * [ENG-3036] feat: Rename accounts from the Extension change account screen
    
    * Add the acc renaming logic for regular and ledger accounts
    
    * Update Change Account screen icons
    
    * Add the space between the account list and control buttons
    
    * [ENG-3513] feat: View accounts balances in the Change Account screen
    
    * Make some small code tweaks
    
    * Add a `useAccountBalances` hook
    
    * Improve and optimize the logic
    
    * Improve the account balances fetching logic
    
    * Improve the account balances fetching logic
    
    * Update the account balance fetching logic
    
    * Add the balance refetching logic (when users switches the account)
    
    * Add the empty label and loader for the fetching account balance
    
    * Update the balance refetching logic
    
    * Remove the unused import
    
    * Make some account balance fetching logic tweaks
    
    * Fix the 0 index account renaming issue
    
    * Add support for fetching and displaying fungible token balances
    
    * Update the useAccountBalance hook logic
    
    * Move `calculateTotalBalance` method to utils to reuse it
    
    * Remove the redundant fetching logic from the account total balance calc
    
    * Update the `useAccountBalance` hook fetching logic
    
    * Add setAccountBalance method in the useAccountBalance hook
    
    * Add the brc coin list fetching logic to the useAccountBalance hook
    
    * Add a todo comment
    
    * Show the Manage token list for the ledger account when there is no stx address
    dhriaznov authored Jan 25, 2024
    Configuration menu
    Copy the full SHA
    b47bf6d View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. Configuration menu
    Copy the full SHA
    a7e2abb View commit details
    Browse the repository at this point in the history
  2. [ENG-3370] feat: improve get address screen (#715)

    * init getAddress screen revamp
    
    * update ui
    
    * update btc address select request
    
    * update stx screen and add btcAddress to stacks connect response
    
    * ui fixes
    
    * minor fixes
    
    * disable account actions on connection requests
    
    * added icon borderRadius
    
    * remove debug log
    
    * Fix typing between sats connect and extension for providers (#768)
    
    * Fix typing between sats connect and extension for providers
    
    * update sats-connect version
    
    ---------
    
    Co-authored-by: Mahmoud Aboelenein <[email protected]>
    
    ---------
    
    Co-authored-by: Victor Kirov <[email protected]>
    m-aboelenein and victorkirov authored Jan 26, 2024
    Configuration menu
    Copy the full SHA
    d543038 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2c88276 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f1455c1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    31c61a4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f5ccbfd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    410001a View commit details
    Browse the repository at this point in the history
  8. Connection Screens Revamp Follow-up (#780)

    authored-by: Mahmoud Aboelenein <[email protected]>
    
    * resolve ui issues
    
    * missing stx-address call out
    ---------
    m-aboelenein authored Jan 26, 2024
    Configuration menu
    Copy the full SHA
    7ae43a5 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

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

Commits on Jan 30, 2024

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