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] Interlay 2.41.14 #1674

Merged
merged 247 commits into from
Oct 9, 2024
Merged

[release] Interlay 2.41.14 #1674

merged 247 commits into from
Oct 9, 2024

Commits on May 19, 2023

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

Commits on May 22, 2023

  1. Feature/updated transfer UI (#876)

    * refactor: use updated tab component
    
    * refactor: duplicated form titles
    
    * refactor: remove redundant hook calls
    
    * refactor: prefer title case
    
    * wip: XCM transfer form UI
    
    * wip: updated form UI
    
    * wip: account selector placeholder component
    
    * wip: account selector modal
    
    * wip: modal open and close actions
    
    * wip: update modal type
    
    * wip: get accounts
    
    * wip: add identicon and rename component for consistency
    
    * wip: account input component
    
    * fix: remove redundant icons prop
    
    * feat: implement with SelectTrigger
    
    * wip: styling and account selection value
    
    * wip: handle setting account data
    
    * refactor: better naming
    
    * wip: address list styling
    
    * refactor: rename defaultAccount
    
    * wip: chain selector placeholder component
    
    * wip: duplicate account component and rename
    
    * chore: delete redundant legacy component
    
    * wip: logic for fetching and rendering chain ids
    
    * wip: chain item styling
    
    * wip: selected chain styling
    
    * chore: add comment
    
    * refactor: pass through native token to icon component
    
    * feature: add chain icon component
    
    * chore: add comment
    
    * chore: correct file name casing
    
    * refactor: improve folder structure
    
    * wip: form layout styling
    
    * chore: add arrow icon
    
    * chore: add logos and correct svg titles
    
    * chore: remove redundant svg prop
    
    * chore: rename arrow icon
    
    * chore: consistent use of styled components
    
    * refactor: remove padding from modal body
    
    * wip: formik integration work
    
    * wip: extend useXCMBridge to return available chains and utility methods
    
    * chore: move Chain and Chains types to types directory
    
    * feat: layout and form implementation
    
    * feat: add schema
    
    * feat: final
    
    * wip: refactor useXCMBridge hook
    
    * refactor: add endpoints type
    
    * refactor: wrap methods in useCallback
    
    * refactor: fix bug in hook method
    
    * chore: bump bridge version
    
    * wip: set originating and destination chain values
    
    * refactor: set from chain value on field change
    
    * wip: set originating chain value
    
    * refactor: mergeProps to set field value
    
    * refactor: handle setting origin/destination chain values
    
    * wip: get tokens method
    
    * wip: first iteration of balances function
    
    * wip: handle tokens array
    
    * wip: set token value
    
    * wip: get token balances
    
    * wip: return token and balances in single method
    
    * wip: mapped tokens
    
    * refactor: handle default chain values
    
    * refactor: better organised function order
    
    * wip: handle change events
    
    * wip: handle setting tokens
    
    * wip: handle fetching tokens and balances
    
    * wip: convert input configs
    
    * wip: handle token change
    
    * wip: get token USD price
    
    * Trigger Build
    
    * chore: remove unused import
    
    * chore: correct eslintignore syntax
    
    * wip: handle breaking changes
    
    * wip: disable token input when select items value is 1
    
    * chore: set first token item as variable
    
    * wip: handle setting and changing values
    
    * chire: add loading spinner
    
    * refactor: add loading state
    
    * refactor: filter destination chains
    
    * chore: remove console log
    
    * chore: bump XCM bridge version
    
    * chore: update config
    
    * refactor: configure validation
    
    * chore: revert change to useForm hook
    
    * wip: form validation
    
    * wip: working form validation
    
    * wip: undefined validation parameters
    
    * refactor: return dest fee estimate from bridge hook
    
    * feature: show fees and fee estimates
    
    * chore: conditional operators
    
    * refactor: handle ticker change correctly
    
    * wip: sendTransaction method
    
    * Revert "wip: sendTransaction method"
    
    This reverts commit 3ade26d.
    
    * fix: USD amounts
    
    * wip: send transactions
    
    * refactor: bump bridge and use getNativeToken method
    
    * chore: bump bridge
    
    * refactor: move submit logic to useMutation hook
    
    * fix: type mismatches
    
    * refactor: white space/comments
    
    * refactor: add transaction fee validation
    
    * chore: typo
    
    * chore: remove console log
    
    * refactor: remove duplicated monetary conversion
    
    * refactor: remove duplicate code
    
    * Revert "refactor: remove duplicate code"
    
    This reverts commit bd29f8c.
    
    * Revert "refactor: remove duplicated monetary conversion"
    
    This reverts commit 5fd3d64.
    
    * refactor: use monetaryAmount when constructing transaction
    
    * refactor: remove duplicated code for fetching tokens
    
    * refactor: default XCM origin
    
    * Revert "refactor: remove duplicated code for fetching tokens"
    
    This reverts commit 8f31ee8.
    
    * chore: remove comment
    
    * chore: fix errors
    
    * fix: set default value to empty string to prevent React error
    
    * refactor: removed unwanted force validation parameters
    
    * refactor: remove redundant method
    
    * refactor: add method return type
    
    * refactor: add method return type
    
    * refactor: correct type error
    
    * refactor: fix destFee type error
    
    * refactor: remove fees validation and revert destFee return value
    
    * chore: remove console log
    
    * refactor: remove redundant method
    
    * refactor: disable validation on change
    
    * chore: remove commented out code
    
    * wip: use select component for chain selector
    
    * fix: handle chain select functions
    
    * refactor: type chain id as ChainName
    
    * Revert "refactor: type chain id as ChainName"
    
    This reverts commit d05e012.
    
    * chore: remove unused component files
    
    * refactor: remove duplicated transaction logic
    
    * fix: make to/from field types more specific
    
    * fix: revert yup.custom changes and cast validation
    
    * fix: set correct destination chain
    
    * refator: handle token data
    
    * refactor: add use callback
    
    * fix: correct rendering logic
    
    * fix: update dependencies
    
    * chore: delete unused styles
    
    * chore: fix merge issue with transfer form
    
    * fix: change validation handling
    
    * Revert "fix: change validation handling"
    
    This reverts commit c0cb306.
    
    * refactor: only display transfer amount if amount has been entered
    
    * chore: config changes
    
    * chore: add missing icons
    
    * chore: Hydra chain icon
    
    * fix: add error text to CTA
    
    * Tom/xcm fixes (#1213)
    
    * refactor: specify endpoints and remove unnecessary logic
    
    * fix: save file before committing
    
    * fix: disable refetch
    
    * chore: update endpoints
    
    * chore: remove log
    
    * chore: rename file
    
    * chore: add additional acala/karura endpoints
    
    ---------
    
    Co-authored-by: Rui Simão <[email protected]>
    tomjeatt and danielsimao authored May 22, 2023
    2 Configuration menu
    Copy the full SHA
    ab6a554 View commit details
    Browse the repository at this point in the history
  2. chore: release v2.32.0

    tomjeatt committed May 22, 2023
    2 Configuration menu
    Copy the full SHA
    65b0748 View commit details
    Browse the repository at this point in the history
  3. Update API healthchecks (#778)

    * Chore - add vault healthcheck
    
    * Chore - add vault healthcheck
    
    * Chore - add vault healthcheck
    ns212 authored May 22, 2023
    2 Configuration menu
    Copy the full SHA
    8ff52df View commit details
    Browse the repository at this point in the history
  4. [earn strategies] placeholder page, nav and feature flag (#1216)

    * chore: bump icons dependency
    
    * feature: earn strategies placeholder page and feature flag
    tomjeatt authored May 22, 2023
    2 Configuration menu
    Copy the full SHA
    e9157c7 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

  1. 2 Configuration menu
    Copy the full SHA
    b04beda View commit details
    Browse the repository at this point in the history
  2. chore: update monetary to latest 0.7.3 (#1214)

    * chore: update monetary to latest 0.7.3
    
    * chore: update lib
    peterslany authored May 23, 2023
    2 Configuration menu
    Copy the full SHA
    e158798 View commit details
    Browse the repository at this point in the history
  3. 2 Configuration menu
    Copy the full SHA
    eee628c View commit details
    Browse the repository at this point in the history

Commits on May 24, 2023

  1. chore: release v2.32.1

    tomjeatt committed May 24, 2023
    2 Configuration menu
    Copy the full SHA
    63b059a View commit details
    Browse the repository at this point in the history
  2. fix: add missing icons and remove erroring RPC (#1222)

    * fix: add missing icons and remove erroring RPC
    
    * Update src/pages/Transfer/CrossChainTransferForm/components/ChainIcon/icons/Acala.tsx
    
    Co-authored-by: Peter Slaný <[email protected]>
    
    * Update src/pages/Transfer/CrossChainTransferForm/components/ChainIcon/icons/Astar.tsx
    
    Co-authored-by: Peter Slaný <[email protected]>
    
    * Update src/pages/Transfer/CrossChainTransferForm/components/ChainIcon/icons/Parallel.tsx
    
    Co-authored-by: Peter Slaný <[email protected]>
    
    ---------
    
    Co-authored-by: Peter Slaný <[email protected]>
    tomjeatt and peterslany authored May 24, 2023
    2 Configuration menu
    Copy the full SHA
    65d0a00 View commit details
    Browse the repository at this point in the history
  3. chore: release v2.32.2

    tomjeatt committed May 24, 2023
    2 Configuration menu
    Copy the full SHA
    250f722 View commit details
    Browse the repository at this point in the history
  4. 2 Configuration menu
    Copy the full SHA
    c000243 View commit details
    Browse the repository at this point in the history
  5. 2 Configuration menu
    Copy the full SHA
    17251a3 View commit details
    Browse the repository at this point in the history
  6. chore: release v2.32.3

    tomjeatt committed May 24, 2023
    2 Configuration menu
    Copy the full SHA
    0d81dc5 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. 2 Configuration menu
    Copy the full SHA
    63487d0 View commit details
    Browse the repository at this point in the history
  2. chore: release v2.32.4

    tomjeatt committed May 25, 2023
    2 Configuration menu
    Copy the full SHA
    d6db39b View commit details
    Browse the repository at this point in the history

Commits on May 26, 2023

  1. chore: bump bridge (#1233)

    tomjeatt authored May 26, 2023
    2 Configuration menu
    Copy the full SHA
    5f0dcb8 View commit details
    Browse the repository at this point in the history
  2. chore: release v2.32.5

    tomjeatt committed May 26, 2023
    2 Configuration menu
    Copy the full SHA
    891de67 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. Peter/earn strategies feat deposit withdraw form (#1229)

    * chore: update monetary to latest 0.7.3
    
    * wip
    
    * feat(earn-strategies): add deposit and withdrawal form components
    
    * refactor: add padding under tabs in earn strategy forms
    
    * chore(earn-strategies): change file structure
    peterslany authored May 30, 2023
    2 Configuration menu
    Copy the full SHA
    918e944 View commit details
    Browse the repository at this point in the history
  2. 2 Configuration menu
    Copy the full SHA
    aca4e7d View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

  1. 2 Configuration menu
    Copy the full SHA
    252285f View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    c845c54 View commit details
    Browse the repository at this point in the history
  3. chore: release v2.32.6

    tomjeatt committed May 31, 2023
    2 Configuration menu
    Copy the full SHA
    64716ee View commit details
    Browse the repository at this point in the history
  4. Fix: back button behaviour from bridge page (#1246)

    * fix: use history replace instead of push to fix looping of bridge page
    
    * chore: clean up and bump version
    
    ---------
    
    Co-authored-by: tomjeatt <[email protected]>
    Chanakya888 and tomjeatt authored May 31, 2023
    2 Configuration menu
    Copy the full SHA
    a38f2af View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2023

  1. 2 Configuration menu
    Copy the full SHA
    ce9f284 View commit details
    Browse the repository at this point in the history
  2. 2 Configuration menu
    Copy the full SHA
    74eb7ee View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2023

  1. 2 Configuration menu
    Copy the full SHA
    869efa9 View commit details
    Browse the repository at this point in the history
  2. 2 Configuration menu
    Copy the full SHA
    f178d58 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2023

  1. Peter/chore update lib 2.3.0 (#1267)

    * chore: update monetary to latest 0.7.3
    
    * chore: update lib version
    peterslany authored Jun 5, 2023
    2 Configuration menu
    Copy the full SHA
    7283d1e View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2023

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

Commits on Jun 7, 2023

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

Commits on Jun 8, 2023

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

Commits on Jun 9, 2023

  1. Peter/loans fix subsidy rewards (#1276)

    * chore: update monetary to latest 0.7.3
    
    * fix(loans): display correct subsidy rewards accrued amount and APY
    
    * chore: console log cleanup
    
    * chore: replace GOVERNANCE_TOKEN_SYMBOL with GOVERNANCE_TOKEN.ticker
    peterslany authored Jun 9, 2023
    2 Configuration menu
    Copy the full SHA
    4bf3e13 View commit details
    Browse the repository at this point in the history
  2. Peter/fix loans incentive apr computation (#1256)

    * chore: update monetary to latest 0.7.3
    
    * fix: convert incentives apr computation to percentage
    
    * fix: change loans incentives annualized return to have label APR
    peterslany authored Jun 9, 2023
    2 Configuration menu
    Copy the full SHA
    6f2972d View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2023

  1. chore: release v2.33.0

    tomjeatt committed Jun 12, 2023
    2 Configuration menu
    Copy the full SHA
    0fb9217 View commit details
    Browse the repository at this point in the history
  2. Peter/chore update lib 2.3.3 (#1282)

    * chore: update monetary to latest 0.7.3
    
    * chore: update lib to 2.3.3.
    peterslany authored Jun 12, 2023
    2 Configuration menu
    Copy the full SHA
    d5818f3 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. fix: enable faucet on Interlay testnet (#1289)

    * fix: enable faucet on Interlay testnet
    
    * fix: prefer governance token ticker to symbol
    tomjeatt authored Jun 14, 2023
    1 Configuration menu
    Copy the full SHA
    c4f05dc View commit details
    Browse the repository at this point in the history
  2. chore: bump bridge (#1285)

    tomjeatt authored Jun 14, 2023
    2 Configuration menu
    Copy the full SHA
    bf01bb3 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

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

Commits on Jun 19, 2023

  1. api: use diadata as main datasource (#1277)

    * api: use diadata as main datasource
    
    * api: add header to select price source
    
    ---------
    
    Co-authored-by: tomjeatt <[email protected]>
    ns212 and tomjeatt authored Jun 19, 2023
    2 Configuration menu
    Copy the full SHA
    7669181 View commit details
    Browse the repository at this point in the history
  2. Peter/fix interlay issues (#1300)

    * chore: update monetary to latest 0.7.3
    
    * fix: add missing translation and fix lend APY display
    
    * refactor: bring back formatting with 0 amount case covered
    
    * refactor: code review
    
    * refactor: code review
    peterslany authored Jun 19, 2023
    2 Configuration menu
    Copy the full SHA
    4a19226 View commit details
    Browse the repository at this point in the history
  3. 2 Configuration menu
    Copy the full SHA
    4e1c721 View commit details
    Browse the repository at this point in the history
  4. 2 Configuration menu
    Copy the full SHA
    a6885d8 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. chore: release v2.34.0

    tomjeatt committed Jun 20, 2023
    2 Configuration menu
    Copy the full SHA
    bf818bd View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. Configuration menu
    Copy the full SHA
    1b9ce37 View commit details
    Browse the repository at this point in the history
  2. chore: release v2.34.1

    tomjeatt committed Jun 22, 2023
    2 Configuration menu
    Copy the full SHA
    019777a View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

  1. 1 Configuration menu
    Copy the full SHA
    dc2ffd6 View commit details
    Browse the repository at this point in the history
  2. 2 Configuration menu
    Copy the full SHA
    054763c View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

  1. Peter/feat tx fee with swapped currency (#1340)

    * chore: update monetary to latest 0.7.3
    
    * feat: refactor Transfer and theme (#1244)
    
    * wip: initial changes to move table
    
    * chore: remove unused component
    
    * Revert "chore: remove unused component"
    
    This reverts commit 0db71a1.
    
    * chore: remove unused component
    
    * chore: use translation file
    
    * fix: add missing p tags
    
    * wip
    
    * feat: refactor Transfer and theme (#1244)
    
    * feat(Bridge): revamp Issue and Redeem (#1279)
    
    * wip
    
    * feat(TransactionDetails): extend component to support fee selector (#1292)
    
    * feat: add tx fee estimation and swap for tx fee payment integration
    
    * fix: remove impossible condition
    
    * feat: integrate use-transaction with TransactionFeeDetails (#1294)
    
    * feat: integrate use-transaction with TransactionFeeDetails
    
    * fix: code review
    
    * refactor: code review
    
    * feat: add fee estimate loading state
    
    * Rui/fee estimate transfer form (#1296)
    
    * feat: add fee estimate to transfer form
    
    * Update src/pages/Transfer/TransferForms/components/TransferForm/TransferForm.tsx
    
    Co-authored-by: Peter Slaný <[email protected]>
    
    ---------
    
    Co-authored-by: Peter Slaný <[email protected]>
    
    * Feature/UI updates/navigation styling (#1293)
    
    * wip: initial navigation styling
    
    * refactor: remove icons from secondary navigation items
    
    * refactor: split navigation into primary/secondary
    
    * fix: add bg colour to nav to prevent problems on small screens
    
    * refactor: update accordion styles
    
    * refactor: remove redundant code and console log
    
    * refactor: change Kintsugi background colour
    
    * fix: show navigation item names
    
    * fix: remove redundant conditional
    
    * fix: code
    
    * fix: changes to list style and disable 0 balance fee tokens
    
    * feat(bringyourownfee): add check for existing trade path
    
    * Update src/utils/hooks/transaction/use-transaction.ts
    
    Co-authored-by: Dominik Harz <[email protected]>
    
    * Update src/utils/hooks/transaction/use-transaction.ts
    
    Co-authored-by: Dominik Harz <[email protected]>
    
    * refactor: move multiplier to constant
    
    * feat: add fee validation and other improvements to form validation (#1303)
    
    * Peter/feat griefing collateral multicurrency (#1310)
    
    * feat: add selectable griefing collateral currency to issue request form
    
    * feat: add oracle currency hook and wrap up griefing collateral work
    
    * feat(Swap): add custom fee (#1315)
    
    * Peter/feat byof bridge page (#1328)
    
    * wip
    
    * refactor: issue page with griefing collateral select
    
    * feat(bringyourownfees): redeem form
    
    * refactor: renaming
    
    * feat: add redeem request to getActionAmount
    
    * feat(Pools): add fee estimate (#1322)
    
    * feat(Loans): add fee estimate (#1332)
    
    * feat(Vaults): add fee estimate to vault creation (#1333)
    
    * fix(Redeem): add missing BTC address validation (#1336)
    
    * fix: redeem getActionAmount type mismatch
    
    * Tom/UI updates/minor changes (#1308)
    
    * refactor: add vault table background colour
    
    * fix: typo
    
    * refactor: styled card for vault selector
    
    * refactor: wrap vault transaction tables in card component
    
    * fix: typo
    
    * refactor: add shadowed prop to card component
    
    * refactor: use card component for transactions table
    
    * refactor: move request id in legacy issue/request modal
    
    * refactor: use request id dictionary item
    
    * chore: update Interlay logo
    
    * refactor: update icon and logo colours
    
    * feature: add bg image
    
    * wip: add background image to Layout component
    
    * refactor: add Wrapper component
    
    * wip: initial values for background image position
    
    * refactor: minor styling changes
    
    * refactor: revert unneeded change
    
    * refactor: move and rename Transaction component
    
    * feat: sort currencies by balance (#1338)
    
    ---------
    
    Co-authored-by: Peter <[email protected]>
    Co-authored-by: Thomas Jeatt <[email protected]>
    Co-authored-by: Peter Slaný <[email protected]>
    Co-authored-by: tomjeatt <[email protected]>
    Co-authored-by: Dominik Harz <[email protected]>
    6 people authored Jun 26, 2023
    2 Configuration menu
    Copy the full SHA
    bd49606 View commit details
    Browse the repository at this point in the history
  2. chore: release v2.35.0

    tomjeatt committed Jun 26, 2023
    2 Configuration menu
    Copy the full SHA
    8656b5b View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. Tom/feature/wallet buttons (#1346)

    * refactor: add tab props
    
    * feature: add bridge button to assets table
    
    * refactor: don't show buy button for wrapped token
    tomjeatt authored Jun 27, 2023
    2 Configuration menu
    Copy the full SHA
    f3a7a12 View commit details
    Browse the repository at this point in the history
  2. [wallet] add default currencies to wallet (#1335)

    * refactor: add default currencies to wallet
    
    * refactor: use NATIVE_CURRENCIES
    tomjeatt authored Jun 27, 2023
    2 Configuration menu
    Copy the full SHA
    0eb4d00 View commit details
    Browse the repository at this point in the history
  3. 2 Configuration menu
    Copy the full SHA
    08aa108 View commit details
    Browse the repository at this point in the history
  4. 1 Configuration menu
    Copy the full SHA
    2bca493 View commit details
    Browse the repository at this point in the history
  5. 2 Configuration menu
    Copy the full SHA
    6d32c91 View commit details
    Browse the repository at this point in the history
  6. Peter/refactor fetch oracle status from chain (#1359)

    * chore: update monetary to latest 0.7.3
    
    * refactor: fetch oracle status from chain
    
    * chore: remove commented-out code
    peterslany authored Jun 27, 2023
    2 Configuration menu
    Copy the full SHA
    9f967f5 View commit details
    Browse the repository at this point in the history
  7. Peter/fix add wrapped currency as security deposit option (#1360)

    * chore: update monetary to latest 0.7.3
    
    * fix: add wrapped token to useGetOracleCurrencies result
    peterslany authored Jun 27, 2023
    2 Configuration menu
    Copy the full SHA
    690d951 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

  1. 2 Configuration menu
    Copy the full SHA
    8cf597d View commit details
    Browse the repository at this point in the history
  2. [transfer/bridge] open correct tab (#1366)

    * fix: bridge query parameter
    
    * fix: revert to previous tab name
    tomjeatt authored Jun 28, 2023
    2 Configuration menu
    Copy the full SHA
    349df79 View commit details
    Browse the repository at this point in the history
  3. refactor: close redeem modal (#1367)

    * refactor: close redeem modal
    
    * fix: correct user messaging copy
    
    * fix: remove unnecessary translation
    
    * fix: correct copy
    tomjeatt authored Jun 28, 2023
    2 Configuration menu
    Copy the full SHA
    9281aa2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    92554fc View commit details
    Browse the repository at this point in the history
  5. 2 Configuration menu
    Copy the full SHA
    7a8db34 View commit details
    Browse the repository at this point in the history
  6. fix: UI styling bugs (#1371)

    * fix: change broken gradient id ref
    
    * refactor: add opacity value to navigation separator
    
    * fix: update padding
    
    * fix: border opacity
    
    * fix: use transaction details component
    
    * refactor: change how padding is set
    tomjeatt authored Jun 28, 2023
    1 Configuration menu
    Copy the full SHA
    06b0ca4 View commit details
    Browse the repository at this point in the history
  7. Peter/fix bridge dust value validation (#1374)

    * chore: update monetary to latest 0.7.3
    
    * fix: dust value calculation
    peterslany authored Jun 28, 2023
    2 Configuration menu
    Copy the full SHA
    ef2e8dd View commit details
    Browse the repository at this point in the history
  8. 2 Configuration menu
    Copy the full SHA
    1045cef View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    509960f View commit details
    Browse the repository at this point in the history
  10. 2 Configuration menu
    Copy the full SHA
    c1e15ac View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. 2 Configuration menu
    Copy the full SHA
    66db4d1 View commit details
    Browse the repository at this point in the history
  2. 2 Configuration menu
    Copy the full SHA
    0c40d3e View commit details
    Browse the repository at this point in the history
  3. 2 Configuration menu
    Copy the full SHA
    b296507 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

  1. 2 Configuration menu
    Copy the full SHA
    fadf8ba View commit details
    Browse the repository at this point in the history
  2. feature: add tooltip to asset cell (#1345)

    * feature: add tooltip to asset cell
    
    * fix: typo
    
    * wip: ReactNode tooltip so that we can pass in link
    
    * feature: add fee asset tooltip
    
    * update text link component
    
    * fix: revert changes to text links
    
    * revert changes to text links
    
    * fix: maintain compatibility with existing text links
    
    * use correct location variable
    
    * fix: remove log
    
    * fix: tooltip const
    tomjeatt authored Jun 30, 2023
    2 Configuration menu
    Copy the full SHA
    6f8afd8 View commit details
    Browse the repository at this point in the history
  3. Onboarding page (#1373)

    * feat: add draft of onboarding page
    
    * chore: update t&c links
    
    * feat: add guided tour through app
    
    * fix: typos and eslint warnings
    
    * restrict width of onboarding cards
    
    * feat: replace  UI faucet with discord link
    
    * feat: improve CTA
    
    * feat: add link to onboarding page
    
    ---------
    
    Co-authored-by: Thomas Jeatt <[email protected]>
    nud3l and tomjeatt authored Jun 30, 2023
    2 Configuration menu
    Copy the full SHA
    503736a View commit details
    Browse the repository at this point in the history
  4. 2 Configuration menu
    Copy the full SHA
    e1e5d31 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

  1. 2 Configuration menu
    Copy the full SHA
    70bc8e9 View commit details
    Browse the repository at this point in the history
  2. fix: typo (#1392)

    tomjeatt authored Jul 3, 2023
    2 Configuration menu
    Copy the full SHA
    81337c5 View commit details
    Browse the repository at this point in the history
  3. Peter/feat pools trading fee apr (#1389)

    * chore: update monetary to latest 0.7.3
    
    * feat(pools): add trading fee APR
    
    * refactor: clean-up naming
    peterslany authored Jul 3, 2023
    2 Configuration menu
    Copy the full SHA
    7765f97 View commit details
    Browse the repository at this point in the history
  4. Peter/ choreupdate lib 2.3.5 (#1393)

    * chore: update monetary to latest 0.7.3
    
    * chore: update lib to 2.3.5
    peterslany authored Jul 3, 2023
    2 Configuration menu
    Copy the full SHA
    b35f080 View commit details
    Browse the repository at this point in the history
  5. chore: release v2.35.1

    tomjeatt committed Jul 3, 2023
    2 Configuration menu
    Copy the full SHA
    6f6f9ec View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2023

  1. 2 Configuration menu
    Copy the full SHA
    304517b View commit details
    Browse the repository at this point in the history
  2. Onboarding feature flag (#1398)

    * refactor: add feature flag
    
    * fix: update dependencies
    
    * add onboarding to env file
    tomjeatt authored Jul 4, 2023
    1 Configuration menu
    Copy the full SHA
    3473509 View commit details
    Browse the repository at this point in the history
  3. chore: release v2.35.2

    tomjeatt committed Jul 4, 2023
    2 Configuration menu
    Copy the full SHA
    205950e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    73dfae4 View commit details
    Browse the repository at this point in the history
  5. chore: release v2.35.3

    tomjeatt committed Jul 4, 2023
    1 Configuration menu
    Copy the full SHA
    366d850 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6599a85 View commit details
    Browse the repository at this point in the history
  7. chore: release v2.35.4

    tomjeatt committed Jul 4, 2023
    2 Configuration menu
    Copy the full SHA
    ee152f2 View commit details
    Browse the repository at this point in the history
  8. fix(Wallet): add missing guide link (#1406)

    * fix(Wallet): add missing guide link
    
    * Update WelcomeBanner.tsx
    danielsimao authored Jul 4, 2023
    2 Configuration menu
    Copy the full SHA
    746589d View commit details
    Browse the repository at this point in the history
  9. 2 Configuration menu
    Copy the full SHA
    4d5576f View commit details
    Browse the repository at this point in the history
  10. 2 Configuration menu
    Copy the full SHA
    fcdb5af View commit details
    Browse the repository at this point in the history
  11. chore: release v2.35.5

    tomjeatt committed Jul 4, 2023
    2 Configuration menu
    Copy the full SHA
    3c23fb0 View commit details
    Browse the repository at this point in the history
  12. api: add support for multiple version of terms and conditions (#1411)

    * api: add support for multiple version of terms and conditions
    
    * api: add support for multiple version of terms and conditions
    ns212 authored Jul 4, 2023
    Configuration menu
    Copy the full SHA
    51bf92f View commit details
    Browse the repository at this point in the history
  13. chore: release v2.35.6

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

Commits on Jul 5, 2023

  1. 2 Configuration menu
    Copy the full SHA
    c0e2d17 View commit details
    Browse the repository at this point in the history
  2. Tom/xcm copy changes (#1391)

    * fix: typos
    
    * refactor: pass chain data to transaction instead of chain id
    tomjeatt authored Jul 5, 2023
    Configuration menu
    Copy the full SHA
    8a9226f View commit details
    Browse the repository at this point in the history
  3. 2 Configuration menu
    Copy the full SHA
    b4223c3 View commit details
    Browse the repository at this point in the history
  4. Peter/fix pools daily volumes (#1421)

    * chore: update monetary to latest 0.7.3
    
    * fix: change pools fetching query to work when first record is younger than requested period
    peterslany authored Jul 5, 2023
    2 Configuration menu
    Copy the full SHA
    491eaa0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cba46c5 View commit details
    Browse the repository at this point in the history
  6. 1 Configuration menu
    Copy the full SHA
    5583d92 View commit details
    Browse the repository at this point in the history
  7. 2 Configuration menu
    Copy the full SHA
    9cbbd19 View commit details
    Browse the repository at this point in the history
  8. 2 Configuration menu
    Copy the full SHA
    8500c2d View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  1. chore: release v2.35.7

    tomjeatt committed Jul 6, 2023
    2 Configuration menu
    Copy the full SHA
    b75f0ce View commit details
    Browse the repository at this point in the history
  2. apply hotfix (#1428)

    tomjeatt authored Jul 6, 2023
    2 Configuration menu
    Copy the full SHA
    4a94ead View commit details
    Browse the repository at this point in the history
  3. Peter/fix byof not working (#1430)

    * chore: update monetary to latest 0.7.3
    
    * fix(byof): use correct field props getter for fee token select
    peterslany authored Jul 6, 2023
    2 Configuration menu
    Copy the full SHA
    9a3f495 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. chore: release v2.35.8

    tomjeatt committed Jul 7, 2023
    2 Configuration menu
    Copy the full SHA
    b036c9b View commit details
    Browse the repository at this point in the history
  2. 2 Configuration menu
    Copy the full SHA
    fac977e View commit details
    Browse the repository at this point in the history
  3. Tom/updated directory names (#1434)

    * refactor: rename Bridge -> BTC
    
    * refactor: transfer -> send and receive
    
    * fix: rename Transfer component
    
    * revert change to tab name
    
    * refactor: update translation references
    
    * update schemas
    
    * update directory and file casing
    
    * casing
    
    * casing
    
    * casing
    
    * casing
    
    * casing
    tomjeatt authored Jul 7, 2023
    2 Configuration menu
    Copy the full SHA
    9b64c30 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. 1 Configuration menu
    Copy the full SHA
    0c457e9 View commit details
    Browse the repository at this point in the history
  2. 2 Configuration menu
    Copy the full SHA
    a320deb View commit details
    Browse the repository at this point in the history
  3. Fix Storybook (#1443)

    * fix display name syntax
    
    * disable snapshots
    
    * Trigger build
    tomjeatt authored Jul 10, 2023
    2 Configuration menu
    Copy the full SHA
    2d67c92 View commit details
    Browse the repository at this point in the history
  4. Update routes (#1442)

    * update routes
    
    * redirect crossChainTransfer query parameter
    
    * fix redirect syntax
    
    * fix redirect syntax
    
    * redirect cross chain transfer
    
    * tab redirects
    
    * correct redirect syntax
    tomjeatt authored Jul 10, 2023
    2 Configuration menu
    Copy the full SHA
    9c16ae5 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. Peter/fix q token vaults support (#1445)

    * chore: update monetary to latest 0.7.3
    
    * wip
    
    * wip: update lib version
    
    * chore: install deps
    peterslany authored Jul 11, 2023
    2 Configuration menu
    Copy the full SHA
    a96dab8 View commit details
    Browse the repository at this point in the history
  2. 2 Configuration menu
    Copy the full SHA
    aa9470e View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. 2 Configuration menu
    Copy the full SHA
    d97bd0b View commit details
    Browse the repository at this point in the history
  2. 2 Configuration menu
    Copy the full SHA
    d7a5fdb View commit details
    Browse the repository at this point in the history
  3. Peter/feat loans q token handle edge cases (#1449)

    * chore: update monetary to latest 0.7.3
    
    * feat(loans): handle lend position when qToken is used as vault collateral
    
    * chore: update lib
    peterslany authored Jul 14, 2023
    2 Configuration menu
    Copy the full SHA
    f6154d9 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. add nova wallet (#1453)

    * add nova wallet
    
    * delete unused config and update polkadot name
    
    * move constant and delete redundant file
    tomjeatt authored Jul 17, 2023
    2 Configuration menu
    Copy the full SHA
    ae67a9c View commit details
    Browse the repository at this point in the history
  2. 2 Configuration menu
    Copy the full SHA
    8ba7cb2 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. 2 Configuration menu
    Copy the full SHA
    319753a View commit details
    Browse the repository at this point in the history
  2. Update number of wallets in test (#1462)

    * Update number of wallets in test
    
    * fix: remove parentheses from wallet name
    tomjeatt authored Jul 18, 2023
    2 Configuration menu
    Copy the full SHA
    2d0f3de View commit details
    Browse the repository at this point in the history
  3. Support Banxa on Interlay (#1458)

    * refactor: remove redundant env variable and UI component
    
    * refactor: remove redundant URL parameter
    
    * update translation file
    
    * revert change to wallet parameter
    
    * update translation parameter
    
    * fix: missed file save
    tomjeatt authored Jul 18, 2023
    2 Configuration menu
    Copy the full SHA
    278f54f View commit details
    Browse the repository at this point in the history
  4. chore: release v2.36.0

    tomjeatt committed Jul 18, 2023
    2 Configuration menu
    Copy the full SHA
    52ffd0d View commit details
    Browse the repository at this point in the history
  5. 2 Configuration menu
    Copy the full SHA
    013f0e0 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. fix: use correct value for vault capacity indicator (#1465)

    * fix: use correct value for vault capacity indicator
    
    * fix: capacity ratio when there are no backed tokens
    sander2 authored Jul 19, 2023
    2 Configuration menu
    Copy the full SHA
    488434f View commit details
    Browse the repository at this point in the history
  2. revert version bump

    tomjeatt committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    4b61d20 View commit details
    Browse the repository at this point in the history
  3. chore: release v2.36.0

    tomjeatt committed Jul 19, 2023
    2 Configuration menu
    Copy the full SHA
    822e578 View commit details
    Browse the repository at this point in the history
  4. 1 Configuration menu
    Copy the full SHA
    fa6782a View commit details
    Browse the repository at this point in the history
  5. revert version bump

    tomjeatt committed Jul 19, 2023
    1 Configuration menu
    Copy the full SHA
    42dc3c4 View commit details
    Browse the repository at this point in the history
  6. chore: release v2.36.0

    tomjeatt committed Jul 19, 2023
    2 Configuration menu
    Copy the full SHA
    30e7d70 View commit details
    Browse the repository at this point in the history
  7. 2 Configuration menu
    Copy the full SHA
    ae37c64 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. chore: release v2.36.1

    tomjeatt committed Jul 20, 2023
    2 Configuration menu
    Copy the full SHA
    f2a13c8 View commit details
    Browse the repository at this point in the history
  2. feat(Strategies): add landing page (#1466)

    * feat(Strategies): add landing page
    
    * fix: code review
    danielsimao authored Jul 20, 2023
    2 Configuration menu
    Copy the full SHA
    ec96157 View commit details
    Browse the repository at this point in the history
  3. 2 Configuration menu
    Copy the full SHA
    79ac979 View commit details
    Browse the repository at this point in the history
  4. feat: add tooltip to pools and refactor loans tooltip (#1424)

    * feat: add tooltip to pools and refactor loans tooltip
    
    * fix: code review
    
    * fix: code reivew
    
    ---------
    
    Co-authored-by: Thomas Jeatt <[email protected]>
    danielsimao and tomjeatt authored Jul 20, 2023
    2 Configuration menu
    Copy the full SHA
    5c6a8df View commit details
    Browse the repository at this point in the history
  5. 2 Configuration menu
    Copy the full SHA
    56f45b0 View commit details
    Browse the repository at this point in the history
  6. Rui/loans modals lose close animation due to conditional render (#1460)

    * wip
    
    * feat: continue
    
    * fix: code review
    
    * fix:merge
    
    ---------
    
    Co-authored-by: Thomas Jeatt <[email protected]>
    danielsimao and tomjeatt authored Jul 20, 2023
    2 Configuration menu
    Copy the full SHA
    c26b788 View commit details
    Browse the repository at this point in the history
  7. fix: loan tests (#1425)

    danielsimao authored Jul 20, 2023
    2 Configuration menu
    Copy the full SHA
    c290fb3 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. Tom/update bg image (#1481)

    * update bg svg
    
    * swap file
    
    * minify
    tomjeatt authored Jul 24, 2023
    2 Configuration menu
    Copy the full SHA
    361bb88 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. Tom/xcm updates (#1480)

    * wip: refactor account select
    
    * refactor: update component names
    
    * Revert "refactor: update component names"
    
    This reverts commit c80ca13.
    
    * fix: rename components without breaking feature
    
    * disable all data refetching
    
    * wip: render xcm form when no wallet connected
    
    * remove redundant legacy component
    
    * workaround for account selection issue
    
    * Tidying up
    
    * handle TODO relating to SelectObject
    
    * remove comment
    
    * casing
    
    * selected styling
    
    * improvements
    
    * Add comment
    tomjeatt authored Jul 25, 2023
    2 Configuration menu
    Copy the full SHA
    2fd08e0 View commit details
    Browse the repository at this point in the history
  2. 2 Configuration menu
    Copy the full SHA
    a8c910a View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. 2 Configuration menu
    Copy the full SHA
    ca68f9e View commit details
    Browse the repository at this point in the history
  2. 2 Configuration menu
    Copy the full SHA
    5336dc7 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

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

Commits on Aug 2, 2023

  1. Peter/feat dry running (#1499)

    * chore: update monetary to latest 0.7.3
    
    * feat(transaction): dry-run transaction before submission and revert execution if dry-running fails
    
    * test: mock submittable extrinsic
    
    * refactor: rename to dryRun and document functionality
    
    * refactor: move submission code to separate folder
    peterslany authored Aug 2, 2023
    2 Configuration menu
    Copy the full SHA
    f563370 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. Peter/feat simple passive income strategy page (#1473)

    * chore: update monetary to latest 0.7.3
    
    * wip: feat(strategies): add simple BTC strategy
    
    * refactor(strategies): merge landing page with strategy page
    
    * wip: strategy page infographics
    
    * feat(loans): add earned amount to lend positions
    
    * feat: changes to loans and strategies (#1498)
    
    ---------
    
    Co-authored-by: Daniel Simão <[email protected]>
    peterslany and danielsimao authored Aug 3, 2023
    2 Configuration menu
    Copy the full SHA
    10edc38 View commit details
    Browse the repository at this point in the history
  2. 2 Configuration menu
    Copy the full SHA
    19b2f5c View commit details
    Browse the repository at this point in the history
  3. 2 Configuration menu
    Copy the full SHA
    32a72b9 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. chore: release v2.36.2

    tomjeatt committed Aug 4, 2023
    2 Configuration menu
    Copy the full SHA
    0a0d424 View commit details
    Browse the repository at this point in the history
  2. 2 Configuration menu
    Copy the full SHA
    b98f7e2 View commit details
    Browse the repository at this point in the history
  3. 2 Configuration menu
    Copy the full SHA
    2e980d6 View commit details
    Browse the repository at this point in the history
  4. chore: release v2.37.0

    tomjeatt committed Aug 4, 2023
    2 Configuration menu
    Copy the full SHA
    64ebbcd View commit details
    Browse the repository at this point in the history
  5. 2 Configuration menu
    Copy the full SHA
    66677f7 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. Peter/chore lib update 2.4.0 (#1512)

    * chore: update monetary to latest 0.7.3
    
    * chore: handle 2.4.0 upgrade
    peterslany authored Aug 7, 2023
    Configuration menu
    Copy the full SHA
    238690b View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. fix: conditional check for amount (#1516)

    * fix: conditional check for amount
    
    * fix: revert slice change
    tomjeatt authored Aug 9, 2023
    2 Configuration menu
    Copy the full SHA
    22f012e View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. docs: roadmap item (#1519)

    nud3l authored Aug 14, 2023
    2 Configuration menu
    Copy the full SHA
    b58b3a7 View commit details
    Browse the repository at this point in the history
  2. 2 Configuration menu
    Copy the full SHA
    c5fc5ed View commit details
    Browse the repository at this point in the history
  3. 2 Configuration menu
    Copy the full SHA
    e9f6136 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. chore: bump lib (#1523)

    * Bump bridge and revert hotfix (#1104)
    
    * chore: bump bridge and revert hotfix
    
    * chore: bump bridge
    
    * chore: bump bridge version
    
    * Release/kintsugi/2.29.1 (#1107)
    
    * chore: add resolutions for various polkadot packages (#1089)
    
    * Fix input field width issue (#1090)
    
    * fix: input field width
    
    * fix: rename max weeks to total weeks
    
    * chore: bump ui version
    
    * chore: bump XCM bridge (#1093)
    
    * feat(Wallet): add page (#1001)
    
    * feat(Wallet): add page
    
    * feat: add WalletIcon
    
    * feat: copy address
    
    * wip
    
    * feat: staking table
    
    * feat: refactor and add lending
    
    * refactor: clean up code
    
    * wip
    
    * feat: add List card
    
    * continue
    
    * fix: continue
    
    * feat: continue
    
    * feat(CTALink): improve
    
    * feat: add responsiveness and swap handling
    
    * feat: final
    
    * feat: add responsive prop
    
    * fix: clean up List and Divider
    
    * feat: add tests
    
    * feat: add final tests
    
    * fix: code review
    
    * feat: add vesting and tests
    
    * fix: code review
    
    * Tom/bug/burn form collateral tokens (#1042)
    
    * refactor: loop collateral to get burnable tokens
    
    * refactor: revert previous change and simplify
    
    * refactor: add function to filter tokens
    
    * refactor: fetch collateral currencies and render token values
    
    * wip: form layout and translation
    
    * wip: set data and selected collateral
    
    * chore: remove console log
    
    * refactor: remove single collateral code
    
    * chore: comment
    
    * fix: incorrect USD value
    
    * chore: remove testing code
    
    * refactor: remove native token import
    
    * refactor: add BurnableCollateral type
    
    * refactor: add fullWidth prop and label to token selector
    
    * refactor: collateral icon
    
    * chore: add dictionary item
    
    * chore: remove unnecessary conditional operators
    
    * refactor: handle callback
    
    * refactor: fix failing test
    
    * chore: remove unused code
    
    * refactor: add success notification to burn form
    
    * Add CORS to market data (#1096)
    
    * chore: add env variables to config
    
    * chore: add cors to market data api
    
    ---------
    
    Co-authored-by: ns212 <[email protected]>
    
    * fix: revert to using 0.2.x version of the bridge (#1095)
    
    * chore: improve price impact warning copy
    
    * chore: release v2.29.0
    
    * fix(amm): use correct hooks dependencies (#1105)
    
    * fix: update useGetCurrencies callbacks dependency arrays (#1108)
    
    * chore: release v2.29.1
    
    ---------
    
    Co-authored-by: Brendon Votteler <[email protected]>
    Co-authored-by: Chanakya888 <[email protected]>
    Co-authored-by: Daniel Simão <[email protected]>
    Co-authored-by: ns212 <[email protected]>
    Co-authored-by: Dominik Harz <[email protected]>
    Co-authored-by: Peter Slaný <[email protected]>
    
    * Tom/release/kintsugi/2.29.2 (#1116)
    
    * chore: add resolutions for various polkadot packages (#1089)
    
    * Fix input field width issue (#1090)
    
    * fix: input field width
    
    * fix: rename max weeks to total weeks
    
    * chore: bump ui version
    
    * chore: bump XCM bridge (#1093)
    
    * feat(Wallet): add page (#1001)
    
    * feat(Wallet): add page
    
    * feat: add WalletIcon
    
    * feat: copy address
    
    * wip
    
    * feat: staking table
    
    * feat: refactor and add lending
    
    * refactor: clean up code
    
    * wip
    
    * feat: add List card
    
    * continue
    
    * fix: continue
    
    * feat: continue
    
    * feat(CTALink): improve
    
    * feat: add responsiveness and swap handling
    
    * feat: final
    
    * feat: add responsive prop
    
    * fix: clean up List and Divider
    
    * feat: add tests
    
    * feat: add final tests
    
    * fix: code review
    
    * feat: add vesting and tests
    
    * fix: code review
    
    * Tom/bug/burn form collateral tokens (#1042)
    
    * refactor: loop collateral to get burnable tokens
    
    * refactor: revert previous change and simplify
    
    * refactor: add function to filter tokens
    
    * refactor: fetch collateral currencies and render token values
    
    * wip: form layout and translation
    
    * wip: set data and selected collateral
    
    * chore: remove console log
    
    * refactor: remove single collateral code
    
    * chore: comment
    
    * fix: incorrect USD value
    
    * chore: remove testing code
    
    * refactor: remove native token import
    
    * refactor: add BurnableCollateral type
    
    * refactor: add fullWidth prop and label to token selector
    
    * refactor: collateral icon
    
    * chore: add dictionary item
    
    * chore: remove unnecessary conditional operators
    
    * refactor: handle callback
    
    * refactor: fix failing test
    
    * chore: remove unused code
    
    * refactor: add success notification to burn form
    
    * Add CORS to market data (#1096)
    
    * chore: add env variables to config
    
    * chore: add cors to market data api
    
    ---------
    
    Co-authored-by: ns212 <[email protected]>
    
    * fix: revert to using 0.2.x version of the bridge (#1095)
    
    * chore: improve price impact warning copy
    
    * chore: release v2.29.0
    
    * fix(amm): use correct hooks dependencies (#1105)
    
    * fix: update useGetCurrencies callbacks dependency arrays (#1108)
    
    * chore: release v2.29.1
    
    * [wallet] improve wallet balance (#1109)
    
    * wip: correct wallet balance
    
    * refactor: account for borrow and lend positions when calculating total balance
    
    * refactor: add total liquidity balance
    
    * fix: typo
    
    * chore: add TODO
    
    * refactor: remove unnecessary toString call
    
    * refactor: redirect home route to wallet if enabled, defaulting to bridge if not
    
    * refactor: remove duplicated calculations
    
    * refactor: return liquidity pools calculation from hook
    
    * chore: release v2.29.2
    
    ---------
    
    Co-authored-by: Brendon Votteler <[email protected]>
    Co-authored-by: Chanakya888 <[email protected]>
    Co-authored-by: Daniel Simão <[email protected]>
    Co-authored-by: ns212 <[email protected]>
    Co-authored-by: Dominik Harz <[email protected]>
    Co-authored-by: Peter Slaný <[email protected]>
    
    * Tom/release/kintsugi/2.9.3 (#1121)
    
    * chore: add resolutions for various polkadot packages (#1089)
    
    * Fix input field width issue (#1090)
    
    * fix: input field width
    
    * fix: rename max weeks to total weeks
    
    * chore: bump ui version
    
    * chore: bump XCM bridge (#1093)
    
    * feat(Wallet): add page (#1001)
    
    * feat(Wallet): add page
    
    * feat: add WalletIcon
    
    * feat: copy address
    
    * wip
    
    * feat: staking table
    
    * feat: refactor and add lending
    
    * refactor: clean up code
    
    * wip
    
    * feat: add List card
    
    * continue
    
    * fix: continue
    
    * feat: continue
    
    * feat(CTALink): improve
    
    * feat: add responsiveness and swap handling
    
    * feat: final
    
    * feat: add responsive prop
    
    * fix: clean up List and Divider
    
    * feat: add tests
    
    * feat: add final tests
    
    * fix: code review
    
    * feat: add vesting and tests
    
    * fix: code review
    
    * Tom/bug/burn form collateral tokens (#1042)
    
    * refactor: loop collateral to get burnable tokens
    
    * refactor: revert previous change and simplify
    
    * refactor: add function to filter tokens
    
    * refactor: fetch collateral currencies and render token values
    
    * wip: form layout and translation
    
    * wip: set data and selected collateral
    
    * chore: remove console log
    
    * refactor: remove single collateral code
    
    * chore: comment
    
    * fix: incorrect USD value
    
    * chore: remove testing code
    
    * refactor: remove native token import
    
    * refactor: add BurnableCollateral type
    
    * refactor: add fullWidth prop and label to token selector
    
    * refactor: collateral icon
    
    * chore: add dictionary item
    
    * chore: remove unnecessary conditional operators
    
    * refactor: handle callback
    
    * refactor: fix failing test
    
    * chore: remove unused code
    
    * refactor: add success notification to burn form
    
    * Add CORS to market data (#1096)
    
    * chore: add env variables to config
    
    * chore: add cors to market data api
    
    ---------
    
    Co-authored-by: ns212 <[email protected]>
    
    * fix: revert to using 0.2.x version of the bridge (#1095)
    
    * chore: improve price impact warning copy
    
    * chore: release v2.29.0
    
    * fix(amm): use correct hooks dependencies (#1105)
    
    * fix: update useGetCurrencies callbacks dependency arrays (#1108)
    
    * chore: release v2.29.1
    
    * [wallet] improve wallet balance (#1109)
    
    * wip: correct wallet balance
    
    * refactor: account for borrow and lend positions when calculating total balance
    
    * refactor: add total liquidity balance
    
    * fix: typo
    
    * chore: add TODO
    
    * refactor: remove unnecessary toString call
    
    * refactor: redirect home route to wallet if enabled, defaulting to bridge if not
    
    * refactor: remove duplicated calculations
    
    * refactor: return liquidity pools calculation from hook
    
    * chore: release v2.29.2
    
    * refactor: use current block when calculating lock time extension (#1118)
    
    * Tom/hotfix/use correct xcm names (#1119)
    
    * refactor: use display value for chain names
    
    * refactor: use correct display value for XCM channels
    
    * chore: release v2.29.3
    
    ---------
    
    Co-authored-by: Brendon Votteler <[email protected]>
    Co-authored-by: Chanakya888 <[email protected]>
    Co-authored-by: Daniel Simão <[email protected]>
    Co-authored-by: ns212 <[email protected]>
    Co-authored-by: Dominik Harz <[email protected]>
    Co-authored-by: Peter Slaný <[email protected]>
    
    * [release] Kintsugi 2.9.5 (#1127)
    
    * chore: add resolutions for various polkadot packages (#1089)
    
    * Fix input field width issue (#1090)
    
    * fix: input field width
    
    * fix: rename max weeks to total weeks
    
    * chore: bump ui version
    
    * chore: bump XCM bridge (#1093)
    
    * feat(Wallet): add page (#1001)
    
    * feat(Wallet): add page
    
    * feat: add WalletIcon
    
    * feat: copy address
    
    * wip
    
    * feat: staking table
    
    * feat: refactor and add lending
    
    * refactor: clean up code
    
    * wip
    
    * feat: add List card
    
    * continue
    
    * fix: continue
    
    * feat: continue
    
    * feat(CTALink): improve
    
    * feat: add responsiveness and swap handling
    
    * feat: final
    
    * feat: add responsive prop
    
    * fix: clean up List and Divider
    
    * feat: add tests
    
    * feat: add final tests
    
    * fix: code review
    
    * feat: add vesting and tests
    
    * fix: code review
    
    * Tom/bug/burn form collateral tokens (#1042)
    
    * refactor: loop collateral to get burnable tokens
    
    * refactor: revert previous change and simplify
    
    * refactor: add function to filter tokens
    
    * refactor: fetch collateral currencies and render token values
    
    * wip: form layout and translation
    
    * wip: set data and selected collateral
    
    * chore: remove console log
    
    * refactor: remove single collateral code
    
    * chore: comment
    
    * fix: incorrect USD value
    
    * chore: remove testing code
    
    * refactor: remove native token import
    
    * refactor: add BurnableCollateral type
    
    * refactor: add fullWidth prop and label to token selector
    
    * refactor: collateral icon
    
    * chore: add dictionary item
    
    * chore: remove unnecessary conditional operators
    
    * refactor: handle callback
    
    * refactor: fix failing test
    
    * chore: remove unused code
    
    * refactor: add success notification to burn form
    
    * Add CORS to market data (#1096)
    
    * chore: add env variables to config
    
    * chore: add cors to market data api
    
    ---------
    
    Co-authored-by: ns212 <[email protected]>
    
    * fix: revert to using 0.2.x version of the bridge (#1095)
    
    * chore: improve price impact warning copy
    
    * chore: release v2.29.0
    
    * fix(amm): use correct hooks dependencies (#1105)
    
    * fix: update useGetCurrencies callbacks dependency arrays (#1108)
    
    * chore: release v2.29.1
    
    * [wallet] improve wallet balance (#1109)
    
    * wip: correct wallet balance
    
    * refactor: account for borrow and lend positions when calculating total balance
    
    * refactor: add total liquidity balance
    
    * fix: typo
    
    * chore: add TODO
    
    * refactor: remove unnecessary toString call
    
    * refactor: redirect home route to wallet if enabled, defaulting to bridge if not
    
    * refactor: remove duplicated calculations
    
    * refactor: return liquidity pools calculation from hook
    
    * chore: release v2.29.2
    
    * refactor: use current block when calculating lock time extension (#1118)
    
    * Tom/hotfix/use correct xcm names (#1119)
    
    * refactor: use display value for chain names
    
    * refactor: use correct display value for XCM channels
    
    * chore: release v2.29.3
    
    * fix: correct apy calculation (#1123)
    
    * fix: correct apy calculation
    
    * refactor: set extension time as variable
    
    * chore: release v2.29.4
    
    * fix: prevent rewards estimate from being called when user has insufficient balance (#1126)
    
    * chore: release v2.29.5
    
    ---------
    
    Co-authored-by: Brendon Votteler <[email protected]>
    Co-authored-by: Chanakya888 <[email protected]>
    Co-authored-by: Daniel Simão <[email protected]>
    Co-authored-by: ns212 <[email protected]>
    Co-authored-by: Dominik Harz <[email protected]>
    Co-authored-by: Peter Slaný <[email protected]>
    
    * fix: revert change which blocks rewards calculation
    
    * chore: update coingecko api endpoint
    
    * [release] Kintsugi 2.32.0 (#1215)
    
    * feat: redirect when access from forbidden country is detected (#1209)
    
    * Feature/updated transfer UI (#876)
    
    * refactor: use updated tab component
    
    * refactor: duplicated form titles
    
    * refactor: remove redundant hook calls
    
    * refactor: prefer title case
    
    * wip: XCM transfer form UI
    
    * wip: updated form UI
    
    * wip: account selector placeholder component
    
    * wip: account selector modal
    
    * wip: modal open and close actions
    
    * wip: update modal type
    
    * wip: get accounts
    
    * wip: add identicon and rename component for consistency
    
    * wip: account input component
    
    * fix: remove redundant icons prop
    
    * feat: implement with SelectTrigger
    
    * wip: styling and account selection value
    
    * wip: handle setting account data
    
    * refactor: better naming
    
    * wip: address list styling
    
    * refactor: rename defaultAccount
    
    * wip: chain selector placeholder component
    
    * wip: duplicate account component and rename
    
    * chore: delete redundant legacy component
    
    * wip: logic for fetching and rendering chain ids
    
    * wip: chain item styling
    
    * wip: selected chain styling
    
    * chore: add comment
    
    * refactor: pass through native token to icon component
    
    * feature: add chain icon component
    
    * chore: add comment
    
    * chore: correct file name casing
    
    * refactor: improve folder structure
    
    * wip: form layout styling
    
    * chore: add arrow icon
    
    * chore: add logos and correct svg titles
    
    * chore: remove redundant svg prop
    
    * chore: rename arrow icon
    
    * chore: consistent use of styled components
    
    * refactor: remove padding from modal body
    
    * wip: formik integration work
    
    * wip: extend useXCMBridge to return available chains and utility methods
    
    * chore: move Chain and Chains types to types directory
    
    * feat: layout and form implementation
    
    * feat: add schema
    
    * feat: final
    
    * wip: refactor useXCMBridge hook
    
    * refactor: add endpoints type
    
    * refactor: wrap methods in useCallback
    
    * refactor: fix bug in hook method
    
    * chore: bump bridge version
    
    * wip: set originating and destination chain values
    
    * refactor: set from chain value on field change
    
    * wip: set originating chain value
    
    * refactor: mergeProps to set field value
    
    * refactor: handle setting origin/destination chain values
    
    * wip: get tokens method
    
    * wip: first iteration of balances function
    
    * wip: handle tokens array
    
    * wip: set token value
    
    * wip: get token balances
    
    * wip: return token and balances in single method
    
    * wip: mapped tokens
    
    * refactor: handle default chain values
    
    * refactor: better organised function order
    
    * wip: handle change events
    
    * wip: handle setting tokens
    
    * wip: handle fetching tokens and balances
    
    * wip: convert input configs
    
    * wip: handle token change
    
    * wip: get token USD price
    
    * Trigger Build
    
    * chore: remove unused import
    
    * chore: correct eslintignore syntax
    
    * wip: handle breaking changes
    
    * wip: disable token input when select items value is 1
    
    * chore: set first token item as variable
    
    * wip: handle setting and changing values
    
    * chire: add loading spinner
    
    * refactor: add loading state
    
    * refactor: filter destination chains
    
    * chore: remove console log
    
    * chore: bump XCM bridge version
    
    * chore: update config
    
    * refactor: configure validation
    
    * chore: revert change to useForm hook
    
    * wip: form validation
    
    * wip: working form validation
    
    * wip: undefined validation parameters
    
    * refactor: return dest fee estimate from bridge hook
    
    * feature: show fees and fee estimates
    
    * chore: conditional operators
    
    * refactor: handle ticker change correctly
    
    * wip: sendTransaction method
    
    * Revert "wip: sendTransaction method"
    
    This reverts commit 3ade26dda26c7cc14f9db9e7c005b66863fa9139.
    
    * fix: USD amounts
    
    * wip: send transactions
    
    * refactor: bump bridge and use getNativeToken method
    
    * chore: bump bridge
    
    * refactor: move submit logic to useMutation hook
    
    * fix: type mismatches
    
    * refactor: white space/comments
    
    * refactor: add transaction fee validation
    
    * chore: typo
    
    * chore: remove console log
    
    * refactor: remove duplicated monetary conversion
    
    * refactor: remove duplicate code
    
    * Revert "refactor: remove duplicate code"
    
    This reverts commit bd29f8c5661e327c5285d1020c534dab2deae806.
    
    * Revert "refactor: remove duplicated monetary conversion"
    
    This reverts commit 5fd3d645eb7d8edc00cfe8ced186d4e2432af9fc.
    
    * refactor: use monetaryAmount when constructing transaction
    
    * refactor: remove duplicated code for fetching tokens
    
    * refactor: default XCM origin
    
    * Revert "refactor: remove duplicated code for fetching tokens"
    
    This reverts commit 8f31ee8667adcd49f5aaebb7db2f205afb5e9725.
    
    * chore: remove comment
    
    * chore: fix errors
    
    * fix: set default value to empty string to prevent React error
    
    * refactor: removed unwanted force validation parameters
    
    * refactor: remove redundant method
    
    * refactor: add method return type
    
    * refactor: add method return type
    
    * refactor: correct type error
    
    * refactor: fix destFee type error
    
    * refactor: remove fees validation and revert destFee return value
    
    * chore: remove console log
    
    * refactor: remove redundant method
    
    * refactor: disable validation on change
    
    * chore: remove commented out code
    
    * wip: use select component for chain selector
    
    * fix: handle chain select functions
    
    * refactor: type chain id as ChainName
    
    * Revert "refactor: type chain id as ChainName"
    
    This reverts commit d05e0128cb4b5ac1d00ac07808ebdf9858739165.
    
    * chore: remove unused component files
    
    * refactor: remove duplicated transaction logic
    
    * fix: make to/from field types more specific
    
    * fix: revert yup.custom changes and cast validation
    
    * fix: set correct destination chain
    
    * refator: handle token data
    
    * refactor: add use callback
    
    * fix: correct rendering logic
    
    * fix: update dependencies
    
    * chore: delete unused styles
    
    * chore: fix merge issue with transfer form
    
    * fix: change validation handling
    
    * Revert "fix: change validation handling"
    
    This reverts commit c0cb3062aad3540b2afad7d375024d872924a62c.
    
    * refactor: only display transfer amount if amount has been entered
    
    * chore: config changes
    
    * chore: add missing icons
    
    * chore: Hydra chain icon
    
    * fix: add error text to CTA
    
    * Tom/xcm fixes (#1213)
    
    * refactor: specify endpoints and remove unnecessary logic
    
    * fix: save file before committing
    
    * fix: disable refetch
    
    * chore: update endpoints
    
    * chore: remove log
    
    * chore: rename file
    
    * chore: add additional acala/karura endpoints
    
    ---------
    
    Co-authored-by: Rui Simão <[email protected]>
    
    * chore: release v2.32.0
    
    ---------
    
    Co-authored-by: Peter Slaný <[email protected]>
    Co-authored-by: Rui Simão <[email protected]>
    
    * [release] Kintsugi 2.32.2 (#1223)
    
    * feat: redirect when access from forbidden country is detected (#1209)
    
    * Feature/updated transfer UI (#876)
    
    * refactor: use updated tab component
    
    * refactor: duplicated form titles
    
    * refactor: remove redundant hook calls
    
    * refactor: prefer title case
    
    * wip: XCM transfer form UI
    
    * wip: updated form UI
    
    * wip: account selector placeholder component
    
    * wip: account selector modal
    
    * wip: modal open and close actions
    
    * wip: update modal type
    
    * wip: get accounts
    
    * wip: add identicon and rename component for consistency
    
    * wip: account input component
    
    * fix: remove redundant icons prop
    
    * feat: implement with SelectTrigger
    
    * wip: styling and account selection value
    
    * wip: handle setting account data
    
    * refactor: better naming
    
    * wip: address list styling
    
    * refactor: rename defaultAccount
    
    * wip: chain selector placeholder component
    
    * wip: duplicate account component and rename
    
    * chore: delete redundant legacy component
    
    * wip: logic for fetching and rendering chain ids
    
    * wip: chain item styling
    
    * wip: selected chain styling
    
    * chore: add comment
    
    * refactor: pass through native token to icon component
    
    * feature: add chain icon component
    
    * chore: add comment
    
    * chore: correct file name casing
    
    * refactor: improve folder structure
    
    * wip: form layout styling
    
    * chore: add arrow icon
    
    * chore: add logos and correct svg titles
    
    * chore: remove redundant svg prop
    
    * chore: rename arrow icon
    
    * chore: consistent use of styled components
    
    * refactor: remove padding from modal body
    
    * wip: formik integration work
    
    * wip: extend useXCMBridge to return available chains and utility methods
    
    * chore: move Chain and Chains types to types directory
    
    * feat: layout and form implementation
    
    * feat: add schema
    
    * feat: final
    
    * wip: refactor useXCMBridge hook
    
    * refactor: add endpoints type
    
    * refactor: wrap methods in useCallback
    
    * refactor: fix bug in hook method
    
    * chore: bump bridge version
    
    * wip: set originating and destination chain values
    
    * refactor: set from chain value on field change
    
    * wip: set originating chain value
    
    * refactor: mergeProps to set field value
    
    * refactor: handle setting origin/destination chain values
    
    * wip: get tokens method
    
    * wip: first iteration of balances function
    
    * wip: handle tokens array
    
    * wip: set token value
    
    * wip: get token balances
    
    * wip: return token and balances in single method
    
    * wip: mapped tokens
    
    * refactor: handle default chain values
    
    * refactor: better organised function order
    
    * wip: handle change events
    
    * wip: handle setting tokens
    
    * wip: handle fetching tokens and balances
    
    * wip: convert input configs
    
    * wip: handle token change
    
    * wip: get token USD price
    
    * Trigger Build
    
    * chore: remove unused import
    
    * chore: correct eslintignore syntax
    
    * wip: handle breaking changes
    
    * wip: disable token input when select items value is 1
    
    * chore: set first token item as variable
    
    * wip: handle setting and changing values
    
    * chire: add loading spinner
    
    * refactor: add loading state
    
    * refactor: filter destination chains
    
    * chore: remove console log
    
    * chore: bump XCM bridge version
    
    * chore: update config
    
    * refactor: configure validation
    
    * chore: revert change to useForm hook
    
    * wip: form validation
    
    * wip: working form validation
    
    * wip: undefined validation parameters
    
    * refactor: return dest fee estimate from bridge hook
    
    * feature: show fees and fee estimates
    
    * chore: conditional operators
    
    * refactor: handle ticker change correctly
    
    * wip: sendTransaction method
    
    * Revert "wip: sendTransaction method"
    
    This reverts commit 3ade26dda26c7cc14f9db9e7c005b66863fa9139.
    
    * fix: USD amounts
    
    * wip: send transactions
    
    * refactor: bump bridge and use getNativeToken method
    
    * chore: bump bridge
    
    * refactor: move submit logic to useMutation hook
    
    * fix: type mismatches
    
    * refactor: white space/comments
    
    * refactor: add transaction fee validation
    
    * chore: typo
    
    * chore: remove console log
    
    * refactor: remove duplicated monetary conversion
    
    * refactor: remove duplicate code
    
    * Revert "refactor: remove duplicate code"
    
    This reverts commit bd29f8c5661e327c5285d1020c534dab2deae806.
    
    * Revert "refactor: remove duplicated monetary conversion"
    
    This reverts commit 5fd3d645eb7d8edc00cfe8ced186d4e2432af9fc.
    
    * refactor: use monetaryAmount when constructing transaction
    
    * refactor: remove duplicated code for fetching tokens
    
    * refactor: default XCM origin
    
    * Revert "refactor: remove duplicated code for fetching tokens"
    
    This reverts commit 8f31ee8667adcd49f5aaebb7db2f205afb5e9725.
    
    * chore: remove comment
    
    * chore: fix errors
    
    * fix: set default value to empty string to prevent React error
    
    * refactor: removed unwanted force validation parameters
    
    * refactor: remove redundant method
    
    * refactor: add method return type
    
    * refactor: add method return type
    
    * refactor: correct type error
    
    * refactor: fix destFee type error
    
    * refactor: remove fees validation and revert destFee return value
    
    * chore: remove console log
    
    * refactor: remove redundant method
    
    * refactor: disable validation on change
    
    * chore: remove commented out code
    
    * wip: use select component for chain selector
    
    * fix: handle chain select functions
    
    * refactor: type chain id as ChainName
    
    * Revert "refactor: type chain id as ChainName"
    
    This reverts commit d05e0128cb4b5ac1d00ac07808ebdf9858739165.
    
    * chore: remove unused component files
    
    * refactor: remove duplicated transaction logic
    
    * fix: make to/from field types more specific
    
    * fix: revert yup.custom changes and cast validation
    
    * fix: set correct destination chain
    
    * refator: handle token data
    
    * refactor: add use callback
    
    * fix: correct rendering logic
    
    * fix: update dependencies
    
    * chore: delete unused styles
    
    * chore: fix merge issue with transfer form
    
    * fix: change validation handling
    
    * Revert "fix: change validation handling"
    
    This reverts commit c0cb3062aad3540b2afad7d375024d872924a62c.
    
    * refactor: only display transfer amount if amount has been entered
    
    * chore: config changes
    
    * chore: add missing icons
    
    * chore: Hydra chain icon
    
    * fix: add error text to CTA
    
    * Tom/xcm fixes (#1213)
    
    * refactor: specify endpoints and remove unnecessary logic
    
    * fix: save file before committing
    
    * fix: disable refetch
    
    * chore: update endpoints
    
    * chore: remove log
    
    * chore: rename file
    
    * chore: add additional acala/karura endpoints
    
    ---------
    
    Co-authored-by: Rui Simão <[email protected]>
    
    * chore: release v2.32.0
    
    * Update API healthchecks (#778)
    
    * Chore - add vault healthcheck
    
    * Chore - add vault healthcheck
    
    * Chore - add vault healthcheck
    
    * [earn strategies] placeholder page, nav and feature flag (#1216)
    
    * chore: bump icons dependency
    
    * feature: earn strategies placeholder page and feature flag
    
    * feat: add useTransaction (#1189)
    
    * chore: update monetary to latest 0.7.3 (#1214)
    
    * chore: update monetary to latest 0.7.3
    
    * chore: update lib
    
    * chore: bump lib and bridge (#1219)
    
    * chore: release v2.32.1
    
    * fix: add missing icons and remove erroring RPC (#1222)
    
    * fix: add missing icons and remove erroring RPC
    
    * Update src/pages/Transfer/CrossChainTransferForm/components/ChainIcon/icons/Acala.tsx
    
    Co-authored-by: Peter Slaný <[email protected]>
    
    * Update src/pages/Transfer/CrossChainTransferForm/components/ChainIcon/icons/Astar.tsx
    
    Co-authored-by: Peter Slaný <[email protected]>
    
    * Update src/pages/Transfer/CrossChainTransferForm/components/ChainIcon/icons/Parallel.tsx
    
    Co-authored-by: Peter Slaný <[email protected]>
    
    ---------
    
    Co-authored-by: Peter Slaný <[email protected]>
    
    * chore: release v2.32.2
    
    ---------
    
    Co-authored-by: Peter Slaný <[email protected]>
    Co-authored-by: Rui Simão <[email protected]>
    Co-authored-by: ns212 <[email protected]>
    
    * [release] Kintsugi 2.32.3 (#1228)
    
    * feat: redirect when access from forbidden country is detected (#1209)
    
    * Feature/updated transfer UI (#876)
    
    * refactor: use updated tab component
    
    * refactor: duplicated form titles
    
    * refactor: remove redundant hook calls
    
    * refactor: prefer title case
    
    * wip: XCM transfer form UI
    
    * wip: updated form UI
    
    * wip: account selector placeholder component
    
    * wip: account selector modal
    
    * wip: modal open and close actions
    
    * wip: update modal type
    
    * wip: get accounts
    
    * wip: add identicon and rename component for consistency
    
    * wip: account input component
    
    * fix: remove redundant icons prop
    
    * feat: implement with SelectTrigger
    
    * wip: styling and account selection value
    
    * wip: handle setting account data
    
    * refactor: better naming
    
    * wip: address list styling
    
    * refactor: rename defaultAccount
    
    * wip: chain selector placeholder component
    
    * wip: duplicate account component and rename
    
    * chore: delete redundant legacy component
    
    * wip: logic for fetching and rendering chain ids
    
    * wip: chain item styling
    
    * wip: selected chain styling
    
    * chore: add comment
    
    * refactor: pass through native token to icon component
    
    * feature: add chain icon component
    
    * chore: add comment
    
    * chore: correct file name casing
    
    * refactor: improve folder structure
    
    * wip: form layout styling
    
    * chore: add arrow icon
    
    * chore: add logos and correct svg titles
    
    * chore: remove redundant svg prop
    
    * chore: rename arrow icon
    
    * chore: consistent use of styled components
    
    * refactor: remove padding from modal body
    
    * wip: formik integration work
    
    * wip: extend useXCMBridge to return available chains and utility methods
    
    * chore: move Chain and Chains types to types directory
    
    * feat: layout and form implementation
    
    * feat: add schema
    
    * feat: final
    
    * wip: refactor useXCMBridge hook
    
    * refactor: add endpoints type
    
    * refactor: wrap methods in useCallback
    
    * refactor: fix bug in hook method
    
    * chore: bump bridge version
    
    * wip: set originating and destination chain values
    
    * refactor: set from chain value on field change
    
    * wip: set originating chain value
    
    * refactor: mergeProps to set field value
    
    * refactor: handle setting origin/destination chain values
    
    * wip: get tokens method
    
    * wip: first iteration of balances function
    
    * wip: handle tokens array
    
    * wip: set token value
    
    * wip: get token balances
    
    * wip: return token and balances in single method
    
    * wip: mapped tokens
    
    * refactor: handle default chain values
    
    * refactor: better organised function order
    
    * wip: handle change events
    
    * wip: handle setting tokens
    
    * wip: handle fetching tokens and balances
    
    * wip: convert input configs
    
    * wip: handle token change
    
    * wip: get token USD price
    
    * Trigger Build
    
    * chore: remove unused import
    
    * chore: correct eslintignore syntax
    
    * wip: handle breaking changes
    
    * wip: disable token input when select items value is 1
    
    * chore: set first token item as variable
    
    * wip: handle setting and changing values
    
    * chire: add loading spinner
    
    * refactor: add loading state
    
    * refactor: filter destination chains
    
    * chore: remove console log
    
    * chore: bump XCM bridge version
    
    * chore: update config
    
    * refactor: configure validation
    
    * chore: revert change to useForm hook
    
    * wip: form validation
    
    * wip: working form validation
    
    * wip: undefined validation parameters
    
    * refactor: return dest fee estimate from bridge hook
    
    * feature: show fees and fee estimates
    
    * chore: conditional operators
    
    * refactor: handle ticker change correctly
    
    * wip: sendTransaction method
    
    * Revert "wip: sendTransaction method"
    
    This reverts commit 3ade26dda26c7cc14f9db9e7c005b66863fa9139.
    
    * fix: USD amounts
    
    * wip: send transactions
    
    * refactor: bump bridge and use getNativeToken method
    
    * chore: bump bridge
    
    * refactor: move submit logic to useMutation hook
    
    * fix: type mismatches
    
    * refactor: white space/comments
    
    * refactor: add transaction fee validation
    
    * chore: typo
    
    * chore: remove console log
    
    * refactor: remove duplicated monetary conversion
    
    * refactor: remove duplicate code
    
    * Revert "refactor: remove duplicate code"
    
    This reverts commit bd29f8c5661e327c5285d1020c534dab2deae806.
    
    * Revert "refactor: remove duplicated monetary conversion"
    
    This reverts commit 5fd3d645eb7d8edc00cfe8ced186d4e2432af9fc.
    
    * refactor: use monetaryAmount when constructing transaction
    
    * refactor: remove duplicated code for fetching tokens
    
    * refactor: default XCM origin
    
    * Revert "refactor: remove duplicated code for fetching tokens"
    
    This reverts commit 8f31ee8667adcd49f5aaebb7db2f205afb5e9725.
    
    * chore: remove comment
    
    * chore: fix errors
    
    * fix: set default value to empty string to prevent React error
    
    * refactor: removed unwanted force validation parameters
    
    * refactor: remove redundant method
    
    * refactor: add method return type
    
    * refactor: add method return type
    
    * refactor: correct type error
    
    * refactor: fix destFee type error
    
    * refactor: remove fees validation and revert destFee return value
    
    * chore: remove console log
    
    * refactor: remove redundant method
    
    * refactor: disable validation on change
    
    * chore: remove commented out code
    
    * wip: use select component for chain selector
    
    * fix: handle chain select functions
    
    * refactor: type chain id as ChainName
    
    * Revert "refactor: type chain id as ChainName"
    
    This reverts commit d05e0128cb4b5ac1d00ac07808ebdf9858739165.
    
    * chore: remove unused component files
    
    * refactor: remove duplicated transaction logic
    
    * fix: make to/from field types more specific
    
    * fix: revert yup.custom changes and cast validation
    
    * fix: set correct destination chain
    
    * refator: handle token data
    
    * refactor: add use callback
    
    * fix: correct rendering logic
    
    * fix: update dependencies
    
    * chore: delete unused styles
    
    * chore: fix merge issue with transfer form
    
    * fix: change validation handling
    
    * Revert "fix: change validation handling"
    
    This reverts commit c0cb3062aad3540b2afad7d375024d872924a62c.
    
    * refactor: only display transfer amount if amount has been entered
    
    * chore: config changes
    
    * chore: add missing icons
    
    * chore: Hydra chain icon
    
    * fix: add error text to CTA
    
    * Tom/xcm fixes (#1213)
    
    * refactor: specify endpoints and remove unnecessary logic
    
    * fix: save file before committing
    
    * fix: disable refetch
    
    * chore: update endpoints
    
    * chore: remove log
    
    * chore: rename file
    
    * chore: add additional acala/karura endpoints
    
    ---------
    
    Co-authored-by: Rui Simão <[email protected]>
    
    * chore: release v2.32.0
    
    * Update API healthchecks (#778)
    
    * Chore - add vault healthcheck
    
    * Chore - add vault healthcheck
    
    * Chore - add vault healthcheck
    
    * [earn strategies] placeholder page, nav and feature flag (#1216)
    
    * chore: bump icons dependency
    
    * feature: earn strategies placeholder page and feature flag
    
    * feat: add useTransaction (#1189)
    
    * chore: update monetary to latest 0.7.3 (#1214)
    
    * chore: update monetary to latest 0.7.3
    
    * chore: update lib
    
    * chore: bump lib and bridge (#1219)
    
    * chore: release v2.32.1
    
    * fix: add missing icons and remove erroring RPC (#1222)
    
    * fix: add missing icons and remove erroring RPC
    
    * Update src/pages/Transfer/CrossChainTransferForm/components/ChainIcon/icons/Acala.tsx
    
    Co-authored-by: Peter Slaný <[email protected]>
    
    * Update src/pages/Transfer/CrossChainTransferForm/components/ChainIcon/icons/Astar.tsx
    
    Co-authored-by: Peter Slaný <[email protected]>
    
    * Update src/pages/Transfer/CrossChainTransferForm/components/ChainIcon/icons/Parallel.tsx
    
    Co-authored-by: Peter Slaný <[email protected]>
    
    ---------
    
    Co-authored-by: Peter Slaný <[email protected]>
    
    * chore: release v2.32.2
    
    * fix: compare input configs with method not operator (#1225)
    
    * refactor: reset selected account on account change (#1226)
    
    * chore: release v2.32.3
    
    ---------
    
    Co-authored-by: Peter Slaný <[email protected]>
    Co-authored-by: Rui Simão <[email protected]>
    Co-authored-by: ns212 <[email protected]>
    
    * [release] Kintsugi 2.32.4 (#1232)
    
    * feat: redirect when access from forbidden country is detected (#1209)
    
    * Feature/updated transfer UI (#876)
    
    * refactor: use updated tab component
    
    * refactor: duplicated form titles
    
    * refactor: remove redundant hook calls
    
    * refactor: prefer title case
    
    * wip: XCM transfer form UI
    
    * wip: updated form UI
    
    * wip: account selector placeholder component
    
    * wip: account selector modal
    
    * wip: modal open and close actions
    
    * wip: update modal type
    
    * wip: get accounts
    
    * wip: add identicon and rename component for consistency
    
    * wip: account input component
    
    * fix: remove redundant icons prop
    
    * feat: implement with SelectTrigger
    
    * wip: styling and account selection value
    
    * wip: handle setting account data
    
    * refactor: better naming
    
    * wip: address list styling
    
    * refactor: rename defaultAccount
    
    * wip: chain selector placeholder component
    
    * wip: duplicate account component and rename
    
    * chore: delete redundant legacy component
    
    * wip: logic for fetching and rendering chain ids
    
    * wip: chain item styling
    
    * wip: selected chain styling
    
    * chore: add comment
    
    * refactor: pass through native token to icon component
    
    * feature: add chain icon component
    
    * chore: add comment
    
    * chore: correct file name casing
    
    * refactor: improve folder structure
    
    * wip: form layout styling
    
    * chore: add arrow icon
    
    * chore: add logos and correct svg titles
    
    * chore: remove redundant svg prop
    
    * chore: rename arrow icon
    
    * chore: consistent use of styled components
    
    * refactor: remove padding from modal body
    
    * wip: formik integration work
    
    * wip: extend useXCMBridge to return available chains and utility methods
    
    * chore: move Chain and Chains types to types directory
    
    * feat: layout and form implementation
    
    * feat: add schema
    
    * feat: final
    
    * wip: refactor useXCMBridge hook
    
    * refactor: add endpoints type
    
    * refactor: wrap methods in useCallback
    
    * refactor: fix bug in hook method
    
    * chore: bump bridge version
    
    * wip: set originating and destination chain values
    
    * refactor: set from chain value on field change
    
    * wip: set originating chain value
    
    * refactor: mergeProps to set field value
    
    * refactor: handle setting origin/destination chain values
    
    * wip: get tokens method
    
    * wip: first iteration of balances function
    
    * wip: handle tokens array
    
    * wip: set token value
    
    * wip: get token balances
    
    * wip: return token and balances in single method
    
    * wip: mapped tokens
    
    * refactor: handle default chain values
    
    * refactor: better organised function order
    
    * wip: handle change events
    
    * wip: handle setting tokens
    
    * wip: handle fetching tokens and balances
    
    * wip: convert input configs
    
    * wip: handle token change
    
    * wip: get token USD price
    
    * Trigger Build
    
    * chore: remove unused import
    
    * chore: correct eslintignore syntax
    
    * wip: handle breaking changes
    
    * wip: disable token input when select items value is 1
    
    * chore: set first token item as variable
    
    * wip: handle setting and changing values
    
    * chire: add loading spinner
    
    * refactor: add loading state
    
    * refactor: filter destination chains
    
    * chore: remove console log
    
    * chore: bump XCM bridge version
    
    * chore: update config
    
    * refactor: configure validation
    
    * chore: revert change to useForm hook
    
    * wip: form validation
    
    * wip: working form validation
    
    * wip: undefined validation parameters
    
    * refactor: return dest fee estimate from bridge hook
    
    * feature: show fees and fee estimates
    
    * chore: conditional operators
    
    * refactor: handle ticker change correctly
    
    * wip: sendTransaction method
    
    * Revert "wip: sendTransaction method"
    
    This reverts commit 3ade26dda26c7cc14f9db9e7c005b66863fa9139.
    
    * fix: USD amounts
    
    * wip: send transactions
    
    * refactor: bump bridge and use getNativeToken method
    
    * chore: bump bridge
    
    * refactor: move submit logic to useMutation hook
    
    * fix: type mismatches
    
    * refactor: white space/comments
    
    * refactor: add transaction fee validation
    
    * chore: typo
    
    * chore: remove console log
    
    * refactor: remove duplicated monetary conversion
    
    * refactor: remove duplicate code
    
    * Revert "refactor: remove duplicate code"
    
    This reverts commit bd29f8c5661e327c5285d1020c534dab2deae806.
    
    * Revert "refactor: remove duplicated monetary conversion"
    
    This reverts commit 5fd3d645eb7d8edc00cfe8ced186d4e2432af9fc.
    
    * refactor: use monetaryAmount when constructing transaction
    
    * refactor: remove duplicated code for fetching tokens
    
    * refactor: default XCM origin
    
    * Revert "refactor: remove duplicated code for fetching tokens"
    
    This reverts commit 8f31ee8667adcd49f5aaebb7db2f205afb5e9725.
    
    * chore: remove comment
    
    * chore: fix errors
    
    * fix: set default value to empty string to prevent React error
    
    * refactor: removed unwanted force validation parameters
    
    * refactor: remove redundant method
    
    * refactor: add method return type
    
    * refactor: add method return type
    
    * refactor: correct type error
    
    * refactor: fix destFee type error
    
    * refactor: remove fees validation and revert destFee return value
    
    * chore: remove console log
    
    * refactor: remove redundant method
    
    * refactor: disable validation on change
    
    * chore: remove commented out code
    
    * wip: use select component for chain selector
    
    * fix: handle chain select functions
    
    * refactor: type chain id as ChainName
    
    * Revert "refactor: type chain id as ChainName"
    
    This reverts commit d05e0128cb4b5ac1d00ac07808ebdf9858739165.
    
    * chore: remove unused component files
    
    * refactor: remove duplicated transaction logic
    
    * fix: make to/from field types more specific
    
    * fix: revert yup.custom changes and cast validation
    
    * fix: set correct destination chain
    
    * refator: handle token data
    
    * refactor: add use callback
    
    * fix: correct rendering logic
    
    * fix: update dependencies
    
    * chore: delete unused styles
    
    * chore: fix merge issue with transfer form
    
    * fix: change validation handling
    
    * Revert "fix: change validation handling"
    
    This reverts commit c0cb3062aad3540b2afad7d375024d872924a62c.
    
    * refactor: only display transfer amount if amount has been entered
    
    * chore: config changes
    
    * chore: add missing icons
    
    * chore: Hydra chain icon
    
    * fix: add error text to CTA
    
    * Tom/xcm fixes (#1213)
    
    * refactor: specify endpoints and remove unnecessary logic
    
    * fix: save file before committing
    
    * fix: disable refetch
    
    * chore: update endpoints
    
    * chore: remove log
    
    * chore: rename file
    
    * chore: add additional acala/karura endpoints
    
    ---------
    
    Co-authored-by: Rui Simão <[email protected]>
    
    * chore: release v2.32.0
    
    * Update API healthchecks (#778)
    
    * Chore - add vault healthcheck
    
    * Chore - add vault healthcheck
    
    * Chore - add vault healthcheck
    
    * [earn strategies] placeholder page, nav and feature flag (#1216)
    
    * chore: bump icons dependency
    
    * feature: earn strategies placeholder page and feature flag
    
    * feat: add useTransaction (#1189)
    
    * chore: update monetary to latest 0.7.3 (#1214)
    
    * chore: update monetary to latest 0.7.3
    
    * chore: update lib
    
    * chore: bump lib and bridge (#1219)
    
    * chore: release v2.32.1
    
    * fix: add missing icons and remove erroring RPC (#1222)
    
    * fix: add missing icons and remove erroring RPC
    
    * Update src/pages/Transfer/CrossChainTransferForm/components/ChainIcon/icons/Acala.tsx
    
    Co-authored-by: Peter Slaný <[email protected]>
    
    * Update src/pages/Transfer/CrossChainTransferForm/components/ChainIcon/icons/Astar.tsx
    
    Co-authored-by: Peter Slaný <[email protected]>
    
    * Update src/pages/Transfer/CrossChainTransferForm/components/ChainIcon/icons/Parallel.tsx
    
    Co-authored-by: Peter Slaný <[email protected]>
    
    ---------
    
    Co-authored-by: Peter Slaný <[email protected]>
    
    * chore: release v2.32.2
    
    * fix: compare input configs with method not operator (#1225)
    
    * refactor: reset selected account on account change (#1226)
    
    * chore: release v2.32.3
    
    * feature: add geoblock feature flag (#1230)
    
    * chore: release v2.32.4
    
    ---------
    
    Co-authored-by: Peter Slaný <[email protected]>
    Co-authored-by: Rui Simão <[email protected]>
    Co-authored-by: ns212 <[email protected]>
    
    * [release] Kintsugi 2.32.5 (#1234)
    
    * feat: redirect when access from forbidden country is detected (#1209)
    
    * Feature/updated transfer UI (#876)
    
    * refactor: use updated tab component
    
    * refactor: duplicated form titles
    
    * refactor: remove redundant hook calls
    
    * refactor: prefer title case
    
    * wip: XCM transfer form UI
    
    * wip: updated form UI
    
    * wip: account selector placeholder component
    
    * wip: account selector modal
    
    * wip: modal open and close actions
    
    * wip: update modal type
    
    * wip: get accounts
    
    * wip: add identicon and rename component for consistency
    
    * wip: account input component
    
    * fix: remove redundant icons prop
    
    * feat: implement with SelectTrigger
    
    * wip: styling and account selection value
    
    * wip: handle setting account data
    
    * refactor: better naming
    
    * wip: address list styling
    
    * refactor: rename defaultAccount
    
    * wip: chain selector placeholder component
    
    * wip: duplicate account component and rename
    
    * chore: delete redundant legacy component
    
    * wip: logic for fetching and rendering chain ids
    
    * wip: chain item styling
    
    * wip: selected chain styling
    
    * chore: add comment
    
    * refactor: pass through native token to icon component
    
    * feature: add chain icon component
    
    * chore: add comment
    
    * chore: correct file name casing
    
    * refactor: improve folder structure
    
    * wip: form layout styling
    
    * chore: add arrow icon
    
    * chore: add logos and correct svg titles
    
    * chore: remove redundant svg prop
    
    * chore: rename arrow icon
    
    * chore: consistent use of styled components
    
    * refactor: remove padding from modal body
    
    * wip: formik integration work
    
    * wip: extend useXCMBridge to return available chains and utility methods
    
    * chore: move Chain and Chains types to types directory
    
    * feat: layout and form implementation
    
    * feat: add schema
    
    * feat: final
    
    * wip: refactor useXCMBridge hook
    
    * refactor: add endpoints type
    
    * refactor: wrap methods in useCallback
    
    * refactor: fix bug in hook method
    
    * chore: bump bridge version
    
    * wip: set originating and destination chain values
    
    * refactor: set from chain value on field change
    
    * wip: set originating chain value
    
    * refactor: mergeProps to set field value
    
    * refactor: handle setting origin/destination chain values
    
    * wip: get tokens method
    
    * wip: first iteration of balances function
    
    * wip: handle tokens array
    
    * wip: set token value
    
    * wip: get token balances
    
    * wip: return token and balances in single method
    
    * wip: mapped tokens
    
    * refactor: handle default chain values
    
    * refactor: better organised function order
    
    * wip: handle change events
    
    * wip: handle setting tokens
    
    * wip: handle fetching tokens and balances
    
    * wip: convert input configs
    
    * wip: handle token change
    
    * wip: get token USD price
    
    * Trigger Build
    
    * chore: remove unused import
    
    * chore: correct eslintignore syntax
    
    * wip: handle breaking changes
    
    * wip: disable token input when select items value is 1
    
    * chore: set first token item as variable
    
    * wip: handle setting and changing values
    
    * chire: add loading spinner
    
    * refactor: add loading state
    
    * refactor: filter destination chains
    
    * chore: remove console log
    
    * chore: bump XCM bridge version
    
    * chore: update config
    
    * refactor: configure validation
    
    * chore: revert change to useForm hook
    
    * wip: form validation
    
    * wip: working form validation
    
    * wip: undefined validation parameters
    
    * refactor: return dest fee estimate from bridge hook
    
    * feature: show fees and fee estimates
    
    * chore: conditional operators
    
    * refactor: handle ticker change correctly
    
    * wip: sendTransaction method
    
    * Revert "wip: sendTransaction method"
    
    This reverts commit 3ade26dda26c7cc14f9db9e7c005b66863fa9139.
    
    * fix: USD amounts
    
    * wip: send transactions
    
    * refactor: bump bridge and use getNativeToken method
    
    * chore: bump bridge
    
    * refactor: move submit logic to useMutation hook
    
    * fix: type mismatches
    
    * refactor: white space/comments
    
    * refactor: add transaction fee validation
    
    * chore: typo
    
    * chore: remove console log
    
    * refactor: remove duplicated monetary conversion
    
    * refactor: remove duplicate code
    
    * Revert "refactor: remove duplicate code"
    
    This reverts commit bd29f8c5661e327c5285d1020c534dab2deae806.
    
    * Revert "refactor: remove duplicated monetary conversion"
    
    This reverts commit 5fd3d645eb7d8edc00cfe8ced186d4e2432af9fc.
    
    * refactor: use monetaryAmount when constructing transaction
    
    * refactor: remove duplicated code for fetching tokens
    
    * refactor: default XCM origin
    
    * Revert "refactor: remove duplicated code for fetching tokens"
    
    This reverts commit 8f31ee8667adcd49f5aaebb7db2f205afb5e9725.
    
    * chore: remove comment
    
    * chore: fix errors
    
    * fix: set default value to empty string to prevent React error
    
    * refactor: removed unwanted force validation parameters
    
    * refactor: remove redundant method
    
    * refactor: add method return type
    
    * refactor: add method return type
    
    * refactor: correct type error
    
    * refactor: fix destFee type error
    
    * refactor: remove fees validation and revert destFee return value
    
    * chore: remove console log
    
    * refactor: remove redundant method
    
    * refactor: disable validation on change
    
    * chore: remove commented out code
    
    * wip: use select component for chain selector
    
    * fix: handle chain select functions
    
    * refactor: type chain id as ChainName
    
    * Revert "refactor: type chain id as ChainName"
    
    This reverts commit d05e0128cb4b5ac1d00ac07808ebdf9858739165.
    
    * chore: remove unused component files
    
    * refactor: remove duplicated transaction logic
    
    * fix: make to/from field types more specific
    
    * fix: revert yup.custom changes and cast validation
    
    * fix: set correct destination chain
    
    * refator: handle token data
    
    * refactor: add use callback
    
    * fix: correct rendering logic
    
    * fix: update dependencies
    
    * chore: delete unused styles
    
    * chore: fix merge issue with transfer form
    
    * fix: change validation handling
    
    * Revert "fix: change validation handling"
    
    This reverts commit c0cb3062aad3540b2afad7d375024d872924a62c.
    
    * refactor: only display transfer amount if amount has been entered
    
    * chore: config changes
    
    * chore: add missing icons
    
    * chore: Hydra chain icon
    
    * fix: add error text to CTA
    
    * Tom/xcm fixes (#1213)
    
    * refactor: specify endpoints and remove unnecessary logic
    
    * fix: save file before committing
    
    * fix: disable refetch
    
    * chore: update endpoints
    
    * chore: remove log
    
    * chore: rename file
    
    * chore: add additional acala/karura endpoints
    
    ---------
    
    Co-authored-by: Rui Simão <[email protected]>
    
    * chore: release v2.32.0
    
    * Update API healthchecks (#778)
    
    * Chore - add vault healthcheck
    
    * Chore - add vault healthcheck
    
    * Chore - add vault healthcheck
    
    * [earn strategies] placeholder page, nav and feature flag (#1216)
    
    * chore: bump icons dependency
    
    * feature: earn strategies placeholder page and feature flag
    
    * feat: add useTransaction (#1189)
    
    * chore: update monetary to latest 0.7.3 (#1214)
    
    * chore: update monetary to latest 0.7.3
    
    * chore: update lib
    
    * chore: bump lib and bridge (#1219)
    
    * chore: release v2.32.1
    
    * fix: add missing icons and remove erroring RPC (#1222)
    
    * fix: add missing icons and remove erroring RPC
    
    * Update src/pages/Transfer/CrossChainTransferForm/components/ChainIcon/icons/Acala.tsx
    
    Co-authored-by: Peter Slaný <[email protected]>
    
    * Update src/pages/Transfer/CrossChainTransferForm/components/ChainIcon/icons/Astar.tsx
    
    Co-authored-by: Peter Slaný <[email protected]>
    
    * Update src/pages/Transfer/CrossChainTransferForm/components/ChainIcon/icons/Parallel.tsx
    
    Co-authored-by: Peter Slaný <[email protected]>
    
    ---------
    
    Co-authored-by: Peter Slaný <[email protected]>
    
    * chore: release v2.32.2
    
    * fix: compare input configs with method not operator (#1225)
    
    * refactor: reset selected account on account change (#1226)
    
    * chore: release v2.32.3
    
    * feature: add geoblock feature flag (#1230)
    
    * chore: release v2.32.4
    
    * chore: bump bridge (#1233)
    
    * chore: release v2.32.5
    
    ---------
    
    Co-authored-by: Peter Slaný <[email protected]>
    Co-authored-by: Rui Simão <[email protected]>
    Co-authored-by: ns212 <[email protected]>
    
    * [release] Kintsugi 2.32.6 (#1249)
    
    * feat: redirect when access from forbidden country is detected (#1209)
    
    * Feature/updated transfer UI (#876)
    
    * refactor: use updated tab component
    
    * refactor: duplicated form titles
    
    * refactor: remove redundant hook calls
    
    * refactor: prefer title case
    
    * wip: XCM transfer form UI
    
    * wip: updated form UI
    
    * wip: account selector placeholder component
    
    * wip: account selector modal
    
    * wip: modal open and close actions
    
    * wip: update modal type
    
    * wip: get accounts
    
    * wip: add identicon and rename component for consistency
    
    * wip: account input component
    
    * fix: remove redundant icons prop
    
    * feat: implement with SelectTrigger
    
    * wip: styling and account selection value
    
    * wip: handle setting account data
    
    * refactor: better naming
    
    * wip: address list styling
    
    * refactor: rename defaultAccount
    
    * wip: chain selector placeholder component
    
    * wip: duplicate account component and rename
    
    * chore: delete redundant legacy component
    
    * wip: logic for fetching and rendering chain ids
    
    * wip: chain item styling
    
    * wip: selected chain styling
    
    * chore: add comment
    
    * refactor: pass through native token to icon component
    
    * feature: add chain icon component
    
    * chore: add comment
    
    * chore: correct file name casing
    
    * refactor: improve folder structure
    
    * wip: form layout styling
    
    * chore: add arrow icon
    
    * chore: add logos and correct svg titles
    
    * chore: remove redundant svg prop
    
    * chore: rename arrow icon
    
    * chore: consistent use of styled components
    
    * refactor: remove padding from modal body
    
    * wip: formik integration work
    
    * wip: extend useXCMBridge to return available chains and utility methods
    
    * chore: move Chain and Chains types to types directory
    
    * feat: layout and form implementation
    
    * feat: add schema
    
    * feat: final
    
    * wip: refactor useXCMBridge hook
    
    * refactor: add endpoints type
    
    * refactor: wrap methods in useCallback
    
    * refactor: fix bug in hook method
    
    * chore: bump bridge version
    
    * wip: set originating and destination chain values
    
    * refactor: set from chain value on field change
    
    * wip: set originating chain value
    
    * refactor: mergeProps to set field value
    
    * refactor: handle setting origin/destination chain values
    
    * wip: get tokens method
    
    * wip: first iteration of balances function
    
    * wip: handle tokens array
    
    * wip: set token value
    
    * wip: get token balances
    
    * wip: return token and balances in single method
    
    * wip: mapped tokens
    
    * refactor: handle default chain values
    
    * refactor: better organised function order
    
    * wip: handle change events
    
    * wip: handle setting tokens
    
    * wip: handle fetching tokens and balances
    
    * wip: convert input configs
    
    * wip: handle token change
    
    * wip: get token USD price
    
    * Trigger Build
    
    * chore: remove unused import
    
    * chore: correct eslintignore syntax
    
    * wip: handle breaking changes
    
    * wip: disable token input when select items value is 1
    
    * chore: set first token item as variable
    
    * wip: handle setting and changing values
    
    * chire: add loading spinner
    
    * refactor: add loading state
    
    * refactor: filter destination chains
    
    * chore: remove console log
    
    * chore: bump XCM bridge version
    
    * chore: update config
    
    * refactor: configure validation
    
    * chore: revert change to useForm hook
    
    * wip: form validation
    
    * wip: working form validation
    
    * wip: undefined validation parameters
    
    * refactor: return dest fee estimate from bridge hook
    
    * feature: show fees and fee estimates
    
    * chore: conditional operators
    
    * refactor: handle ticker change correctly
    
    * wip: sendTransaction method
    
    * Revert "wip: sendTransaction method"
    
    This reverts commit 3ade26dda26c7cc14f9db9e7c005b66863fa9139.
    
    * fix: USD amounts
    
    * wip: send transactions
    
    * refactor: bump bridge and use getNativeToken method
    
    * chore: bump bridge
    
    * refactor: move submit logic to useMutation hook
    
    * fix: type mismatches
    
    * refactor: white space/comments
    
    * refactor: add transaction fee validation
    
    * chore: typo
    
    * chore: remove console log
    
    * refactor: remove duplicated monetary conversion
    
    * refactor: remove duplicate code
    
    * Revert "refactor: remove duplicate code"
    
    This reverts commit bd29f8c5661e327c5285d1020c534dab2deae806.
    
    * Revert "refactor: remove duplicated monetary conversion"
    
    This reverts commit 5fd3d645eb7d8edc00cfe8ced186d4e2432af9fc.
    
    * refactor: use monetaryAmount when constructing transaction
    
    * refactor: remove duplicated code for fetching tokens
    
    * refactor: default XCM origin
    
    * Revert "refactor: remove duplicated code for fetching tokens"
    
    This reverts commit 8f31ee8667adcd49f5aaebb7db2f205afb5e9725.
    
    * chore: remove comment
    
    * chore: fix errors
    
    * fix: set default value to empty string to prevent React error
    
    * refactor: removed unwanted force validation parameters
    
    * refactor: remove redundant method
    
    * refactor: add method return type
    
    * refactor: add method return type
    
    * refactor: correct type error
    
    * refactor: fix destFee type error
    
    * refactor: remove fees validation and revert destFee return value
    
    * chore: remove console log
    
    * refactor: remove redundant method
    
    * refactor: disable validation on change
    
    * chore: remove commented out code
    
    * wip: use select component for chain selector
    
    * fix: handle chain select functions
    
    * refactor: type chain id as ChainName
    
    * Revert "refactor: type chain id as ChainName"
    
    This reverts commit d05e0128cb4b5ac1d00ac07808ebdf9858739165.
    
    * chore: remove unused component files
    
    * refactor: remove duplicated transaction logic
    
    * fix: make to/from field types more specific
    
    * fix: revert yup.custom changes and cast validation
    
    * fix: set correct destination chain
    
    * refator: handle token data
    
    * refactor: add use callback
    
    * fix: correct rendering logic
    
    * fix: update dependencies
    
    * chore: delete unused styles
    
    * chore: fix merge issue with transfer form
    
    * fix: change validation handling
    
    * Revert "fix: change validation handling"
    
    This reverts commit c0cb3062aad3540b2afad7d375024d872924a62c.
    
    * refactor: only display transfer amount if amount has been entered
    
    * chore: config changes
    
    * chore: add missing icons
    
    * chore: Hydra chain icon
    
    * fix: add error text to CTA
    
    * Tom/xcm fixes (#1213)
    
    * refactor: specify endpoints and remove unnecessary logic
    
    * fix: save file before committing
    
    * fix: disable refetch
    
    * chore: update endpoints
    
    * chore: remove log
    
    * chore: rename file
    
    * chore: add additional acala/karura endpoints
    
    ---------
    
    Co-authored-by: Rui Simão <[email protected]>
    
    * chore: release v2.32.0
    
    * Update API healthchecks (#778)
    
    * Chore - add vault healthcheck
    
    * Chore - add vault healthcheck
    
    * Chore - add vault healthcheck
    
    * [earn strategies] placeholder page, nav and feature flag (#1216)
    
    * chore: bump icons dependency
    
    * feature: earn strategies placeholder page and feature flag
    
    * feat: add useTransaction (#1189)
    
    * chore: update monetary to latest 0.7.3 (#1214)
    
    * chore: update monetary to latest 0.7.3
    
    * chore: update lib
    
    * chore: bump lib and bridge (#1219)
    
    * chore: release v2.32.1
    
    * fix: add missing icons and remove erroring RPC (#1222)
    
    * fix: add missing icons and remove erroring RPC
    
    * Update src/pages/Transfer/CrossChainTransferForm/components/ChainIcon/icons/Acala.tsx
    
    Co-authored-by: Peter Slaný <[email protected]>
    
    * Update src/pages/Transfer/CrossChainTransferForm/components/ChainIcon/icons/Astar.tsx
    
    Co-authored-by: Peter Slaný <[email protected]>
    
    * Update src/pages/Transfer/CrossChainTransferForm/components/ChainIcon/icons/Parallel.tsx
    
    Co-authored-by: Peter Slaný <[email protected]>
    
    ---------
    
    Co-authored-by: Peter Slaný <[email protected]>
    
    * chore: release v2.32.2
    
    * fix: compare input configs with method not operator (#1225)
    
    * refactor: reset selected account on account change (#1226)
    
    * chore: release v2.32.3
    
    * feature: add geoblock feature flag (#1230)
    
    * chore: release v2.32.4
    
    * chore: bump bridge (#1233)
    
    * chore: release v2.32.5
    
    * Peter/earn strategies feat deposit withdraw form (#1229)
    
    * chore: update monetary to latest 0.7.3
    
    * wip
    
    * feat(earn-strategies): add deposit and withdrawal form components
    
    * refactor: add padding under tabs in earn strategy forms
    
    * chore(earn-strategies): change file structure
    
    * feat: add Popover, Underlay and ProgressBar. Changes to Dialog, Modal and Overlay. (#1236)
    
    * fix: Dialog, Modal and Popover (#1245)
    
    * chore: rename strategies feature (#1247)
    
    * chore: release v2.32.6
    
    ---------
    
    Co-authored-by: Peter Slaný <[email protected]>
    Co-authored-by: Rui Simão <[email protected]>
    Co-authored-by: ns212 <[email protected]>
    
    * hotffix kintusgi: add percentage conversion (#1255)
    
    * fix: add percentage conversion
    
    * fix: change loans incentives annualized return to have label APR
    
    * [release] Kintsugi 2.33.0 (#1280)
    
    * feat: redirect when access from forbidden country is detected (#1209)
    
    * Feature/updated transfer UI (#876)
    
    * refactor: use updated tab component
    
    * refactor: duplicated form titles
    
    * refactor: remove redundant hook calls
    
    * refactor: prefer title case
    
    * wip: XCM transfer form UI
    
    * wip: updated form UI
    
    * wip: account selector placeholder component
    
    * wip: account selector modal
    
    * wip: modal open and close actions
    
    * wip: update modal type
    
    * wip: get accounts
    
    * wip: add identicon and rename component for consistency
    
    * wip: account input component
    
    * fix: remove redundant icons prop
    
    * feat: implement with SelectTrigger
    
    * wip: styling and account selection value
    
    * wip: handle setting account data
    
    * refactor: better naming
    
    * wip: address list styling
    
    * refactor: rename defaultAccount
    
    * wip: chain selector placeholder component
    
    * wip: duplicate account component and rename
    
    * chore: delete redundant legacy component
    
    * wip: logic for fetching and rendering chain ids
    
    * wip: chain item styling
    
    * wip: selected chain styling
    
    * chore: add comment
    
    * refactor: pass through native token to icon component
    
    * feature: add chain icon component
    
    * chore: add comment
    
    * chore: correct file name casing
    
    * refactor: improve folder structure
    
    * wip: form layout styling
    
    * chore: add arrow icon
    
    * chore: add logos and correct svg titles
    
    * chore: remove redundant svg prop
    
    * chore: rename arrow icon
    
    * chore: consistent use of styled components
    
    * refactor: remove padding from modal body
    
    * wip: formik integration work
    
    * wip: extend useXCMBridge to return available chains and utility methods
    
    * chore: move Chain and Chains types to types directory
    
    * feat: layout and form implementation
    
    * feat: add schema
    
    * feat: final
    
    * wip: refactor useXCMBridge hook
    
    * refactor: add endpoints type
    
    * refactor: wrap methods in useCallback
    
    * refactor: fix bug in hook method
    
    * chore: bump bridge version
    
    * wip: set originating and destination chain values
    
    * refactor: set from chain value on field change
    
    * wip: set originating chain value
    
    * refactor: mergeProps to set field value
    
    * refactor: handle setting origin/destination chain values
    
    * wip: get tokens method
    
    * wip: first iteration of balances function
    
    * wip: handle tokens array
    
    * wip: set token value
    
    * wip: get token balances
    
    * wip: return token and balances in single method
    
    * wip: mapped tokens
    
    * refactor: han…
    10 people authored Aug 17, 2023
    2 Configuration menu
    Copy the full SHA
    67ba4b3 View commit details
    Browse the repository at this point in the history
  2. Peter/fix staking limit bug (#1515)

    * chore: update monetary to latest 0.7.3
    
    * fix: use maximum stakable amount fetched from rpc
    
    * delete stray comment
    
    ---------
    
    Co-authored-by: Thomas Jeatt <[email protected]>
    peterslany and tomjeatt authored Aug 17, 2023
    2 Configuration menu
    Copy the full SHA
    a896259 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. Revert "Peter/fix staking limit bug (#1515)"

    This reverts commit a896259.
    tomjeatt committed Aug 18, 2023
    2 Configuration menu
    Copy the full SHA
    ecb0fed View commit details
    Browse the repository at this point in the history
  2. chore: release v2.38.0

    tomjeatt committed Aug 18, 2023
    2 Configuration menu
    Copy the full SHA
    5f60748 View commit details
    Browse the repository at this point in the history
  3. 2 Configuration menu
    Copy the full SHA
    9af1253 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Peter/fix q token vaults volumes fetching (#1535)

    * chore: update monetary to latest 0.7.3
    
    * fix: update vaults dashboard volumes query to include qToken vaults correctly
    peterslany authored Aug 21, 2023
    2 Configuration menu
    Copy the full SHA
    444b23a View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. 2 Configuration menu
    Copy the full SHA
    861e494 View commit details
    Browse the repository at this point in the history
  2. 2 Configuration menu
    Copy the full SHA
    1084182 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

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

Commits on Aug 31, 2023

  1. wip: update resolutions

    tomjeatt committed Aug 31, 2023
    2 Configuration menu
    Copy the full SHA
    3295e63 View commit details
    Browse the repository at this point in the history
  2. update resolutions

    tomjeatt committed Aug 31, 2023
    1 Configuration menu
    Copy the full SHA
    8af4d73 View commit details
    Browse the repository at this point in the history
  3. Revert "update resolutions"

    This reverts commit 8af4d73.
    tomjeatt committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    f1bd600 View commit details
    Browse the repository at this point in the history
  4. Revert "wip: update resolutions"

    This reverts commit 3295e63.
    tomjeatt committed Aug 31, 2023
    2 Configuration menu
    Copy the full SHA
    6e11ce3 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. Tom/site information component (#1552)

    * refactor: remove legacy testnet banner component
    
    * feature: add site information component
    
    * fix: whitespace
    
    * chore: update default env variable
    
    * refactor: extend main container
    
    * refactor: add information component to main container
    
    * rename const
    
    * refactor: update alert styling
    
    * fix: bold link styling
    tomjeatt authored Sep 5, 2023
    2 Configuration menu
    Copy the full SHA
    1f80570 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Peter/refactor usd price formatting (#1553)

    * chore: update monetary to latest 0.7.3
    
    * refactor: show 3 decimal places in usd price if amount is below 1 cent
    peterslany authored Sep 6, 2023
    2 Configuration menu
    Copy the full SHA
    9e6ee51 View commit details
    Browse the repository at this point in the history
  2. fix: correct exchange rate (#1555)

    * fix: correct exchange rate
    
    * remove redundant optional chaining
    
    * refactor: simplify exchange rate display
    
    ---------
    
    Co-authored-by: Peter <[email protected]>
    tomjeatt and peterslany authored Sep 6, 2023
    2 Configuration menu
    Copy the full SHA
    2a73ce6 View commit details
    Browse the repository at this point in the history
  3. fix: formatting (#1556)

    tomjeatt authored Sep 6, 2023
    2 Configuration menu
    Copy the full SHA
    d21ddf6 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Peter/fix vault dashboard volumes hook (#1557)

    * chore: update monetary to latest 0.7.3
    
    * fix: show all collateral currencies on locked collateral card
    peterslany authored Sep 7, 2023
    2 Configuration menu
    Copy the full SHA
    e9414ef View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. Peter/strategy feat proxy account (#1539)

    * chore: update monetary to latest 0.7.3
    
    * feat(strategies): use proxy accounts
    
    * wip: write into identity pallet to keep track of strategy-proxy mapping
    
    * feat(strategies): use proxy accounts saved into identity pallet
    
    * chore: cleanup
    
    * refactor: code review
    
    * feat: add proxy account deposit field to transaction details, repay on withdraw-all
    
    * refactor: code review
    peterslany authored Sep 8, 2023
    2 Configuration menu
    Copy the full SHA
    96c625d View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

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

Commits on Sep 13, 2023

  1. wip: try setting node options in package (#1559)

    * wip: try setting node options in package
    
    * Trigger build
    tomjeatt authored Sep 13, 2023
    2 Configuration menu
    Copy the full SHA
    a965f8c View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

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

Commits on Sep 25, 2023

  1. chore: release v2.38.1

    tomjeatt committed Sep 25, 2023
    2 Configuration menu
    Copy the full SHA
    b87943d View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. api: refactor the market data api (#1569)

    * api: refactor the market data api
    
    * api: refactor the market data api
    
    * api: refactor the market data api
    ns212 authored Sep 27, 2023
    2 Configuration menu
    Copy the full SHA
    711bc4e View commit details
    Browse the repository at this point in the history
  2. Tom/fix prices (#1571)

    * api: refactor the market data api
    
    * api: refactor the market data api
    
    * api: refactor the market data api
    
    * wip: add log
    
    * wip: hardcode value to run against market data api
    
    * wip: try setting asset name
    
    * fix: casing
    
    * chore: add vKSM ids
    
    * fix: handle VDOT and VKSM
    
    * typo: quotation marks
    
    * chore: fix switch statement and remove console log
    
    * fix: revert change
    
    ---------
    
    Co-authored-by: ns212 <[email protected]>
    tomjeatt and ns212 authored Sep 27, 2023
    2 Configuration menu
    Copy the full SHA
    c6a55d5 View commit details
    Browse the repository at this point in the history
  3. 2 Configuration menu
    Copy the full SHA
    e792c22 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. chore: add token icons (#1572)

    * chore: add token icons
    
    * fix: correct ids for vDOT
    
    * chore: TBTC icon
    tomjeatt authored Sep 28, 2023
    Configuration menu
    Copy the full SHA
    1447602 View commit details
    Browse the repository at this point in the history
  2. chore: release v2.38.2

    tomjeatt committed Sep 28, 2023
    2 Configuration menu
    Copy the full SHA
    aba10b4 View commit details
    Browse the repository at this point in the history
  3. [chore] Update dependencies (#1548)

    * update dependencies
    
    * chore: bump dependencies
    
    * chore: update dependencies and fix type errors
    
    * chore: update dependencies
    
    * remove redundant resolutions
    
    * wip: try setting node options in package
    
    * Trigger build
    
    * update caniuse db
    
    * fix: revert type casting
    
    * chore: bump bridge version
    
    * fix: xcm breaking changes
    
    * fix: correct XCM adapter
    tomjeatt authored Sep 28, 2023
    2 Configuration menu
    Copy the full SHA
    6626850 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. 2 Configuration menu
    Copy the full SHA
    724f5a1 View commit details
    Browse the repository at this point in the history
  2. 2 Configuration menu
    Copy the full SHA
    cce2389 View commit details
    Browse the repository at this point in the history
  3. chore: release v2.39.0

    tomjeatt committed Sep 29, 2023
    2 Configuration menu
    Copy the full SHA
    5954006 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. Tom/fix icons (#1584)

    * fix: add Bifrost polkadot icon
    
    * fix: handle `.wh` suffix in tickers when fetching icons
    
    * fix: display name
    tomjeatt authored Oct 2, 2023
    Configuration menu
    Copy the full SHA
    f320212 View commit details
    Browse the repository at this point in the history
  2. chore: release v2.39.1

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

Commits on Oct 16, 2023

  1. apply hotfix patch (#1589)

    tomjeatt authored Oct 16, 2023
    2 Configuration menu
    Copy the full SHA
    504391f View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

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

Commits on Oct 24, 2023

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

Commits on Oct 26, 2023

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

Commits on Oct 27, 2023

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

Commits on Nov 6, 2023

  1. feat(Staking): refactor (#1538)

    * feat(Staking): refactor
    
    * feat: continue
    
    * wip
    
    * feat: continue
    
    * feat: continue
    
    * feat: final
    
    * feat: final
    
    * feat: add tests
    
    * feat: continue tests
    
    * feat: continue
    
    * feat: add translations
    
    * fix: code review
    
    * feat: add staking limit
    
    * fix: limit
    
    * fix(Staking): limit parsing
    
    ---------
    
    Co-authored-by: tomjeatt <[email protected]>
    danielsimao and tomjeatt authored Nov 6, 2023
    2 Configuration menu
    Copy the full SHA
    1ac0c7f View commit details
    Browse the repository at this point in the history
  2. chore: release v2.40.0

    tomjeatt committed Nov 6, 2023
    2 Configuration menu
    Copy the full SHA
    4e9a53b View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. chore: bump bridge (#1600)

    tomjeatt authored Nov 14, 2023
    2 Configuration menu
    Copy the full SHA
    450d008 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. 1 Configuration menu
    Copy the full SHA
    fedd584 View commit details
    Browse the repository at this point in the history
  2. chore: release v2.40.1

    tomjeatt committed Nov 16, 2023
    2 Configuration menu
    Copy the full SHA
    353f77e View commit details
    Browse the repository at this point in the history
  3. [release] Interlay 2.40.1 (#1603)

    * chore: change discord link
    
    * fix: hotfix price fetcher
    
    * Release/interlay/2.29.0 (#1094)
    
    * fix: remove external dependencies from component library (#942)
    
    * fix: remove redundant layout mock stuff
    
    * fix: hide the connected socket console log
    
    * chore: mark the points
    
    * fix(NumberInput): remove react-aria (#934)
    
    * feat: add formik (#863)
    
    * feat(CoinIcon): update INTR and IBTC icon (#941)
    
    * feat: take supply and borrow caps into account
    
    * chore: update lib
    
    * refactor: code review
    
    * hotfix: testnet banner
    
    * feat: added trollbox Discord chat embed via widgetbot <script> tag in index.html
    
    * fix: try to quick-fix test GitHub action
    
    * docs: document how to locally run a GitHub action and relevant set-up issues
    
    * feat: add x-small to CTA and add max to token input (#952)
    
    * fix(Loans): remove unwanted earned label (#959)
    
    * feat(Pools): remove 7 day volume column (#958)
    
    * refactor: update testnet banner
    
    * fix(Loans): withdraw action (#936)
    
    * fix: disable calling the squid endpoint in App when testing
    
    * fix: export testing-library customRender functionality
    
    * feat: add pull_request_target case
    
    * Trigger test run
    
    * feat(CoinIcon): add LP Tokens icons (#951)
    
    * feat(Field): add component and change to BaseInput (#967)
    
    * refactor: fix regression with testnet banner
    
    * feat(Swap): apply formik to swap form (#956)
    
    * chore: bump lib
    
    * feat: apply CoinIcon for LpTokens (#977)
    
    * chore: version bump
    
    * chore: correct version bump
    
    * refactor: revert competition UI changes
    
    * chore: mark the change points
    
    * chore: mark the change points
    
    * chore: try getLendPositionsOfAccount & getBorrowPositionsOfAccount
    
    * chore: change discord link
    
    * chore: change discord link
    
    * chore: clean up
    
    * feat: get loanCollateralInfo
    
    * fix: tooltip error (#980)
    
    * refactor: update useGetLoanAssets
    
    * feat: implement useGetLendPositionsOfAccount
    
    * feat: implement useGetBorrowPositionsOfAccount
    
    * refactor: update useGetAccountPositions
    
    * chore: clean up
    
    * feat: implement useGetLoanCollateralInfo
    
    * chore: clean up
    
    * chore: clean up
    
    * refactor: update useLoanInfo
    
    * chore: clean up
    
    * fix(Modal): restructure, improve accessibility and animations (#986)
    
    * fix: improve swap and pools accessibility (#991)
    
    * refactor(loans): use oracle price for ltv and similar computation
    
    * refactor(loans): rename LoanCollateralInfo -> LendingStats
    
    * chore: update lib & restructure files
    
    * refactor(loans): rename stats hook
    
    * refactor: define return type for hooks
    
    * refactor(loans): do not wrap statistics in object
    
    * chore: bump bridge version
    
    * chore: bump bridge
    
    * chore: bump lib
    
    * chore: specify correct lib version
    
    * chore: comment out breaking changes
    
    * refactor(loans): lib update to 2.0.0
    
    * fix(loans): use ltv in percentage denomination to resolve loan status
    
    * chore: remove warning banner
    
    * chore: remove block time banner
    
    * fix(Loans): loan form ui and repay (#999)
    
    * fix(Modal): focus inside dialog (#1000)
    
    * feat: add use-wallet hook (#992)
    
    * fix: add transaction feedback to pools and lending (#1017)
    
    * chore(Loans): add tests
    
    * fix: tests
    
    * attemp - borrow
    
    * try
    
    * try
    
    * continue
    
    * fix
    
    * fix
    
    * fix
    
    * final
    
    * try fetcj
    
    * refactor
    
    * fix: move to unit test cases
    
    * chore: remove unused dependencies
    
    * chore: remove unused dependencies
    
    * fix: adapt tests
    
    * Trigger Build
    
    * refactor: patch chain icon component
    
    * chore: bump lib
    
    * chore: bump lib
    
    * chore: add amm tests (#969)
    
    * fix: missing Modal props and Overlay styles (#1033)
    
    * feat(Swap): add price impact limit
    
    * feat: final
    
    * fix: TokenInput select (#1036)
    
    * refactor: fix merge conflict regression
    
    * feature: sentry dependencies and init
    
    * fix: token input regression
    
    * fix: add missing dictionary item
    
    * fix(loans): fix max repay amount
    
    * fix(Swap): add check for usd value price impact
    
    * refactor: update condition
    
    * chore: release v2.28.1
    
    * chore: update T&Cs link
    
    * chore: update T&C links
    
    * chore: move sentry dns to env variable
    
    * chore: update lib with hotfix for Vault Dashboard
    
    * Revert "fix(loans): fix max repay amount" (#1051)
    
    * fix(Loans): max loan action
    
    * fix: liquidation alert
    
    * chore: add tests
    
    * chore: add faulty code test
    
    * refactor: revert sentry config
    
    * fix: add shorten address prop to address UI
    
    * chore: release v2.28.2
    
    * fix: console warnings
    
    * fix: versions
    
    * feat: added kint faucet, cond. on kint balance to topbar
    
    * fix(Loans): apy label
    
    * feat: added kint faucet, cond. on kint balance to topbar (#1062)
    
    * fix: allow manual issue execution for confirmed transactions
    
    * fix: allow manual issue execution for confirmed transactions
    
    * feature: add fathom script
    
    * feature: add fathom script
    
    * chore: update env variables
    
    * feature: add notProducingBlocks banners
    
    * fix: render warning banner in correct place
    
    * fix: remove warning banner
    
    * fix: add check for required griefing collateral
    
    * fix: add check for required griefing collateral
    
    * fix: vault on-boarding
    
    * chore: version bump
    
    * chore: bump bridge version
    
    * chore: bump bridge version
    
    * chore: version bump
    
    * chore: add a comment to ReplaceTX
    
    * chore: format some code automatically
    
    * feat: add view-details column to IssueRequestsTable
    
    * feat: add view-details to RedeemRequestsTable
    
    * feat: add view-details columns to VaultIssueRequestsTable & VaultRedeemRequestsTable
    
    * refactor: componentize with ViewRequestDetailsLink
    
    * feat: add owner check to ManualIssueExecutionUI
    
    * chore: bump lib
    
    * chore: version bump
    
    * chore: correct version bump
    
    * hotfix: filter erroring vaults
    
    * chore: add comment
    
    * chore: comment
    
    * chore: change discord link
    
    * chore: bump bridge version
    
    * chore: bump lib
    
    * chore: specify correct lib version
    
    * chore: comment out breaking changes
    
    * chore: remove block time banner
    
    * chore: remove unused dependencies
    
    * Trigger Build
    
    * chore: bump lib
    
    * feat: added kint faucet, cond. on kint balance to topbar
    
    ---------
    
    Co-authored-by: tomjeatt <[email protected]>
    Co-authored-by: Thomas Jeatt <[email protected]>
    Co-authored-by: Dominik Harz <[email protected]>
    Co-authored-by: Rui Simão <[email protected]>
    Co-authored-by: crypto-engineer <[email protected]>
    Co-authored-by: crypto-engineer <[email protected]>
    Co-authored-by: Peter <[email protected]>
    Co-authored-by: Dominik Harz <[email protected]>
    
    * chore: release v2.28.3
    
    * fix: available balance to use transfarable
    
    * feat: change get prices refetch interval
    
    * chore: release v2.28.4
    
    * feat(Pools): add custom input amounts mode
    
    * chore: release v2.28.5
    
    * feat: add refetch balances and form validation deps
    
    * chore: trigger build
    
    * refactor: remove substrate developer console
    
    * chore: release v2.28.6
    
    * chore: fix test workflow
    
    * fix: code review
    
    * chore: improve pipeline performance (#1075)
    
    * fix: package.json resolutions (#1077)
    
    * fix: show transferable balance for selected currency
    
    * refactor: apply top bar patch
    
    * refactor: validate issue against transferable balance
    
    * chore: bump version
    
    * refactor: update validation message
    
    * refactor: correct translation entry
    
    * refactor: update validation message
    
    * api: add market data api
    
    * api: add market data api
    
    * api: add market data api
    
    * api: add market data api
    
    * api: add market data api
    
    * api: add market data api
    
    * chore: fix issue form snapshot test
    
    * api: add market data api
    
    * api: add market data api
    
    * api: add market data api
    
    * refactor: improve github workflows, remove unused code and clean-up package.json (#1076)
    
    * refactor: prices endpoint can be absolute or relative
    
    * chore: add market data endpoint to config
    
    * chore: add missing env variable
    
    * chore: remove stray comma
    
    * refactor: improve variable name
    
    * chore: release v2.28.8
    
    * chore: add resolutions for various polkadot packages (#1089)
    
    * Fix input field width issue (#1090)
    
    * fix: input field width
    
    * fix: rename max weeks to total weeks
    
    * chore: bump ui version
    
    * chore: bump XCM bridge (#1093)
    
    * feat(Wallet): add page (#1001)
    
    * feat(Wallet): add page
    
    * feat: add WalletIcon
    
    * feat: copy address
    
    * wip
    
    * feat: staking table
    
    * feat: refactor and add lending
    
    * refactor: clean up code
    
    * wip
    
    * feat: add List card
    
    * continue
    
    * fix: continue
    
    * feat: continue
    
    * feat(CTALink): improve
    
    * feat: add responsiveness and swap handling
    
    * feat: final
    
    * feat: add responsive prop
    
    * fix: clean up List and Divider
    
    * feat: add tests
    
    * feat: add final tests
    
    * fix: code review
    
    * feat: add vesting and tests
    
    * fix: code review
    
    * Tom/bug/burn form collateral tokens (#1042)
    
    * refactor: loop collateral to get burnable tokens
    
    * refactor: revert previous change and simplify
    
    * refactor: add function to filter tokens
    
    * refactor: fetch collateral currencies and render token values
    
    * wip: form layout and translation
    
    * wip: set data and selected collateral
    
    * chore: remove console log
    
    * refactor: remove single collateral code
    
    * chore: comment
    
    * fix: incorrect USD value
    
    * chore: remove testing code
    
    * refactor: remove native token import
    
    * refactor: add BurnableCollateral type
    
    * refactor: add fullWidth prop and label to token selector
    
    * refactor: collateral icon
    
    * chore: add dictionary item
    
    * chore: remove unnecessary conditional operators
    
    * refactor: handle callback
    
    * refactor: fix failing test
    
    * chore: remove unused code
    
    * refactor: add success notification to burn form
    
    * Add CORS to market data (#1096)
    
    * chore: add env variables to config
    
    * chore: add cors to market data api
    
    ---------
    
    Co-authored-by: ns212 <[email protected]>
    
    * fix: revert to using 0.2.x version of the bridge (#1095)
    
    * chore: improve price impact warning copy
    
    * chore: release v2.29.0
    
    ---------
    
    Co-authored-by: crypto-engineer <[email protected]>
    Co-authored-by: Daniel Simão <[email protected]>
    Co-authored-by: crypto-engineer <[email protected]>
    Co-authored-by: Peter <[email protected]>
    Co-authored-by: Peter Slaný <[email protected]>
    Co-authored-by: Dominik Harz <[email protected]>
    Co-authored-by: Dominik Harz <[email protected]>
    Co-authored-by: alexei <[email protected]>
    Co-authored-by: Alexei Zamyatin <[email protected]>
    Co-authored-by: ns212 <[email protected]>
    Co-authored-by: Brendon Votteler <[email protected]>
    Co-authored-by: Chanakya888 <[email protected]>
    
    * Release/interlay/2.29.1 (#1106)
    
    * fix: remove external dependencies from component library (#942)
    
    * fix: remove redundant layout mock stuff
    
    * fix: hide the connected socket console log
    
    * chore: mark the points
    
    * fix(NumberInput): remove react-aria (#934)
    
    * feat: add formik (#863)
    
    * feat(CoinIcon): update INTR and IBTC icon (#941)
    
    * feat: take supply and borrow caps into account
    
    * chore: update lib
    
    * refactor: code review
    
    * hotfix: testnet banner
    
    * feat: added trollbox Discord chat embed via widgetbot <script> tag in index.html
    
    * fix: try to quick-fix test GitHub action
    
    * docs: document how to locally run a GitHub action and relevant set-up issues
    
    * feat: add x-small to CTA and add max to token input (#952)
    
    * fix(Loans): remove unwanted earned label (#959)
    
    * feat(Pools): remove 7 day volume column (#958)
    
    * refactor: update testnet banner
    
    * fix(Loans): withdraw action (#936)
    
    * fix: disable calling the squid endpoint in App when testing
    
    * fix: export testing-library customRender functionality
    
    * feat: add pull_request_target case
    
    * Trigger test run
    
    * feat(CoinIcon): add LP Tokens icons (#951)
    
    * feat(Field): add component and change to BaseInput (#967)
    
    * refactor: fix regression with testnet banner
    
    * feat(Swap): apply formik to swap form (#956)
    
    * chore: bump lib
    
    * feat: apply CoinIcon for LpTokens (#977)
    
    * chore: version bump
    
    * chore: correct version bump
    
    * refactor: revert competition UI changes
    
    * chore: mark the change points
    
    * chore: mark the change points
    
    * chore: try getLendPositionsOfAccount & getBorrowPositionsOfAccount
    
    * chore: change discord link
    
    * chore: change discord link
    
    * chore: clean up
    
    * feat: get loanCollateralInfo
    
    * fix: tooltip error (#980)
    
    * refactor: update useGetLoanAssets
    
    * feat: implement useGetLendPositionsOfAccount
    
    * feat: implement useGetBorrowPositionsOfAccount
    
    * refactor: update useGetAccountPositions
    
    * chore: clean up
    
    * feat: implement useGetLoanCollateralInfo
    
    * chore: clean up
    
    * chore: clean up
    
    * refactor: update useLoanInfo
    
    * chore: clean up
    
    * fix(Modal): restructure, improve accessibility and animations (#986)
    
    * fix: improve swap and pools accessibility (#991)
    
    * refactor(loans): use oracle price for ltv and similar computation
    
    * refactor(loans): rename LoanCollateralInfo -> LendingStats
    
    * chore: update lib & restructure files
    
    * refactor(loans): rename stats hook
    
    * refactor: define return type for hooks
    
    * refactor(loans): do not wrap statistics in object
    
    * chore: bump bridge version
    
    * chore: bump bridge
    
    * chore: bump lib
    
    * chore: specify correct lib version
    
    * chore: comment out breaking changes
    
    * refactor(loans): lib update to 2.0.0
    
    * fix(loans): use ltv in percentage denomination to resolve loan status
    
    * chore: remove warning banner
    
    * chore: remove block time banner
    
    * fix(Loans): loan form ui and repay (#999)
    
    * fix(Modal): focus inside dialog (#1000)
    
    * feat: add use-wallet hook (#992)
    
    * fix: add transaction feedback to pools and lending (#1017)
    
    * chore(Loans): add tests
    
    * fix: tests
    
    * attemp - borrow
    
    * try
    
    * try
    
    * continue
    
    * fix
    
    * fix
    
    * fix
    
    * final
    
    * try fetcj
    
    * refactor
    
    * fix: move to unit test cases
    
    * chore: remove unused dependencies
    
    * chore: remove unused dependencies
    
    * fix: adapt tests
    
    * Trigger Build
    
    * refactor: patch chain icon component
    
    * chore: bump lib
    
    * chore: bump lib
    
    * chore: add amm tests (#969)
    
    * fix: missing Modal props and Overlay styles (#1033)
    
    * feat(Swap): add price impact limit
    
    * feat: final
    
    * fix: TokenInput select (#1036)
    
    * refactor: fix merge conflict regression
    
    * feature: sentry dependencies and init
    
    * fix: token input regression
    
    * fix: add missing dictionary item
    
    * fix(loans): fix max repay amount
    
    * fix(Swap): add check for usd value price impact
    
    * refactor: update condition
    
    * chore: release v2.28.1
    
    * chore: update T&Cs link
    
    * chore: update T&C links
    
    * chore: move sentry dns to env variable
    
    * chore: update lib with hotfix for Vault Dashboard
    
    * Revert "fix(loans): fix max repay amount" (#1051)
    
    * fix(Loans): max loan action
    
    * fix: liquidation alert
    
    * chore: add tests
    
    * chore: add faulty code test
    
    * refactor: revert sentry config
    
    * fix: add shorten address prop to address UI
    
    * chore: release v2.28.2
    
    * fix: console warnings
    
    * fix: versions
    
    * feat: added kint faucet, cond. on kint balance to topbar
    
    * fix(Loans): apy label
    
    * feat: added kint faucet, cond. on kint balance to topbar (#1062)
    
    * fix: allow manual issue execution for confirmed transactions
    
    * fix: allow manual issue execution for confirmed transactions
    
    * feature: add fathom script
    
    * feature: add fathom script
    
    * chore: update env variables
    
    * feature: add notProducingBlocks banners
    
    * fix: render warning banner in correct place
    
    * fix: remove warning banner
    
    * fix: add check for required griefing collateral
    
    * fix: add check for required griefing collateral
    
    * fix: vault on-boarding
    
    * chore: version bump
    
    * chore: bump bridge version
    
    * chore: bump bridge version
    
    * chore: version bump
    
    * chore: add a comment to ReplaceTX
    
    * chore: format some code automatically
    
    * feat: add view-details column to IssueRequestsTable
    
    * feat: add view-details to RedeemRequestsTable
    
    * feat: add view-details columns to VaultIssueRequestsTable & VaultRedeemRequestsTable
    
    * refactor: componentize with ViewRequestDetailsLink
    
    * feat: add owner check to ManualIssueExecutionUI
    
    * chore: bump lib
    
    * chore: version bump
    
    * chore: correct version bump
    
    * hotfix: filter erroring vaults
    
    * chore: add comment
    
    * chore: comment
    
    * chore: change discord link
    
    * chore: bump bridge version
    
    * chore: bump lib
    
    * chore: specify correct lib version
    
    * chore: comment out breaking changes
    
    * chore: remove block time banner
    
    * chore: remove unused dependencies
    
    * Trigger Build
    
    * chore: bump lib
    
    * feat: added kint faucet, cond. on kint balance to topbar
    
    ---------
    
    Co-authored-by: tomjeatt <[email protected]>
    Co-authored-by: Thomas Jeatt <[email protected]>
    Co-authored-by: Dominik Harz <[email protected]>
    Co-authored-by: Rui Simão <[email protected]>
    Co-authored-by: crypto-engineer <[email protected]>
    Co-authored-by: crypto-engineer <[email protected]>
    Co-authored-by: Peter <[email protected]>
    Co-authored-by: Dominik Harz <[email protected]>
    
    * chore: release v2.28.3
    
    * fix: available balance to use transfarable
    
    * feat: change get prices refetch interval
    
    * chore: release v2.28.4
    
    * feat(Pools): add custom input amounts mode
    
    * chore: release v2.28.5
    
    * feat: add refetch balances and form validation deps
    
    * chore: trigger build
    
    * refactor: remove substrate developer console
    
    * chore: release v2.28.6
    
    * chore: fix test workflow
    
    * fix: code review
    
    * chore: improve pipeline performance (#1075)
    
    * fix: package.json resolutions (#1077)
    
    * fix: show transferable balance for selected currency
    
    * refactor: apply top bar patch
    
    * refactor: validate issue against transferable balance
    
    * chore: bump version
    
    * refactor: update validation message
    
    * refactor: correct translation entry
    
    * refactor: update validation message
    
    * api: add market data api
    
    * api: add market data api
    
    * api: add market data api
    
    * api: add market data api
    
    * api: add market data api
    
    * api: add market data api
    
    * chore: fix issue form snapshot test
    
    * api: add market data api
    
    * api: add market data api
    
    * api: add market data api
    
    * refactor: improve github workflows, remove unused code and clean-up package.json (#1076)
    
    * refactor: prices endpoint can be absolute or relative
    
    * chore: add market data endpoint to config
    
    * chore: add missing env variable
    
    * chore: remove stray comma
    
    * refactor: improve variable name
    
    * chore: release v2.28.8
    
    * chore: add resolutions for various polkadot packages (#1089)
    
    * Fix input field width issue (#1090)
    
    * fix: input field width
    
    * fix: rename max weeks to total weeks
    
    * chore: bump ui version
    
    * chore: bump XCM bridge (#1093)
    
    * feat(Wallet): add page (#1001)
    
    * feat(Wallet): add page
    
    * feat: add WalletIcon
    
    * feat: copy address
    
    * wip
    
    * feat: staking table
    
    * feat: refactor and add lending
    
    * refactor: clean up code
    
    * wip
    
    * feat: add List card
    
    * continue
    
    * fix: continue
    
    * feat: continue
    
    * feat(CTALink): improve
    
    * feat: add responsiveness and swap handling
    
    * feat: final
    
    * feat: add responsive prop
    
    * fix: clean up List and Divider
    
    * feat: add tests
    
    * feat: add final tests
    
    * fix: code review
    
    * feat: add vesting and tests
    
    * fix: code review
    
    * Tom/bug/burn form collateral tokens (#1042)
    
    * refactor: loop collateral to get burnable tokens
    
    * refactor: revert previous change and simplify
    
    * refactor: add function to filter tokens
    
    * refactor: fetch collateral currencies and render token values
    
    * wip: form layout and translation
    
    * wip: set data and selected collateral
    
    * chore: remove console log
    
    * refactor: remove single collateral code
    
    * chore: comment
    
    * fix: incorrect USD value
    
    * chore: remove testing code
    
    * refactor: remove native token import
    
    * refactor: add BurnableCollateral type
    
    * refactor: add fullWidth prop and label to token selector
    
    * refactor: collateral icon
    
    * chore: add dictionary item
    
    * chore: remove unnecessary conditional operators
    
    * refactor: handle callback
    
    * refactor: fix failing test
    
    * chore: remove unused code
    
    * refactor: add success notification to burn form
    
    * Add CORS to market data (#1096)
    
    * chore: add env variables to config
    
    * chore: add cors to market data api
    
    ---------
    
    Co-authored-by: ns212 <[email protected]>
    
    * fix: revert to using 0.2.x version of the bridge (#1095)
    
    * chore: improve price impact warning copy
    
    * chore: release v2.29.0
    
    * fix(amm): use correct hooks dependencies (#1105)
    
    * fix: update useGetCurrencies callbacks dependency arrays (#1108)
    
    * chore: release v2.29.1
    
    ---------
    
    Co-authored-by: crypto-engineer <[email protected]>
    Co-authored-by: Daniel Simão <[email protected]>
    Co-authored-by: crypto-engineer <[email protected]>
    Co-authored-by: Peter <[email protected]>
    Co-authored-by: Peter Slaný <[email protected]>
    Co-authored-by: Dominik Harz <[email protected]>
    Co-authored-by: Dominik Harz <[email protected]>
    Co-authored-by: alexei <[email protected]>
    Co-authored-by: Alexei Zamyatin <[email protected]>
    Co-authored-by: ns212 <[email protected]>
    Co-authored-by: Brendon Votteler <[email protected]>
    Co-authored-by: Chanakya888 <[email protected]>
    
    * hotfix: bump bridge and enable Hydra XCM (#1112)
    
    * chore: bump bridge and enable Hydra XCM
    
    * chore: bump xcm bridge
    
    * chore: add Hydra icon
    
    * Tom/release/interlay/2.9.3 (#1120)
    
    * chore: mark the points
    
    * fix(NumberInput): remove react-aria (#934)
    
    * feat: add formik (#863)
    
    * feat(CoinIcon): update INTR and IBTC icon (#941)
    
    * feat: take supply and borrow caps into account
    
    * chore: update lib
    
    * refactor: code review
    
    * hotfix: testnet banner
    
    * feat: added trollbox Discord chat embed via widgetbot <script> tag in index.html
    
    * fix: try to quick-fix test GitHub action
    
    * docs: document how to locally run a GitHub action and relevant set-up issues
    
    * feat: add x-small to CTA and add max to token input (#952)
    
    * fix(Loans): remove unwanted earned label (#959)
    
    * feat(Pools): remove 7 day volume column (#958)
    
    * refactor: update testnet banner
    
    * fix(Loans): withdraw action (#936)
    
    * fix: disable calling the squid endpoint in App when testing
    
    * fix: export testing-library customRender functionality
    
    * feat: add pull_request_target case
    
    * Trigger test run
    
    * feat(CoinIcon): add LP Tokens icons (#951)
    
    * feat(Field): add component and change to BaseInput (#967)
    
    * refactor: fix regression with testnet banner
    
    * feat(Swap): apply formik to swap form (#956)
    
    * chore: bump lib
    
    * feat: apply CoinIcon for LpTokens (#977)
    
    * chore: version bump
    
    * chore: correct version bump
    
    * refactor: revert competition UI changes
    
    * chore: mark the change points
    
    * chore: mark the change points
    
    * chore: try getLendPositionsOfAccount & getBorrowPositionsOfAccount
    
    * chore: change discord link
    
    * chore: change discord link
    
    * chore: clean up
    
    * feat: get loanCollateralInfo
    
    * fix: tooltip error (#980)
    
    * refactor: update useGetLoanAssets
    
    * feat: implement useGetLendPositionsOfAccount
    
    * feat: implement useGetBorrowPositionsOfAccount
    
    * refactor: update useGetAccountPositions
    
    * chore: clean up
    
    * feat: implement useGetLoanCollateralInfo
    
    * chore: clean up
    
    * chore: clean up
    
    * refactor: update useLoanInfo
    
    * chore: clean up
    
    * fix(Modal): restructure, improve accessibility and animations (#986)
    
    * fix: improve swap and pools accessibility (#991)
    
    * refactor(loans): use oracle price for ltv and similar computation
    
    * refactor(loans): rename LoanCollateralInfo -> LendingStats
    
    * chore: update lib & restructure files
    
    * refactor(loans): rename stats hook
    
    * refactor: define return type for hooks
    
    * refactor(loans): do not wrap statistics in object
    
    * chore: bump bridge version
    
    * chore: bump bridge
    
    * chore: bump lib
    
    * chore: specify correct lib version
    
    * chore: comment out breaking changes
    
    * refactor(loans): lib update to 2.0.0
    
    * fix(loans): use ltv in percentage denomination to resolve loan status
    
    * chore: remove warning banner
    
    * chore: remove block time banner
    
    * fix(Loans): loan form ui and repay (#999)
    
    * fix(Modal): focus inside dialog (#1000)
    
    * feat: add use-wallet hook (#992)
    
    * fix: add transaction feedback to pools and lending (#1017)
    
    * chore(Loans): add tests
    
    * fix: tests
    
    * attemp - borrow
    
    * try
    
    * try
    
    * continue
    
    * fix
    
    * fix
    
    * fix
    
    * final
    
    * try fetcj
    
    * refactor
    
    * fix: move to unit test cases
    
    * chore: remove unused dependencies
    
    * chore: remove unused dependencies
    
    * fix: adapt tests
    
    * Trigger Build
    
    * refactor: patch chain icon component
    
    * chore: bump lib
    
    * chore: bump lib
    
    * chore: add amm tests (#969)
    
    * fix: missing Modal props and Overlay styles (#1033)
    
    * feat(Swap): add price impact limit
    
    * feat: final
    
    * fix: TokenInput select (#1036)
    
    * refactor: fix merge conflict regression
    
    * feature: sentry dependencies and init
    
    * fix: token input regression
    
    * fix: add missing dictionary item
    
    * fix(loans): fix max repay amount
    
    * fix(Swap): add check for usd value price impact
    
    * refactor: update condition
    
    * chore: release v2.28.1
    
    * chore: update T&Cs link
    
    * chore: update T&C links
    
    * chore: move sentry dns to env variable
    
    * chore: update lib with hotfix for Vault Dashboard
    
    * Revert "fix(loans): fix max repay amount" (#1051)
    
    * fix(Loans): max loan action
    
    * fix: liquidation alert
    
    * chore: add tests
    
    * chore: add faulty code test
    
    * refactor: revert sentry config
    
    * fix: add shorten address prop to address UI
    
    * chore: release v2.28.2
    
    * fix: console warnings
    
    * fix: versions
    
    * feat: added kint faucet, cond. on kint balance to topbar
    
    * fix(Loans): apy label
    
    * feat: added kint faucet, cond. on kint balance to topbar (#1062)
    
    * fix: allow manual issue execution for confirmed transactions
    
    * fix: allow manual issue execution for confirmed transactions
    
    * feature: add fathom script
    
    * feature: add fathom script
    
    * chore: update env variables
    
    * feature: add notProducingBlocks banners
    
    * fix: render warning banner in correct place
    
    * fix: remove warning banner
    
    * fix: add check for required griefing collateral
    
    * fix: add check for required griefing collateral
    
    * fix: vault on-boarding
    
    * chore: version bump
    
    * chore: bump bridge version
    
    * chore: bump bridge version
    
    * chore: version bump
    
    * chore: add a comment to ReplaceTX
    
    * chore: format some code automatically
    
    * feat: add view-details column to IssueRequestsTable
    
    * feat: add view-details to RedeemRequestsTable
    
    * feat: add view-details columns to VaultIssueRequestsTable & VaultRedeemRequestsTable
    
    * refactor: componentize with ViewRequestDetailsLink
    
    * feat: add owner check to ManualIssueExecutionUI
    
    * chore: bump lib
    
    * chore: version bump
    
    * chore: correct version bump
    
    * hotfix: filter erroring vaults
    
    * chore: add comment
    
    * chore: comment
    
    * chore: change discord link
    
    * chore: bump bridge version
    
    * chore: bump lib
    
    * chore: specify correct lib version
    
    * chore: comment out breaking changes
    
    * chore: remove block time banner
    
    * chore: remove unused dependencies
    
    * Trigger Build
    
    * chore: bump lib
    
    * feat: added kint faucet, cond. on kint balance to topbar
    
    ---------
    
    Co-authored-by: tomjeatt <[email protected]>
    Co-authored-by: Thomas Jeatt <[email protected]>
    Co-authored-by: Dominik Harz <[email protected]>
    Co-authored-by: Rui Simão <[email protected]>
    Co-authored-by: crypto-engineer <[email protected]>
    Co-authored-by: crypto-engineer <[email protected]>
    Co-authored-by: Peter <[email protected]>
    Co-authored-by: Dominik Harz <[email protected]>
    
    * chore: release v2.28.3
    
    * fix: available balance to use transfarable
    
    * feat: change get prices refetch interval
    
    * chore: release v2.28.4
    
    * feat(Pools): add custom input amounts mode
    
    * chore: release v2.28.5
    
    * feat: add refetch balances and form validation deps
    
    * chore: trigger build
    
    * refactor: remove substrate developer console
    
    * chore: release v2.28.6
    
    * chore: fix test workflow
    
    * fix: code review
    
    * chore: improve pipeline performance (#1075)
    
    * fix: package.json resolutions (#1077)
    
    * fix: show transferable balance for selected currency
    
    * refactor: apply top bar patch
    
    * refactor: validate issue against transferable balance
    
    * chore: bump version
    
    * refactor: update validation message
    
    * refactor: correct translation entry
    
    * refactor: update validation message
    
    * api: add market data api
    
    * api: add market data api
    
    * api: add market data api
    
    * api: add market data api
    
    * api: add market data api
    
    * api: add market data api
    
    * chore: fix issue form snapshot test
    
    * api: add market data api
    
    * api: add market data api
    
    * api: add market data api
    
    * refactor: improve github workflows, remove unused code and clean-up package.json (#1076)
    
    * refactor: prices endpoint can be absolute or relative
    
    * chore: add market data endpoint to config
    
    * chore: add missing env variable
    
    * chore: remove stray comma
    
    * refactor: improve variable name
    
    * chore: release v2.28.8
    
    * chore: add resolutions for various polkadot packages (#1089)
    
    * Fix input field width issue (#1090)
    
    * fix: input field width
    
    * fix: rename max weeks to total weeks
    
    * chore: bump ui version
    
    * chore: bump XCM bridge (#1093)
    
    * feat(Wallet): add page (#1001)
    
    * feat(Wallet): add page
    
    * feat: add WalletIcon
    
    * feat: copy address
    
    * wip
    
    * feat: staking table
    
    * feat: refactor and add lending
    
    * refactor: clean up code
    
    * wip
    
    * feat: add List card
    
    * continue
    
    * fix: continue
    
    * feat: continue
    
    * feat(CTALink): improve
    
    * feat: add responsiveness and swap handling
    
    * feat: final
    
    * feat: add responsive prop
    
    * fix: clean up List and Divider
    
    * feat: add tests
    
    * feat: add final tests
    
    * fix: code review
    
    * feat: add vesting and tests
    
    * fix: code review
    
    * Tom/bug/burn form collateral tokens (#1042)
    
    * refactor: loop collateral to get burnable tokens
    
    * refactor: revert previous change and simplify
    
    * refactor: add function to filter tokens
    
    * refactor: fetch collateral currencies and render token values
    
    * wip: form layout and translation
    
    * wip: set data and selected collateral
    
    * chore: remove console log
    
    * refactor: remove single collateral code
    
    * chore: comment
    
    * fix: incorrect USD value
    
    * chore: remove testing code
    
    * refactor: remove native token import
    
    * refactor: add BurnableCollateral type
    
    * refactor: add fullWidth prop and label to token selector
    
    * refactor: collateral icon
    
    * chore: add dictionary item
    
    * chore: remove unnecessary conditional operators
    
    * refactor: handle callback
    
    * refactor: fix failing test
    
    * chore: remove unused code
    
    * refactor: add success notification to burn form
    
    * Add CORS to market data (#1096)
    
    * chore: add env variables to config
    
    * chore: add cors to market data api
    
    ---------
    
    Co-authored-by: ns212 <[email protected]>
    
    * fix: revert to using 0.2.x version of the bridge (#1095)
    
    * chore: improve price impact warning copy
    
    * chore: release v2.29.0
    
    * fix(amm): use correct hooks dependencies (#1105)
    
    * fix: update useGetCurrencies callbacks dependency arrays (#1108)
    
    * chore: release v2.29.1
    
    * [wallet] improve wallet balance (#1109)
    
    * wip: correct wallet balance
    
    * refactor: account for borrow and lend positions when calculating total balance
    
    * refactor: add total liquidity balance
    
    * fix: typo
    
    * chore: add TODO
    
    * refactor: remove unnecessary toString call
    
    * refactor: redirect home route to wallet if enabled, defaulting to bridge if not
    
    * refactor: remove duplicated calculations
    
    * refactor: return liquidity pools calculation from hook
    
    * chore: release v2.29.2
    
    * refactor: use current block when calculating lock time extension (#1118)
    
    * Tom/hotfix/use correct xcm names (#1119)
    
    * refactor: use display value for chain names
    
    * refactor: use correct display value for XCM channels
    
    * chore: release v2.29.3
    
    ---------
    
    Co-authored-by: crypto-engineer <[email protected]>
    Co-authored-by: Daniel Simão <[email protected]>
    Co-authored-by: Peter <[email protected]>
    Co-authored-by: Peter Slaný <[email protected]>
    Co-authored-by: Dominik Harz <[email protected]>
    Co-authored-by: Dominik Harz <[email protected]>
    Co-authored-by: alexei <[email protected]>
    Co-authored-by: crypto-engineer <[email protected]>
    Co-authored-by: Alexei Zamyatin <[email protected]>
    Co-authored-by: ns212 <[email protected]>
    Co-authored-by: Brendon Votteler <[email protected]>
    Co-authored-by: Chanakya888 <[email protected]>
    
    * [release] Interlay 2.9.5 (#1128)
    
    * chore: update lib
    
    * refactor: code review
    
    * hotfix: testnet banner
    
    * feat: added trollbox Discord chat embed via widgetbot <script> tag in index.html
    
    * fix: try to quick-fix test GitHub action
    
    * docs: document how to locally run a GitHub action and relevant set-up issues
    
    * feat: add x-small to CTA and add max to token input (#952)
    
    * fix(Loans): remove unwanted earned label (#959)
    
    * feat(Pools): remove 7 day volume column (#958)
    
    * refactor: update testnet banner
    
    * fix(Loans): withdraw action (#936)
    
    * fix: disable calling the squid endpoint in App when testing
    
    * fix: export testing-library customRender functionality
    
    * feat: add pull_request_target case
    
    * Trigger test run
    
    * feat(CoinIcon): add LP Tokens icons (#951)
    
    * feat(Field): add component and change to BaseInput (#967)
    
    * refactor: fix regression with testnet banner
    
    * feat(Swap): apply formik to swap form (#956)
    
    * chore: bump lib
    
    * feat: apply CoinIcon for LpTokens (#977)
    
    * chore: version bump
    
    * chore: correct version bump
    
    * refactor: revert competition UI changes
    
    * chore: mark the change points
    
    * chore: mark the change points
    
    * chore: try getLendPositionsOfAccount & getBorrowPositionsOfAccount
    
    * chore: change discord link
    
    * chore: change discord link
    
    * chore: clean up
    
    * feat: get loanCollateralInfo
    
    * fix: tooltip error (#980)
    
    * refactor: update useGetLoanAssets
    
    * feat: implement useGetLendPositionsOfAccount
    
    * feat: implement useGetBorrowPositionsOfAccount
    
    * refactor: update useGetAccountPositions
    
    * chore: clean up
    
    * feat: implement useGetLoanCollateralInfo
    
    * chore: clean up
    
    * chore: clean up
    
    * refactor: update useLoanInfo
    
    * chore: clean up
    
    * fix(Modal): restructure, improve accessibility and animations (#986)
    
    * fix: improve swap and pools accessibility (#991)
    
    * refactor(loans): use oracle price for ltv and similar computation
    
    * refactor(loans): rename LoanCollateralInfo -> LendingStats
    
    * chore: update lib & restructure files
    
    * refactor(loans): rename stats hook
    
    * refactor: define return type for hooks
    
    * refactor(loans): do not wrap statistics in object
    
    * chore: bump bridge version
    
    * chore: bump bridge
    
    * chore: bump lib
    
    * chore: specify correct lib version
    
    * chore: comment out breaking changes
    
    * refactor(loans): lib update to 2.0.0
    
    * fix(loans): use ltv in percentage denomination to resolve loan status
    
    * chore: remove warning banner
    
    * chore: remove block time banner
    
    * fix(Loans): loan form ui and repay (#999)
    
    * fix(Modal): focus inside dialog (#1000)
    
    * feat: add use-wallet hook (#992)
    
    * fix: add transaction feedback to pools and lending (#1017)
    
    * chore(Loans): add tests
    
    * fix: tests
    
    * attemp - borrow
    
    * try
    
    * try
    
    * continue
    
    * fix
    
    * fix
    
    * fix
    
    * final
    
    * try fetcj
    
    * refactor
    
    * fix: move to unit test cases
    
    * chore: remove unused dependencies
    
    * chore: remove unused dependencies
    
    * fix: adapt tests
    
    * Trigger Build
    
    * refactor: patch chain icon component
    
    * chore: bump lib
    
    * chore: bump lib
    
    * chore: add amm tests (#969)
    
    * fix: missing Modal props and Overlay styles (#1033)
    
    * feat(Swap): add price impact limit
    
    * feat: final
    
    * fix: TokenInput select (#1036)
    
    * refactor: fix merge conflict regression
    
    * feature: sentry dependencies and init
    
    * fix: token input regression
    
    * fix: add missing dictionary item
    
    * fix(loans): fix max repay amount
    
    * fix(Swap): add check for usd value price impact
    
    * refactor: update condition
    
    * chore: release v2.28.1
    
    * chore: update T&Cs link
    
    * chore: update T&C links
    
    * chore: move sentry dns to env variable
    
    * chore: update lib with hotfix for Vault Dashboard
    
    * Revert "fix(loans): fix max repay amount" (#1051)
    
    * fix(Loans): max loan action
    
    * fix: liquidation alert
    
    * chore: add tests
    
    * chore: add faulty code test
    
    * refactor: revert sentry config
    
    * fix: add shorten address prop to address UI
    
    * chore: release v2.28.2
    
    * fix: console warnings
    
    * fix: versions
    
    * feat: added kint faucet, cond. on kint balance to topbar
    
    * fix(Loans): apy label
    
    * feat: added kint faucet, cond. on kint balance to topbar (#1062)
    
    * fix: allow manual issue execution for confirmed transactions
    
    * fix: allow manual issue execution for confirmed transactions
    
    * feature: add fathom script
    
    * feature: add fathom script
    
    * chore: update env variables
    
    * feature: add notProducingBlocks banners
    
    * fix: render warning banner in correct place
    
    * fix: remove warning banner
    
    * fix: add check for required griefing collateral
    
    * fix: add check for required griefing collateral
    
    * fix: vault on-boarding
    
    * chore: version bump
    
    * chore: bump bridge version
    
    * chore: bump bridge version
    
    * chore: version bump
    
    * chore: add a comment to ReplaceTX
    
    * chore: format some code automatically
    
    * feat: add view-details column to IssueRequestsTable
    
    * feat: add view-details to RedeemRequestsTable
    
    * feat: add view-details columns to VaultIssueRequestsTable & VaultRedeemRequestsTable
    
    * refactor: componentize with ViewRequestDetailsLink
    
    * feat: add owner check to ManualIssueExecutionUI
    
    * chore: bump lib
    
    * chore: version bump
    
    * chore: correct version bump
    
    * hotfix: filter erroring vaults
    
    * chore: add comment
    
    * chore: comment
    
    * chore: change discord link
    
    * chore: bump bridge version
    
    * chore: bump lib
    
    * chore: specify correct lib version
    
    * chore: comment out breaking changes
    
    * chore: remove block time banner
    
    * chore: remove unused dependencies
    
    * Trigger Build
    
    * chore: bump lib
    
    * feat: added kint faucet, cond. on kint balance to topbar
    
    ---------
    
    Co-authored-by: tomjeatt <[email protected]>
    Co-authored-by: Thomas Jeatt <[email protected]>
    Co-authored-by: Dominik Harz <[email protected]>
    Co-authored-by: Rui Simão <[email protected]>
    Co-authored-by: crypto-engineer <[email protected]>
    Co-authored-by: crypto-engineer <[email protected]>
    Co-authored-by: Peter <[email protected]>
    Co-authored-by: Dominik Harz <[email protected]>
    
    * chore: release v2.28.3
    
    * fix: available balance to use transfarable
    
    * feat: change get prices refetch interval
    
    * chore: release v2.28.4
    
    * feat(Pools): add custom input amounts mode
    
    * chore: release v2.28.5
    
    * feat: add refetch balances and form validation deps
    
    * chore: trigger build
    
    * refactor: remove substrate developer console
    
    * chore: release v2.28.6
    
    * chore: fix test workflow
    
    * fix: code review
    
    * chore: improve pipeline performance (#1075)
    
    * fix: package.json resolutions (#1077)
    
    * fix: show transferable balance for selected currency
    
    * refactor: apply top bar patch
    
    * refactor: validate issue against transferable balance
    
    * chore: bump version
    
    * refactor: update validation message
    
    * refactor: correct translation entry
    
    * refactor: update validation message
    
    * api: add market data api
    
    * api: add market data api
    
    * api: add market data api
    
    * api: add market data api
    
    * api: add market data api
    
    * api: add market data api
    
    * chore: fix issue form snapshot test
    
    * api: add market data api
    
    * api: add market data api
    
    * api: add market data api
    
    * refactor: improve github workflows, remove unused code and clean-up package.json (#1076)
    
    * refactor: prices endpoint can be absolute or relative
    
    * chore: add market data endpoint to config
    
    * chore: add missing env variable
    
    * chore: remove stray comma
    
    * refactor: improve variable name
    
    * chore: release v2.28.8
    
    * chore: add resolutions for various polkadot packages (#1089)
    
    * Fix input field width issue (#1090)
    
    * fix: input field width
    
    * fix: rename max weeks to total weeks
    
    * chore: bump ui version
    
    * chore: bump XCM bridge (#1093)
    
    * feat(Wallet): add page (#1001)
    
    * feat(Wallet): add page
    
    * feat: add WalletIcon
    
    * feat: copy address
    
    * wip
    
    * feat: staking table
    
    * feat: refactor and add lending
    
    * refactor: clean up code
    
    * wip
    
    * feat: add List card
    
    * continue
    
    * fix: continue
    
    * feat: continue
    
    * feat(CTALink): improve
    
    * feat: add responsiveness and swap handling
    
    * feat: final
    
    * feat: add responsive prop
    
    * fix: clean up List and Divider
    
    * feat: add tests
    
    * feat: add final tests
    
    * fix: code review
    
    * feat: add vesting and tests
    
    * fix: code review
    
    * Tom/bug/burn form collateral tokens (#1042)
    
    * refactor: loop collateral to get burnable tokens
    
    * refactor: revert previous change and simplify
    
    * refactor: add function to filter tokens
    
    * refactor: fetch collateral currencies and render token values
    
    * wip: form layout and translation
    
    * wip: set data and selected collateral
    
    * chore: remove console log
    
    * refactor: remove single collateral code
    
    * chore: comment
    
    * fix: incorrect USD value
    
    * chore: remove testing code
    
    * refactor: remove native token import
    
    * refactor: add BurnableCollateral type
    
    * refactor: add fullWidth prop and label to token selector
    
    * refactor: collateral icon
    
    * chore: add dictionary item
    
    * chore: remove unnecessary conditional operators
    
    * refactor: handle callback
    
    * refactor: fix failing test
    
    * chore: remove unused code
    
    * refactor: add success notification to burn form
    
    * Add CORS to market data (#1096)
    
    * chore: add env variables to config
    
    * chore: add cors to market data api
    
    ---------
    
    Co-authored-by: ns212 <[email protected]>
    
    * fix: revert to using 0.2.x version of the bridge (#1095)
    
    * chore: improve price impact warning copy
    
    * chore: release v2.29.0
    
    * fix(amm): use correct hooks dependencies (#1105)
    
    * fix: update useGetCurrencies callbacks dependency arrays (#1108)
    
    * chore: release v2.29.1
    
    * [wallet] improve wallet balance (#1109)
    
    * wip: correct wallet balance
    
    * refactor: account for borrow and lend positions when calculating total balance
    
    * refactor: add total liquidity balance
    
    * fix: typo
    
    * chore: add TODO
    
    * refactor: remove unnecessary toString call
    
    * refactor: redirect home route to wallet if enabled, defaulting to bridge if not
    
    * refactor: remove duplicated calculations
    
    * refactor: return liquidity pools calculation from hook
    
    * chore: release v2.29.2
    
    * refactor: use current block when calculating lock time extension (#1118)
    
    * Tom/hotfix/use correct xcm names (#1119)
    
    * refactor: use display value for chain names
    
    * refactor: use correct display value for XCM channels
    
    * chore: release v2.29.3
    
    * fix: correct apy calculation (#1123)
    
    * fix: correct apy calculation
    
    * refactor: set extension time as variable
    
    * chore: release v2.29.4
    
    * fix: prevent rewards estimate from being called when user has insufficient balance (#1126)
    
    * chore: release v2.29.5
    
    ---------
    
    Co-authored-by: Peter <[email protected]>
    Co-authored-by: Peter Slaný <[email protected]>
    Co-authored-by: Dominik Harz <[email protected]>
    Co-authored-by: Dominik Harz <[email protected]>
    Co-authored-by: alexei <[email protected]>
    Co-authored-by: crypto-engineer <[email protected]>
    Co-authored-by: Daniel Simão <[email protected]>
    Co-authored-by: crypto-engineer <[email protected]>
    Co-authored-by: Alexei Zamyatin <[email protected]>
    Co-authored-by: ns212 <[email protected]>
    Co-authored-by: Brendon Votteler <[email protected]>
    Co-authored-by: Chanakya888 <[email protected]>
    
    * fix: revert change which blocks rewards calculation
    
    * chore: release v2.30.5
    
    * [release] Interlay 2.32.4 (#1231)
    
    * feat: redirect when access from forbidden country is detected (#1209)
    
    * Feature/updated transfer UI (#876)
    
    * refactor: use updated tab component
    
    * refactor: duplicated form titles
    
    * refactor: remove redundant hook calls
    
    * refactor: prefer title case
    
    * wip: XCM transfer form UI
    
    * wip: updated form UI
    
    * wip: account selector placeholder component
    
    * wip: account selector modal
    
    * wip: modal open and close actions
    
    * wip: update modal type
    
    * wip: get accounts
    
    * wip: add identicon and rename component for consistency
    
    * wip: account input component
    
    * fix: remove redundant icons prop
    
    * feat: implement with SelectTrigger
    
    * wip: styling and account selection value
    
    * wip: handle setting account data
    
    * refactor: better naming
    
    * wip: address list styling
    
    * refactor: rename defaultAccount
    
    * wip: chain selector placeholder component
    
    * wip: duplicate account component and rename
    
    * chore: delete redundant legacy component
    
    * wip: logic for fetching and rendering chain ids
    
    * wip: chain item styling
    
    * wip: selected chain styling
    
    * chore: add comment
    
    * refactor: pass through native token to icon component
    
    * feature: add chain icon component
    
    * chore: add comment
    
    * chore: correct file name casing
    
    * refactor: improve folder structure
    
    * wip: form layout styling
    
    * chore: add arrow icon
    
    * chore: add logos and correct svg titles
    
    * chore: remove redundant svg prop
    
    * chore: rename arrow icon
    
    * chore: consistent use of styled components
    
    * refactor: remove padding from modal body
    
    * wip: formik integration work
    
    * wip: extend useXCMBridge to return available chains and utility methods
    
    * chore: move Chain and Chains types to types directory
    
    * feat: layout and form implementation
    
    * feat: add schema
    
    * feat: final
    
    * wip: refactor useXCMBridge hook
    
    * refactor: add endpoints type
    
    * refactor: wrap methods in useCallback
    
    * refactor: fix bug in hook method
    
    * chore: bump bridge version
    
    * wip: set originating and destination chain values
    
    * refactor: set from chain value on field change
    
    * wip: set originating chain value
    
    * refactor: mergeProps to set field value
    
    * refactor: handle setting origin/destination chain values
    
    * wip: get tokens method
    
    * wip: first iteration of balances function
    
    * wip: handle tokens array
    
    * wip: set token value
    
    * wip: get token balances
    
    * wip: return token and balances in single method
    
    * wip: mapped tokens
    
    * refactor: handle default chain values
    
    * refactor: better organised function order
    
    * wip: handle change events
    
    * wip: handle setting tokens
    
    * wip: handle fetching tokens and balances
    
    * wip: convert input configs
    
    * wip: handle token change
    
    * wip: get token USD price
    
    * Trigger Build
    
    * chore: remove unused import
    
    * chore: correct eslintignore syntax
    
    * wip: handle breaking changes
    
    * wip: disable token input when select items value is 1
    
    * chore: set first token item as variable
    
    * wip: handle setting and changing values
    
    * chire: add loading spinner
    
    * refactor: add loading state
    
    * refactor: filter destination chains
    
    * chore: remove console log
    
    * chore: bump XCM bridge version
    
    * chore: update config
    
    * refactor: configure validation
    
    * chore: revert change to useForm hook
    
    * wip: form validation
    
    * wip: working form validation
    
    * wip: undefined validation parameters
    
    * refactor: return dest fee estimate from bridge hook
    
    * feature: show fees and fee estimates
    
    * chore: conditional operators
    
    * refactor: handle ticker change correctly
    
    * wip: sendTransaction method
    
    * Revert "wip: sendTransaction method"
    
    This reverts commit 3ade26dda26c7cc14f9db9e7c005b66863fa9139.
    
    * fix: USD amounts
    
    * wip: send transactions
    
    * refactor: bump bridge and use getNativeToken method
    
    * chore: bump bridge
    
    * refactor: move submit logic to useMutation hook
    
    * fix: type mismatches
    
    * refactor: white space/comments
    
    * refactor: add transaction fee validation
    
    * chore: typo
    
    * chore: remove console log
    
    * refactor: remove duplicated monetary conversion
    
    * refactor: remove duplicate code
    
    * Revert "refactor: remove duplicate code"
    
    This reverts commit bd29f8c5661e327c5285d1020c534dab2deae806.
    
    * Revert "refactor: remove duplicated monetary conversion"
    
    This reverts commit 5fd3d645eb7d8edc00cfe8ced186d4e2432af9fc.
    
    * refactor: use monetaryAmount when constructing transaction
    
    * refactor: remove duplicated code for fetching tokens
    
    * refactor: default XCM origin
    
    * Revert "refactor: remove duplicated code for fetching tokens"
    
    This reverts commit 8f31ee8667adcd49f5aaebb7db2f205afb5e9725.
    
    * chore: remove comment
    
    * chore: fix errors
    
    * fix: set default value to empty string to prevent React error
    
    * refactor: removed unwanted force validation parameters
    
    * refactor: remove redundant method
    
    * refactor: add method return type
    
    * refactor: add method return type
    
    * refactor: correct type error
    
    * refactor: fix destFee type error
    
    * refactor: remove fees validation and revert destFee return value
    
    * chore: remove console log
    
    * refactor: remove redundant method
    
    * refactor: disable validation on change
    
    * chore: remove commented out code
    
    * wip: use select component for chain selector
    
    * fix: handle chain select functions
    
    * refactor: type chain id as ChainName
    
    * Revert "refactor: type chain id as ChainName"
    
    This reverts commit d05e0128cb4b5ac1d00ac07808ebdf9858739165.
    
    * chore: remove unused component files
    
    * refactor: remove duplicated transaction logic
    
    * fix: make to/from field types more specific
    
    * fix: revert yup.custom changes and cast validation
    
    * fix: set correct destination chain
    
    * refator: handle token data
    
    * refactor: add use callback
    
    * fix: correct rendering logic
    
    * fix: update dependencies
    
    * chore: delete unused styles
    
    * chore: fix merge issue with transfer form
    
    * fix: change validation handling
    
    * Revert "fix: change validation handling"
    
    This reverts commit c0cb3062aad3540b2afad7d375024d872924a62c.
    
    * refactor: only display transfer amount if amount has been entered
    
    * chore: config changes
    
    * chore: add missing icons
    
    * chore: Hydra chain icon
    
    * fix: add error text to CTA
    
    * Tom/xcm fixes (#1213)
    
    * refactor: specify endpoints and remove unnecessary logic
    
    * fix: save file before committing
    
    * fix: disable refetch
    
    * chore: update endpoints
    
    * chore: remove log
    
    * chore: rename file
    
    * chore: add additional acala/karura endpoints
    
    ---------
    
    Co-authored-by: Rui Simão <[email protected]>
    
    * chore: release v2.32.0
    
    * Update API healthchecks (#778)
    
    * Chore - add vault healthcheck
    
    * Chore - add vault healthcheck
    
    * Chore - add vault healthcheck
    
    * [earn strategies] placeholder page, nav and feature flag (#1216)
    
    * chore: bump icons dependency
    
    * feature: earn strategies placeholder page and feature flag
    
    * feat: add useTransaction (#1189)
    
    * chore: update monetary to latest 0.7.3 (#1214)
    
    * chore: update monetary to latest 0.7.3
    
    * chore: update lib
    
    * chore: bump lib and bridge (#1219)
    
    * chore: release v2.32.1
    
    * fix: add missing icons and remove erroring RPC (#1222)
    
    * fix: add missing icons and remove erroring RPC
    
    * Update src/pages/Transfer/CrossChainTransferForm/components/ChainIcon/icons/Acala.tsx
    
    Co-authored-by: Peter Slaný <[email protected]>
    
    * Update src/pages/Transfer/CrossChainTransferForm/components/ChainIcon/icons/Astar.tsx
    
    Co-authored-by: Peter Slaný <[email protected]>
    
    * Update src/pages/Transfer/CrossChainTransferForm/components/ChainIcon/icons/Parallel.tsx
    
    Co-authored-by: Peter Slaný <[email protected]>
    
    ---------
    
    Co-authored-by: Peter Slaný <[email protected]>
    
    * chore: release v2.32.2
    
    * fix: compare input configs with method not operator (#1225)
    
    * refactor: reset selected account on account change (#1226)
    
    * chore: release v2.32.3
    
    * feature: add geoblock feature flag (#1230)
    
    * chore: release v2.32.4
    
    ---------
    
    Co-authored-by: Peter Slaný <[email protected]>
    Co-authored-by: Rui Simão <[email protected]>
    Co-authored-by: ns212 <[email protected]>
    
    * [release] Interlay 2.32.5 (#1235)
    
    * feat: redirect when access from forbidden country is detected (#1209)
    
    * Feature/updated transfer UI (#876)
    
    * refactor: use updated tab component
    
    * refactor: duplicated form titles
    
    * refactor: remove redundant hook calls
    
    * refactor: prefer title case
    
    * wip: XCM transfer form UI
    
    * wip: updated form UI
    
    * wip: account selector placeholder component
    
    * wip: account selector modal
    
    * wip: modal open and close actions
    
    * wip: update modal type
    
    * wip: get accounts
    
    * wip: add identicon and rename component for consistency
    
    * wip: account input component
    
    * fix: remove redundant icons prop
    
    * feat: implement with SelectTrigger
    
    * wip: styling and account selection value
    
    * wip: handle setting account data
    
    * refactor: better naming
    
    * wip: address list styling
    
    * refactor: rename defaultAccount
    
    * wip: chain selector placeholder component
    
    * wip: duplicate account component and rename
    
    * chore: delete redundant legacy component
    
    * wip: logic for fetching and rendering chain ids
    
    * wip: chain item styling
    
    * wip: selected chain styling
    
    * chore: add comment
    
    * refactor: pass through native token to icon component
    
    * feature: add chain icon component
    
    * chore: add comment
    
    * chore: correct file name casing
    
    * refactor: improve folder structure
    
    * wip: form layout styling
    
    * chore: add arrow icon
    
    * chore: add logos and correct svg titles
    
    * chore: remove redundant svg prop
    
    * chore: rename arrow icon
    
    * chore: consistent use of styled components
    
    * refactor: remove padding from modal body
    
    * wip: formik integration work
    
    * wip: extend useXCMBridge to return available chains and utility methods
    
    * chore: move Chain and Chains types to types directory
    
    * feat: layout and form implementation
    
    * feat: add schema
    
    * feat: final
    
    * wip: refactor useXCMBridge hook
    
    * refactor: add endpoints type
    
    * refactor: wrap methods in useCallback
    
    * refactor: fix bug in hook method
    
    * chore: bump bridge version
    
    * wip: set originating and destination chain values
    
    * refactor: set from chain value on field change
    
    * wip: set originating chain value
    
    * refactor: mergeProps to set field value
    
    * refactor: handle setting origin/destination chain values
    
    * wip: get tokens method
    
    * wip: first iteration of balances function
    
    * wip: handle tokens array
    
    * wip: set token value
    
    * wip: get token balances
    
    * wip: return token and balances in single method
    
    * wip: mapped tokens
    
    * refactor: handle default chain values
    
    * refactor: better organised function order
    
    * wip: handle change events
    
    * wip: handle setting tokens
    
    * wip: handle fetching tokens and balances
    
    * wip: convert input configs
    
    * wip: handle token change
    
    * wip: get token USD price
    
    * Trigger Build
    
    * chore: remove unused import
    
    * chore: correct eslintignore syntax
    
    * wip: handle breaking changes
    
    * wip: disable token input when select items value is 1
    
    * chore: set first token item as variable
    
    * wip: handle setting and changing values
    
    * chire: add loading spinner
    
    * refactor: add loading state
    
    * refactor: filter destination chains
    
    * chore: remove console log
    
    * chore: bump XCM bridge version
    
    * chore: update config
    
    * refactor: configure validation
    
    * chore: revert change to useForm hook
    
    * wip: form validation
    
    * wip: working form validation
    
    * wip: undefined validation parameters
    
    * refactor: return dest fee estimate from bridge hook
    
    * feature: show fees and fee estimates
    
    * chore: conditional operators
    
    * refactor: handle ticker change correctly
    
    * wip: sendTransaction method
    
    * Revert "wip: sendTransaction method"
    
    This reverts commit 3ade26dda26c7cc14f9db9e7c005b66863fa9139.
    
    * fix: USD amounts
    
    * wip: send transactions
    
    * refactor: bump bridge and use getNativeToken method
    
    * chore: bump bridge
    
    * refactor: move submit logic to useMutation hook
    
    * fix: type mismatches
    
    * refactor: white space/comments
    
    * refactor: add transaction fee validation
    
    * chore: typo
    
    * chore: remove console log
    
    * refactor: remove duplicated monetary conversion
    
    * refactor: remove duplicate code
    
    * Revert "refactor: remove duplicate code"
    
    This reverts commit bd29f8c5661e327c5285d1020c534dab2deae806.
    
    * Revert "refactor: remove duplicated monetary conversion"
    
    This reverts commit 5fd3d645eb7d8edc00cfe8ced186d4e2432af9fc.
    
    * refactor: use monetaryAmount when constructing transaction
    
    * refactor: remove duplicated code for fetching tokens
    
    * refactor: default XCM origin
    
    * Revert "refactor: remove duplicated code for fetching tokens"
    
    This reverts commit 8f31ee8667adcd49f5aaebb7db2f205afb5e9725.
    
    * chore: remove comment
    
    * chore: fix errors
    
    * fix: set default value to empty string to prevent React error
    
    * refactor: removed unwanted force validation parameters
    
    * refactor: remove redundant method
    
    * refactor: add method return type
    
    * refactor: add method return type
    
    * refactor: correct type error
    
    * refactor: fix destFee type error
    
    * refactor: remove fees validation and revert destFee return value
    
    * chore: remove console log
    
    * refactor: remove redundant method
    
    * refactor: disable validation on change
    
    * chore: remove commented out code
    
    * wip: use select component for chain selector
    
    * fix: handle chain select functions
    
    * refactor: type chain id as ChainName
    
    * Revert "refactor: type chain id as ChainName"
    
    This reverts commit d05e0128cb4b5ac1d00ac07808ebdf9858739165.
    
    * chore: remove unused component files
    
    * refactor: remove duplicated transaction logic
    
    * fix: make to/from field types more specific
    
    * fix: revert yup.custom changes and cast validation
    
    * fix: set correct destination chain
    
    * refator: handle token data
    
    * refactor: add use callback
    
    * fix: correct rendering logic
    
    * fix: update dependencies
    
    * chore: delete unused styles
    
    * chore: fix merge issue with transfer form
    
    * fix: change validation handling
    
    * Revert "fix: change validation handling"
    
    This reverts commit c0cb3062aad3540b2afad7d375024d872924a62c.
    
    * refactor: only display transfer amount if amount has been entered
    
    * chore: config changes
    
    * chore: add missing icons
    
    * chore: Hydra chain icon
    
    * fix: add error text to CTA
    
    * Tom/xcm fixes (#1213)
    
    * refactor: specify endpoints and remove unnecessary logic
    
    * fix: save file before committing
    
    * fix: disable refetch
    
    * chore: update endpoints
    
    * chore: remove log
    
    * chore: rename file
    
    * chore: add additional acala/karura endpoints
    
    ---------
    
    Co-authored-by: Rui Simão <[email protected]>
    
    * chore: release v2.32.0
    
    * Update API healthchecks (#778)
    
    * Chore - add vault healthcheck
    
    * Chore - add vault healthcheck
    
    * Chore - add vault healthcheck
    
    * [earn strategies] placeholder page, nav and feature flag (#1216)
    
    * chore: bump icons dependency
    
    * feature: earn strategies placeholder page and feature flag
    
    * feat: add useTransaction (#1189)
    
    * chore: update monetary to latest 0.7.3 (#1214)
    
    * chore: update monetary to latest 0.7.3
    
    * chore: update lib
    
    * chore: bump lib and bridge (#1219)
    
    * chore: release v2.32.1
    
    * fix: add missing icons and remove erroring RPC (#1222)
    
    * fix: add missing icons and remove erroring RPC
    
    * Update src/pages/Transfer/CrossChainTransferForm/components/ChainIcon/icons/Acala.tsx
    
    Co-authored-by: Peter Slaný <[email protected]>
    
    * Update src/pages/Transfer/CrossChainTransferForm/components/ChainIcon/icons/Astar.tsx
    
    Co-authored-by: Peter Slaný <[email protected]>
    
    * Update src/pages/Transfer/CrossChainTransferForm/components/ChainIcon/icons/Parallel.tsx
    
    Co-authored-by: Peter Slaný <[email protected]>
    
    ---------
    
    Co-authored-by: Peter Slaný <[email protected]>
    
    * chore: release v2.32.2
    
    * fix: compare input configs with method not operator (#1225)
    
    * refactor: reset selected account on account change (#1226)
    
    * chore: release v2.32.3
    
    * feature: add geoblock feature flag (#1230)
    
    * chore: release v2.32.4
    
    * chore: bump bridge (#1233)
    
    * chore: release v2.32.5
    
    ---------
    
    Co-authored-by: Peter Slaný <[email protected]>
    Co-authored-by: Rui Simão <[email protected]>
    Co-authored-by: ns212 <[email protected]>
    
    * [release] Interlay 2.32.6 (#1248)
    
    * feat: redirect when access from forbidden country is detected (#1209)
    
    * Feature/updated transfer UI (#876)
    
    * refactor: use updated tab component
    
    * refactor: duplicated form titles
    
    * refactor: remove redundant hook calls
    
    * refactor: prefer title case
    
    * wip: XCM transfer form UI
    
    * wip: updated form UI
    
    * wip: account selector placeholder component
    
    * wip: account selector modal
    
    * wip: modal open and close actions
    
    * wip: update modal type
    
    * wip: get accounts
    
    * wip: add identicon and rename component for consistency
    
    * wip: account input component
    
    * fix: remove redundant icons prop
    
    * feat: implement with SelectTrigger
    
    * wip: styling and account selection value
    
    * wip: handle setting account data
    
    * refactor: better naming
    
    * wip: address list styling
    
    * refactor: rename defaultAccount
    
    * wip: chain selector placeholder component
    
    * wip: duplicate account component and rename
    
    * chore: delete redundant legacy component
    
    * wip: logic for fetching and rendering chain ids
    
    * wip: chain item styling
    
    * wip: selected chain styling
    
    * chore: add comment
    
    * refactor: pass through native token to icon component
    
    * feature: add chain icon component
    
    * chore: add comment
    
    * chore: correct file name casing
    
    * refactor: improve folder structure
    
    * wip: form layout styling
    
    * chore: add arrow icon
    
    * chore: add logos and correct svg titles
    
    * chore: remove redundant svg prop
    
    * chore: rename arrow icon
    
    * chore: consistent use of styled components
    
    * refactor: remove padding from modal body
    
    * wip: formik integration work
    
    * wip: extend useXCMBridge to return available chains and utility methods
    
    * chore: move Chain and Chains types to types directory
    
    * feat: layout and form implementation
    
    * feat: add schema
    
    * feat: final
    
    * wip: refactor useXCMBridge hook
    
    * refactor: add endpoints type
    
    * refactor: wrap methods in useCallback
    
    * refactor: fix bug in hook method
    
    * chore: bump bridge version
    
    * wip: set originating and destination chain values
    
    * refactor: set from chain value on field change
    
    * wip: set originating chain value
    
    * refactor: mergeProps to set field value
    
    * refactor: handle setting origin/destination chain values
    
    * wip: get tokens method
    
    * wip: first iteration of balances function
    
    * wip: handle tokens array
    
    * wip: set token value
    
    * wip: get token balances
    
    * wip: return token and balances in single method
    
    * wip: mapped tokens
    
    * refactor: handle default chain values
    
    * refactor: better organised function order
    
    * wip: handle change events
    
    * wip: handle setting tokens
    
    * wip: handle fetching tokens and balances
    
    * wip: convert input configs…
    15 people authored Nov 16, 2023
    2 Configuration menu
    Copy the full SHA
    d8af913 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. Peter/fix dex volumes query (#1608)

    * chore: update monetary to latest 0.7.3
    
    * fix(pools): update hook to return data on per pool basis
    peterslany authored Nov 22, 2023
    2 Configuration menu
    Copy the full SHA
    9d98dd5 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

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

Commits on Dec 1, 2023

  1. fix: add rewards alert and remove insights (#1607)

    * fix: add rewards alert and remove insights
    
    * fix: theme
    
    * Update src/pages/Pools/Pools.tsx
    
    Co-authored-by: tomjeatt <[email protected]>
    
    * feat: move alert
    
    ---------
    
    Co-authored-by: tomjeatt <[email protected]>
    danielsimao and tomjeatt authored Dec 1, 2023
    2 Configuration menu
    Copy the full SHA
    49e3d6a View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. update staking labels and format valuers (#1609)

    * update staking labels and format valuers
    
    * add missing return typr
    tomjeatt authored Dec 4, 2023
    1 Configuration menu
    Copy the full SHA
    e0241cd View commit details
    Browse the repository at this point in the history
  2. chore: release v2.40.2

    tomjeatt committed Dec 4, 2023
    2 Configuration menu
    Copy the full SHA
    7aa5545 View commit details
    Browse the repository at this point in the history
  3. [release] Interlay 2.40.2 (#1611)

    * chore: change discord link
    
    * fix: hotfix price fetcher
    
    * Release/interlay/2.29.0 (#1094)
    
    * fix: remove external dependencies from component library (#942)
    
    * fix: remove redundant layout mock stuff
    
    * fix: hide the connected socket console log
    
    * chore: mark the points
    
    * fix(NumberInput): remove react-aria (#934)
    
    * feat: add formik (#863)
    
    * feat(CoinIcon): update INTR and IBTC icon (#941)
    
    * feat: take supply and borrow caps into account
    
    * chore: update lib
    
    * refactor: code review
    
    * hotfix: testnet banner
    
    * feat: added trollbox Discord chat embed via widgetbot <script> tag in index.html
    
    * fix: try to quick-fix test GitHub action
    
    * docs: document how to locally run a GitHub action and relevant set-up issues
    
    * feat: add x-small to CTA and add max to token input (#952)
    
    * fix(Loans): remove unwanted earned label (#959)
    
    * feat(Pools): remove 7 day volume column (#958)
    
    * refactor: update testnet banner
    
    * fix(Loans): withdraw action (#936)
    
    * fix: disable calling the squid endpoint in App when testing
    
    * fix: export testing-library customRender functionality
    
    * feat: add pull_request_target case
    
    * Trigger test run
    
    * feat(CoinIcon): add LP Tokens icons (#951)
    
    * feat(Field): add component and change to BaseInput (#967)
    
    * refactor: fix regression with testnet banner
    
    * feat(Swap): apply formik to swap form (#956)
    
    * chore: bump lib
    
    * feat: apply CoinIcon for LpTokens (#977)
    
    * chore: version bump
    
    * chore: correct version bump
    
    * refactor: revert competition UI changes
    
    * chore: mark the change points
    
    * chore: mark the change points
    
    * chore: try getLendPositionsOfAccount & getBorrowPositionsOfAccount
    
    * chore: change discord link
    
    * chore: change discord link
    
    * chore: clean up
    
    * feat: get loanCollateralInfo
    
    * fix: tooltip error (#980)
    
    * refactor: update useGetLoanAssets
    
    * feat: implement useGetLendPositionsOfAccount
    
    * feat: implement useGetBorrowPositionsOfAccount
    
    * refactor: update useGetAccountPositions
    
    * chore: clean up
    
    * feat: implement useGetLoanCollateralInfo
    
    * chore: clean up
    
    * chore: clean up
    
    * refactor: update useLoanInfo
    
    * chore: clean up
    
    * fix(Modal): restructure, improve accessibility and animations (#986)
    
    * fix: improve swap and pools accessibility (#991)
    
    * refactor(loans): use oracle price for ltv and similar computation
    
    * refactor(loans): rename LoanCollateralInfo -> LendingStats
    
    * chore: update lib & restructure files
    
    * refactor(loans): rename stats hook
    
    * refactor: define return type for hooks
    
    * refactor(loans): do not wrap statistics in object
    
    * chore: bump bridge version
    
    * chore: bump bridge
    
    * chore: bump lib
    
    * chore: specify correct lib version
    
    * chore: comment out breaking changes
    
    * refactor(loans): lib update to 2.0.0
    
    * fix(loans): use ltv in percentage denomination to resolve loan status
    
    * chore: remove warning banner
    
    * chore: remove block time banner
    
    * fix(Loans): loan form ui and repay (#999)
    
    * fix(Modal): focus inside dialog (#1000)
    
    * feat: add use-wallet hook (#992)
    
    * fix: add transaction feedback to pools and lending (#1017)
    
    * chore(Loans): add tests
    
    * fix: tests
    
    * attemp - borrow
    
    * try
    
    * try
    
    * continue
    
    * fix
    
    * fix
    
    * fix
    
    * final
    
    * try fetcj
    
    * refactor
    
    * fix: move to unit test cases
    
    * chore: remove unused dependencies
    
    * chore: remove unused dependencies
    
    * fix: adapt tests
    
    * Trigger Build
    
    * refactor: patch chain icon component
    
    * chore: bump lib
    
    * chore: bump lib
    
    * chore: add amm tests (#969)
    
    * fix: missing Modal props and Overlay styles (#1033)
    
    * feat(Swap): add price impact limit
    
    * feat: final
    
    * fix: TokenInput select (#1036)
    
    * refactor: fix merge conflict regression
    
    * feature: sentry dependencies and init
    
    * fix: token input regression
    
    * fix: add missing dictionary item
    
    * fix(loans): fix max repay amount
    
    * fix(Swap): add check for usd value price impact
    
    * refactor: update condition
    
    * chore: release v2.28.1
    
    * chore: update T&Cs link
    
    * chore: update T&C links
    
    * chore: move sentry dns to env variable
    
    * chore: update lib with hotfix for Vault Dashboard
    
    * Revert "fix(loans): fix max repay amount" (#1051)
    
    * fix(Loans): max loan action
    
    * fix: liquidation alert
    
    * chore: add tests
    
    * chore: add faulty code test
    
    * refactor: revert sentry config
    
    * fix: add shorten address prop to address UI
    
    * chore: release v2.28.2
    
    * fix: console warnings
    
    * fix: versions
    
    * feat: added kint faucet, cond. on kint balance to topbar
    
    * fix(Loans): apy label
    
    * feat: added kint faucet, cond. on kint balance to topbar (#1062)
    
    * fix: allow manual issue execution for confirmed transactions
    
    * fix: allow manual issue execution for confirmed transactions
    
    * feature: add fathom script
    
    * feature: add fathom script
    
    * chore: update env variables
    
    * feature: add notProducingBlocks banners
    
    * fix: render warning banner in correct place
    
    * fix: remove warning banner
    
    * fix: add check for required griefing collateral
    
    * fix: add check for required griefing collateral
    
    * fix: vault on-boarding
    
    * chore: version bump
    
    * chore: bump bridge version
    
    * chore: bump bridge version
    
    * chore: version bump
    
    * chore: add a comment to ReplaceTX
    
    * chore: format some code automatically
    
    * feat: add view-details column to IssueRequestsTable
    
    * feat: add view-details to RedeemRequestsTable
    
    * feat: add view-details columns to VaultIssueRequestsTable & VaultRedeemRequestsTable
    
    * refactor: componentize with ViewRequestDetailsLink
    
    * feat: add owner check to ManualIssueExecutionUI
    
    * chore: bump lib
    
    * chore: version bump
    
    * chore: correct version bump
    
    * hotfix: filter erroring vaults
    
    * chore: add comment
    
    * chore: comment
    
    * chore: change discord link
    
    * chore: bump bridge version
    
    * chore: bump lib
    
    * chore: specify correct lib version
    
    * chore: comment out breaking changes
    
    * chore: remove block time banner
    
    * chore: remove unused dependencies
    
    * Trigger Build
    
    * chore: bump lib
    
    * feat: added kint faucet, cond. on kint balance to topbar
    
    ---------
    
    Co-authored-by: tomjeatt <[email protected]>
    Co-authored-by: Thomas Jeatt <[email protected]>
    Co-authored-by: Dominik Harz <[email protected]>
    Co-authored-by: Rui Simão <[email protected]>
    Co-authored-by: crypto-engineer <[email protected]>
    Co-authored-by: crypto-engineer <[email protected]>
    Co-authored-by: Peter <[email protected]>
    Co-authored-by: Dominik Harz <[email protected]>
    
    * chore: release v2.28.3
    
    * fix: available balance to use transfarable
    
    * feat: change get prices refetch interval
    
    * chore: release v2.28.4
    
    * feat(Pools): add custom input amounts mode
    
    * chore: release v2.28.5
    
    * feat: add refetch balances and form validation deps
    
    * chore: trigger build
    
    * refactor: remove substrate developer console
    
    * chore: release v2.28.6
    
    * chore: fix test workflow
    
    * fix: code review
    
    * chore: improve pipeline performance (#1075)
    
    * fix: package.json resolutions (#1077)
    
    * fix: show transferable balance for selected currency
    
    * refactor: apply top bar patch
    
    * refactor: validate issue against transferable balance
    
    * chore: bump version
    
    * refactor: update validation message
    
    * refactor: correct translation entry
    
    * refactor: update validation message
    
    * api: add market data api
    
    * api: add market data api
    
    * api: add market data api
    
    * api: add market data api
    
    * api: add market data api
    
    * api: add market data api
    
    * chore: fix issue form snapshot test
    
    * api: add market data api
    
    * api: add market data api
    
    * api: add market data api
    
    * refactor: improve github workflows, remove unused code and clean-up package.json (#1076)
    
    * refactor: prices endpoint can be absolute or relative
    
    * chore: add market data endpoint to config
    
    * chore: add missing env variable
    
    * chore: remove stray comma
    
    * refactor: improve variable name
    
    * chore: release v2.28.8
    
    * chore: add resolutions for various polkadot packages (#1089)
    
    * Fix input field width issue (#1090)
    
    * fix: input field width
    
    * fix: rename max weeks to total weeks
    
    * chore: bump ui version
    
    * chore: bump XCM bridge (#1093)
    
    * feat(Wallet): add page (#1001)
    
    * feat(Wallet): add page
    
    * feat: add WalletIcon
    
    * feat: copy address
    
    * wip
    
    * feat: staking table
    
    * feat: refactor and add lending
    
    * refactor: clean up code
    
    * wip
    
    * feat: add List card
    
    * continue
    
    * fix: continue
    
    * feat: continue
    
    * feat(CTALink): improve
    
    * feat: add responsiveness and swap handling
    
    * feat: final
    
    * feat: add responsive prop
    
    * fix: clean up List and Divider
    
    * feat: add tests
    
    * feat: add final tests
    
    * fix: code review
    
    * feat: add vesting and tests
    
    * fix: code review
    
    * Tom/bug/burn form collateral tokens (#1042)
    
    * refactor: loop collateral to get burnable tokens
    
    * refactor: revert previous change and simplify
    
    * refactor: add function to filter tokens
    
    * refactor: fetch collateral currencies and render token values
    
    * wip: form layout and translation
    
    * wip: set data and selected collateral
    
    * chore: remove console log
    
    * refactor: remove single collateral code
    
    * chore: comment
    
    * fix: incorrect USD value
    
    * chore: remove testing code
    
    * refactor: remove native token import
    
    * refactor: add BurnableCollateral type
    
    * refactor: add fullWidth prop and label to token selector
    
    * refactor: collateral icon
    
    * chore: add dictionary item
    
    * chore: remove unnecessary conditional operators
    
    * refactor: handle callback
    
    * refactor: fix failing test
    
    * chore: remove unused code
    
    * refactor: add success notification to burn form
    
    * Add CORS to market data (#1096)
    
    * chore: add env variables to config
    
    * chore: add cors to market data api
    
    ---------
    
    Co-authored-by: ns212 <[email protected]>
    
    * fix: revert to using 0.2.x version of the bridge (#1095)
    
    * chore: improve price impact warning copy
    
    * chore: release v2.29.0
    
    ---------
    
    Co-authored-by: crypto-engineer <[email protected]>
    Co-authored-by: Daniel Simão <[email protected]>
    Co-authored-by: crypto-engineer <[email protected]>
    Co-authored-by: Peter <[email protected]>
    Co-authored-by: Peter Slaný <[email protected]>
    Co-authored-by: Dominik Harz <[email protected]>
    Co-authored-by: Dominik Harz <[email protected]>
    Co-authored-by: alexei <[email protected]>
    Co-authored-by: Alexei Zamyatin <[email protected]>
    Co-authored-by: ns212 <[email protected]>
    Co-authored-by: Brendon Votteler <[email protected]>
    Co-authored-by: Chanakya888 <[email protected]>
    
    * Release/interlay/2.29.1 (#1106)
    
    * fix: remove external dependencies from component library (#942)
    
    * fix: remove redundant layout mock stuff
    
    * fix: hide the connected socket console log
    
    * chore: mark the points
    
    * fix(NumberInput): remove react-aria (#934)
    
    * feat: add formik (#863)
    
    * feat(CoinIcon): update INTR and IBTC icon (#941)
    
    * feat: take supply and borrow caps into account
    
    * chore: update lib
    
    * refactor: code review
    
    * hotfix: testnet banner
    
    * feat: added trollbox Discord chat embed via widgetbot <script> tag in index.html
    
    * fix: try to quick-fix test GitHub action
    
    * docs: document how to locally run a GitHub action and relevant set-up issues
    
    * feat: add x-small to CTA and add max to token input (#952)
    
    * fix(Loans): remove unwanted earned label (#959)
    
    * feat(Pools): remove 7 day volume column (#958)
    
    * refactor: update testnet banner
    
    * fix(Loans): withdraw action (#936)
    
    * fix: disable calling the squid endpoint in App when testing
    
    * fix: export testing-library customRender functionality
    
    * feat: add pull_request_target case
    
    * Trigger test run
    
    * feat(CoinIcon): add LP Tokens icons (#951)
    
    * feat(Field): add component and change to BaseInput (#967)
    
    * refactor: fix regression with testnet banner
    
    * feat(Swap): apply formik to swap form (#956)
    
    * chore: bump lib
    
    * feat: apply CoinIcon for LpTokens (#977)
    
    * chore: version bump
    
    * chore: correct version bump
    
    * refactor: revert competition UI changes
    
    * chore: mark the change points
    
    * chore: mark the change points
    
    * chore: try getLendPositionsOfAccount & getBorrowPositionsOfAccount
    
    * chore: change discord link
    
    * chore: change discord link
    
    * chore: clean up
    
    * feat: get loanCollateralInfo
    
    * fix: tooltip error (#980)
    
    * refactor: update useGetLoanAssets
    
    * feat: implement useGetLendPositionsOfAccount
    
    * feat: implement useGetBorrowPositionsOfAccount
    
    * refactor: update useGetAccountPositions
    
    * chore: clean up
    
    * feat: implement useGetLoanCollateralInfo
    
    * chore: clean up
    
    * chore: clean up
    
    * refactor: update useLoanInfo
    
    * chore: clean up
    
    * fix(Modal): restructure, improve accessibility and animations (#986)
    
    * fix: improve swap and pools accessibility (#991)
    
    * refactor(loans): use oracle price for ltv and similar computation
    
    * refactor(loans): rename LoanCollateralInfo -> LendingStats
    
    * chore: update lib & restructure files
    
    * refactor(loans): rename stats hook
    
    * refactor: define return type for hooks
    
    * refactor(loans): do not wrap statistics in object
    
    * chore: bump bridge version
    
    * chore: bump bridge
    
    * chore: bump lib
    
    * chore: specify correct lib version
    
    * chore: comment out breaking changes
    
    * refactor(loans): lib update to 2.0.0
    
    * fix(loans): use ltv in percentage denomination to resolve loan status
    
    * chore: remove warning banner
    
    * chore: remove block time banner
    
    * fix(Loans): loan form ui and repay (#999)
    
    * fix(Modal): focus inside dialog (#1000)
    
    * feat: add use-wallet hook (#992)
    
    * fix: add transaction feedback to pools and lending (#1017)
    
    * chore(Loans): add tests
    
    * fix: tests
    
    * attemp - borrow
    
    * try
    
    * try
    
    * continue
    
    * fix
    
    * fix
    
    * fix
    
    * final
    
    * try fetcj
    
    * refactor
    
    * fix: move to unit test cases
    
    * chore: remove unused dependencies
    
    * chore: remove unused dependencies
    
    * fix: adapt tests
    
    * Trigger Build
    
    * refactor: patch chain icon component
    
    * chore: bump lib
    
    * chore: bump lib
    
    * chore: add amm tests (#969)
    
    * fix: missing Modal props and Overlay styles (#1033)
    
    * feat(Swap): add price impact limit
    
    * feat: final
    
    * fix: TokenInput select (#1036)
    
    * refactor: fix merge conflict regression
    
    * feature: sentry dependencies and init
    
    * fix: token input regression
    
    * fix: add missing dictionary item
    
    * fix(loans): fix max repay amount
    
    * fix(Swap): add check for usd value price impact
    
    * refactor: update condition
    
    * chore: release v2.28.1
    
    * chore: update T&Cs link
    
    * chore: update T&C links
    
    * chore: move sentry dns to env variable
    
    * chore: update lib with hotfix for Vault Dashboard
    
    * Revert "fix(loans): fix max repay amount" (#1051)
    
    * fix(Loans): max loan action
    
    * fix: liquidation alert
    
    * chore: add tests
    
    * chore: add faulty code test
    
    * refactor: revert sentry config
    
    * fix: add shorten address prop to address UI
    
    * chore: release v2.28.2
    
    * fix: console warnings
    
    * fix: versions
    
    * feat: added kint faucet, cond. on kint balance to topbar
    
    * fix(Loans): apy label
    
    * feat: added kint faucet, cond. on kint balance to topbar (#1062)
    
    * fix: allow manual issue execution for confirmed transactions
    
    * fix: allow manual issue execution for confirmed transactions
    
    * feature: add fathom script
    
    * feature: add fathom script
    
    * chore: update env variables
    
    * feature: add notProducingBlocks banners
    
    * fix: render warning banner in correct place
    
    * fix: remove warning banner
    
    * fix: add check for required griefing collateral
    
    * fix: add check for required griefing collateral
    
    * fix: vault on-boarding
    
    * chore: version bump
    
    * chore: bump bridge version
    
    * chore: bump bridge version
    
    * chore: version bump
    
    * chore: add a comment to ReplaceTX
    
    * chore: format some code automatically
    
    * feat: add view-details column to IssueRequestsTable
    
    * feat: add view-details to RedeemRequestsTable
    
    * feat: add view-details columns to VaultIssueRequestsTable & VaultRedeemRequestsTable
    
    * refactor: componentize with ViewRequestDetailsLink
    
    * feat: add owner check to ManualIssueExecutionUI
    
    * chore: bump lib
    
    * chore: version bump
    
    * chore: correct version bump
    
    * hotfix: filter erroring vaults
    
    * chore: add comment
    
    * chore: comment
    
    * chore: change discord link
    
    * chore: bump bridge version
    
    * chore: bump lib
    
    * chore: specify correct lib version
    
    * chore: comment out breaking changes
    
    * chore: remove block time banner
    
    * chore: remove unused dependencies
    
    * Trigger Build
    
    * chore: bump lib
    
    * feat: added kint faucet, cond. on kint balance to topbar
    
    ---------
    
    Co-authored-by: tomjeatt <[email protected]>
    Co-authored-by: Thomas Jeatt <[email protected]>
    Co-authored-by: Dominik Harz <[email protected]>
    Co-authored-by: Rui Simão <[email protected]>
    Co-authored-by: crypto-engineer <[email protected]>
    Co-authored-by: crypto-engineer <[email protected]>
    Co-authored-by: Peter <[email protected]>
    Co-authored-by: Dominik Harz <[email protected]>
    
    * chore: release v2.28.3
    
    * fix: available balance to use transfarable
    
    * feat: change get prices refetch interval
    
    * chore: release v2.28.4
    
    * feat(Pools): add custom input amounts mode
    
    * chore: release v2.28.5
    
    * feat: add refetch balances and form validation deps
    
    * chore: trigger build
    
    * refactor: remove substrate developer console
    
    * chore: release v2.28.6
    
    * chore: fix test workflow
    
    * fix: code review
    
    * chore: improve pipeline performance (#1075)
    
    * fix: package.json resolutions (#1077)
    
    * fix: show transferable balance for selected currency
    
    * refactor: apply top bar patch
    
    * refactor: validate issue against transferable balance
    
    * chore: bump version
    
    * refactor: update validation message
    
    * refactor: correct translation entry
    
    * refactor: update validation message
    
    * api: add market data api
    
    * api: add market data api
    
    * api: add market data api
    
    * api: add market data api
    
    * api: add market data api
    
    * api: add market data api
    
    * chore: fix issue form snapshot test
    
    * api: add market data api
    
    * api: add market data api
    
    * api: add market data api
    
    * refactor: improve github workflows, remove unused code and clean-up package.json (#1076)
    
    * refactor: prices endpoint can be absolute or relative
    
    * chore: add market data endpoint to config
    
    * chore: add missing env variable
    
    * chore: remove stray comma
    
    * refactor: improve variable name
    
    * chore: release v2.28.8
    
    * chore: add resolutions for various polkadot packages (#1089)
    
    * Fix input field width issue (#1090)
    
    * fix: input field width
    
    * fix: rename max weeks to total weeks
    
    * chore: bump ui version
    
    * chore: bump XCM bridge (#1093)
    
    * feat(Wallet): add page (#1001)
    
    * feat(Wallet): add page
    
    * feat: add WalletIcon
    
    * feat: copy address
    
    * wip
    
    * feat: staking table
    
    * feat: refactor and add lending
    
    * refactor: clean up code
    
    * wip
    
    * feat: add List card
    
    * continue
    
    * fix: continue
    
    * feat: continue
    
    * feat(CTALink): improve
    
    * feat: add responsiveness and swap handling
    
    * feat: final
    
    * feat: add responsive prop
    
    * fix: clean up List and Divider
    
    * feat: add tests
    
    * feat: add final tests
    
    * fix: code review
    
    * feat: add vesting and tests
    
    * fix: code review
    
    * Tom/bug/burn form collateral tokens (#1042)
    
    * refactor: loop collateral to get burnable tokens
    
    * refactor: revert previous change and simplify
    
    * refactor: add function to filter tokens
    
    * refactor: fetch collateral currencies and render token values
    
    * wip: form layout and translation
    
    * wip: set data and selected collateral
    
    * chore: remove console log
    
    * refactor: remove single collateral code
    
    * chore: comment
    
    * fix: incorrect USD value
    
    * chore: remove testing code
    
    * refactor: remove native token import
    
    * refactor: add BurnableCollateral type
    
    * refactor: add fullWidth prop and label to token selector
    
    * refactor: collateral icon
    
    * chore: add dictionary item
    
    * chore: remove unnecessary conditional operators
    
    * refactor: handle callback
    
    * refactor: fix failing test
    
    * chore: remove unused code
    
    * refactor: add success notification to burn form
    
    * Add CORS to market data (#1096)
    
    * chore: add env variables to config
    
    * chore: add cors to market data api
    
    ---------
    
    Co-authored-by: ns212 <[email protected]>
    
    * fix: revert to using 0.2.x version of the bridge (#1095)
    
    * chore: improve price impact warning copy
    
    * chore: release v2.29.0
    
    * fix(amm): use correct hooks dependencies (#1105)
    
    * fix: update useGetCurrencies callbacks dependency arrays (#1108)
    
    * chore: release v2.29.1
    
    ---------
    
    Co-authored-by: crypto-engineer <[email protected]>
    Co-authored-by: Daniel Simão <[email protected]>
    Co-authored-by: crypto-engineer <[email protected]>
    Co-authored-by: Peter <[email protected]>
    Co-authored-by: Peter Slaný <[email protected]>
    Co-authored-by: Dominik Harz <[email protected]>
    Co-authored-by: Dominik Harz <[email protected]>
    Co-authored-by: alexei <[email protected]>
    Co-authored-by: Alexei Zamyatin <[email protected]>
    Co-authored-by: ns212 <[email protected]>
    Co-authored-by: Brendon Votteler <[email protected]>
    Co-authored-by: Chanakya888 <[email protected]>
    
    * hotfix: bump bridge and enable Hydra XCM (#1112)
    
    * chore: bump bridge and enable Hydra XCM
    
    * chore: bump xcm bridge
    
    * chore: add Hydra icon
    
    * Tom/release/interlay/2.9.3 (#1120)
    
    * chore: mark the points
    
    * fix(NumberInput): remove react-aria (#934)
    
    * feat: add formik (#863)
    
    * feat(CoinIcon): update INTR and IBTC icon (#941)
    
    * feat: take supply and borrow caps into account
    
    * chore: update lib
    
    * refactor: code review
    
    * hotfix: testnet banner
    
    * feat: added trollbox Discord chat embed via widgetbot <script> tag in index.html
    
    * fix: try to quick-fix test GitHub action
    
    * docs: document how to locally run a GitHub action and relevant set-up issues
    
    * feat: add x-small to CTA and add max to token input (#952)
    
    * fix(Loans): remove unwanted earned label (#959)
    
    * feat(Pools): remove 7 day volume column (#958)
    
    * refactor: update testnet banner
    
    * fix(Loans): withdraw action (#936)
    
    * fix: disable calling the squid endpoint in App when testing
    
    * fix: export testing-library customRender functionality
    
    * feat: add pull_request_target case
    
    * Trigger test run
    
    * feat(CoinIcon): add LP Tokens icons (#951)
    
    * feat(Field): add component and change to BaseInput (#967)
    
    * refactor: fix regression with testnet banner
    
    * feat(Swap): apply formik to swap form (#956)
    
    * chore: bump lib
    
    * feat: apply CoinIcon for LpTokens (#977)
    
    * chore: version bump
    
    * chore: correct version bump
    
    * refactor: revert competition UI changes
    
    * chore: mark the change points
    
    * chore: mark the change points
    
    * chore: try getLendPositionsOfAccount & getBorrowPositionsOfAccount
    
    * chore: change discord link
    
    * chore: change discord link
    
    * chore: clean up
    
    * feat: get loanCollateralInfo
    
    * fix: tooltip error (#980)
    
    * refactor: update useGetLoanAssets
    
    * feat: implement useGetLendPositionsOfAccount
    
    * feat: implement useGetBorrowPositionsOfAccount
    
    * refactor: update useGetAccountPositions
    
    * chore: clean up
    
    * feat: implement useGetLoanCollateralInfo
    
    * chore: clean up
    
    * chore: clean up
    
    * refactor: update useLoanInfo
    
    * chore: clean up
    
    * fix(Modal): restructure, improve accessibility and animations (#986)
    
    * fix: improve swap and pools accessibility (#991)
    
    * refactor(loans): use oracle price for ltv and similar computation
    
    * refactor(loans): rename LoanCollateralInfo -> LendingStats
    
    * chore: update lib & restructure files
    
    * refactor(loans): rename stats hook
    
    * refactor: define return type for hooks
    
    * refactor(loans): do not wrap statistics in object
    
    * chore: bump bridge version
    
    * chore: bump bridge
    
    * chore: bump lib
    
    * chore: specify correct lib version
    
    * chore: comment out breaking changes
    
    * refactor(loans): lib update to 2.0.0
    
    * fix(loans): use ltv in percentage denomination to resolve loan status
    
    * chore: remove warning banner
    
    * chore: remove block time banner
    
    * fix(Loans): loan form ui and repay (#999)
    
    * fix(Modal): focus inside dialog (#1000)
    
    * feat: add use-wallet hook (#992)
    
    * fix: add transaction feedback to pools and lending (#1017)
    
    * chore(Loans): add tests
    
    * fix: tests
    
    * attemp - borrow
    
    * try
    
    * try
    
    * continue
    
    * fix
    
    * fix
    
    * fix
    
    * final
    
    * try fetcj
    
    * refactor
    
    * fix: move to unit test cases
    
    * chore: remove unused dependencies
    
    * chore: remove unused dependencies
    
    * fix: adapt tests
    
    * Trigger Build
    
    * refactor: patch chain icon component
    
    * chore: bump lib
    
    * chore: bump lib
    
    * chore: add amm tests (#969)
    
    * fix: missing Modal props and Overlay styles (#1033)
    
    * feat(Swap): add price impact limit
    
    * feat: final
    
    * fix: TokenInput select (#1036)
    
    * refactor: fix merge conflict regression
    
    * feature: sentry dependencies and init
    
    * fix: token input regression
    
    * fix: add missing dictionary item
    
    * fix(loans): fix max repay amount
    
    * fix(Swap): add check for usd value price impact
    
    * refactor: update condition
    
    * chore: release v2.28.1
    
    * chore: update T&Cs link
    
    * chore: update T&C links
    
    * chore: move sentry dns to env variable
    
    * chore: update lib with hotfix for Vault Dashboard
    
    * Revert "fix(loans): fix max repay amount" (#1051)
    
    * fix(Loans): max loan action
    
    * fix: liquidation alert
    
    * chore: add tests
    
    * chore: add faulty code test
    
    * refactor: revert sentry config
    
    * fix: add shorten address prop to address UI
    
    * chore: release v2.28.2
    
    * fix: console warnings
    
    * fix: versions
    
    * feat: added kint faucet, cond. on kint balance to topbar
    
    * fix(Loans): apy label
    
    * feat: added kint faucet, cond. on kint balance to topbar (#1062)
    
    * fix: allow manual issue execution for confirmed transactions
    
    * fix: allow manual issue execution for confirmed transactions
    
    * feature: add fathom script
    
    * feature: add fathom script
    
    * chore: update env variables
    
    * feature: add notProducingBlocks banners
    
    * fix: render warning banner in correct place
    
    * fix: remove warning banner
    
    * fix: add check for required griefing collateral
    
    * fix: add check for required griefing collateral
    
    * fix: vault on-boarding
    
    * chore: version bump
    
    * chore: bump bridge version
    
    * chore: bump bridge version
    
    * chore: version bump
    
    * chore: add a comment to ReplaceTX
    
    * chore: format some code automatically
    
    * feat: add view-details column to IssueRequestsTable
    
    * feat: add view-details to RedeemRequestsTable
    
    * feat: add view-details columns to VaultIssueRequestsTable & VaultRedeemRequestsTable
    
    * refactor: componentize with ViewRequestDetailsLink
    
    * feat: add owner check to ManualIssueExecutionUI
    
    * chore: bump lib
    
    * chore: version bump
    
    * chore: correct version bump
    
    * hotfix: filter erroring vaults
    
    * chore: add comment
    
    * chore: comment
    
    * chore: change discord link
    
    * chore: bump bridge version
    
    * chore: bump lib
    
    * chore: specify correct lib version
    
    * chore: comment out breaking changes
    
    * chore: remove block time banner
    
    * chore: remove unused dependencies
    
    * Trigger Build
    
    * chore: bump lib
    
    * feat: added kint faucet, cond. on kint balance to topbar
    
    ---------
    
    Co-authored-by: tomjeatt <[email protected]>
    Co-authored-by: Thomas Jeatt <[email protected]>
    Co-authored-by: Dominik Harz <[email protected]>
    Co-authored-by: Rui Simão <[email protected]>
    Co-authored-by: crypto-engineer <[email protected]>
    Co-authored-by: crypto-engineer <[email protected]>
    Co-authored-by: Peter <[email protected]>
    Co-authored-by: Dominik Harz <[email protected]>
    
    * chore: release v2.28.3
    
    * fix: available balance to use transfarable
    
    * feat: change get prices refetch interval
    
    * chore: release v2.28.4
    
    * feat(Pools): add custom input amounts mode
    
    * chore: release v2.28.5
    
    * feat: add refetch balances and form validation deps
    
    * chore: trigger build
    
    * refactor: remove substrate developer console
    
    * chore: release v2.28.6
    
    * chore: fix test workflow
    
    * fix: code review
    
    * chore: improve pipeline performance (#1075)
    
    * fix: package.json resolutions (#1077)
    
    * fix: show transferable balance for selected currency
    
    * refactor: apply top bar patch
    
    * refactor: validate issue against transferable balance
    
    * chore: bump version
    
    * refactor: update validation message
    
    * refactor: correct translation entry
    
    * refactor: update validation message
    
    * api: add market data api
    
    * api: add market data api
    
    * api: add market data api
    
    * api: add market data api
    
    * api: add market data api
    
    * api: add market data api
    
    * chore: fix issue form snapshot test
    
    * api: add market data api
    
    * api: add market data api
    
    * api: add market data api
    
    * refactor: improve github workflows, remove unused code and clean-up package.json (#1076)
    
    * refactor: prices endpoint can be absolute or relative
    
    * chore: add market data endpoint to config
    
    * chore: add missing env variable
    
    * chore: remove stray comma
    
    * refactor: improve variable name
    
    * chore: release v2.28.8
    
    * chore: add resolutions for various polkadot packages (#1089)
    
    * Fix input field width issue (#1090)
    
    * fix: input field width
    
    * fix: rename max weeks to total weeks
    
    * chore: bump ui version
    
    * chore: bump XCM bridge (#1093)
    
    * feat(Wallet): add page (#1001)
    
    * feat(Wallet): add page
    
    * feat: add WalletIcon
    
    * feat: copy address
    
    * wip
    
    * feat: staking table
    
    * feat: refactor and add lending
    
    * refactor: clean up code
    
    * wip
    
    * feat: add List card
    
    * continue
    
    * fix: continue
    
    * feat: continue
    
    * feat(CTALink): improve
    
    * feat: add responsiveness and swap handling
    
    * feat: final
    
    * feat: add responsive prop
    
    * fix: clean up List and Divider
    
    * feat: add tests
    
    * feat: add final tests
    
    * fix: code review
    
    * feat: add vesting and tests
    
    * fix: code review
    
    * Tom/bug/burn form collateral tokens (#1042)
    
    * refactor: loop collateral to get burnable tokens
    
    * refactor: revert previous change and simplify
    
    * refactor: add function to filter tokens
    
    * refactor: fetch collateral currencies and render token values
    
    * wip: form layout and translation
    
    * wip: set data and selected collateral
    
    * chore: remove console log
    
    * refactor: remove single collateral code
    
    * chore: comment
    
    * fix: incorrect USD value
    
    * chore: remove testing code
    
    * refactor: remove native token import
    
    * refactor: add BurnableCollateral type
    
    * refactor: add fullWidth prop and label to token selector
    
    * refactor: collateral icon
    
    * chore: add dictionary item
    
    * chore: remove unnecessary conditional operators
    
    * refactor: handle callback
    
    * refactor: fix failing test
    
    * chore: remove unused code
    
    * refactor: add success notification to burn form
    
    * Add CORS to market data (#1096)
    
    * chore: add env variables to config
    
    * chore: add cors to market data api
    
    ---------
    
    Co-authored-by: ns212 <[email protected]>
    
    * fix: revert to using 0.2.x version of the bridge (#1095)
    
    * chore: improve price impact warning copy
    
    * chore: release v2.29.0
    
    * fix(amm): use correct hooks dependencies (#1105)
    
    * fix: update useGetCurrencies callbacks dependency arrays (#1108)
    
    * chore: release v2.29.1
    
    * [wallet] improve wallet balance (#1109)
    
    * wip: correct wallet balance
    
    * refactor: account for borrow and lend positions when calculating total balance
    
    * refactor: add total liquidity balance
    
    * fix: typo
    
    * chore: add TODO
    
    * refactor: remove unnecessary toString call
    
    * refactor: redirect home route to wallet if enabled, defaulting to bridge if not
    
    * refactor: remove duplicated calculations
    
    * refactor: return liquidity pools calculation from hook
    
    * chore: release v2.29.2
    
    * refactor: use current block when calculating lock time extension (#1118)
    
    * Tom/hotfix/use correct xcm names (#1119)
    
    * refactor: use display value for chain names
    
    * refactor: use correct display value for XCM channels
    
    * chore: release v2.29.3
    
    ---------
    
    Co-authored-by: crypto-engineer <[email protected]>
    Co-authored-by: Daniel Simão <[email protected]>
    Co-authored-by: Peter <[email protected]>
    Co-authored-by: Peter Slaný <[email protected]>
    Co-authored-by: Dominik Harz <[email protected]>
    Co-authored-by: Dominik Harz <[email protected]>
    Co-authored-by: alexei <[email protected]>
    Co-authored-by: crypto-engineer <[email protected]>
    Co-authored-by: Alexei Zamyatin <[email protected]>
    Co-authored-by: ns212 <[email protected]>
    Co-authored-by: Brendon Votteler <[email protected]>
    Co-authored-by: Chanakya888 <[email protected]>
    
    * [release] Interlay 2.9.5 (#1128)
    
    * chore: update lib
    
    * refactor: code review
    
    * hotfix: testnet banner
    
    * feat: added trollbox Discord chat embed via widgetbot <script> tag in index.html
    
    * fix: try to quick-fix test GitHub action
    
    * docs: document how to locally run a GitHub action and relevant set-up issues
    
    * feat: add x-small to CTA and add max to token input (#952)
    
    * fix(Loans): remove unwanted earned label (#959)
    
    * feat(Pools): remove 7 day volume column (#958)
    
    * refactor: update testnet banner
    
    * fix(Loans): withdraw action (#936)
    
    * fix: disable calling the squid endpoint in App when testing
    
    * fix: export testing-library customRender functionality
    
    * feat: add pull_request_target case
    
    * Trigger test run
    
    * feat(CoinIcon): add LP Tokens icons (#951)
    
    * feat(Field): add component and change to BaseInput (#967)
    
    * refactor: fix regression with testnet banner
    
    * feat(Swap): apply formik to swap form (#956)
    
    * chore: bump lib
    
    * feat: apply CoinIcon for LpTokens (#977)
    
    * chore: version bump
    
    * chore: correct version bump
    
    * refactor: revert competition UI changes
    
    * chore: mark the change points
    
    * chore: mark the change points
    
    * chore: try getLendPositionsOfAccount & getBorrowPositionsOfAccount
    
    * chore: change discord link
    
    * chore: change discord link
    
    * chore: clean up
    
    * feat: get loanCollateralInfo
    
    * fix: tooltip error (#980)
    
    * refactor: update useGetLoanAssets
    
    * feat: implement useGetLendPositionsOfAccount
    
    * feat: implement useGetBorrowPositionsOfAccount
    
    * refactor: update useGetAccountPositions
    
    * chore: clean up
    
    * feat: implement useGetLoanCollateralInfo
    
    * chore: clean up
    
    * chore: clean up
    
    * refactor: update useLoanInfo
    
    * chore: clean up
    
    * fix(Modal): restructure, improve accessibility and animations (#986)
    
    * fix: improve swap and pools accessibility (#991)
    
    * refactor(loans): use oracle price for ltv and similar computation
    
    * refactor(loans): rename LoanCollateralInfo -> LendingStats
    
    * chore: update lib & restructure files
    
    * refactor(loans): rename stats hook
    
    * refactor: define return type for hooks
    
    * refactor(loans): do not wrap statistics in object
    
    * chore: bump bridge version
    
    * chore: bump bridge
    
    * chore: bump lib
    
    * chore: specify correct lib version
    
    * chore: comment out breaking changes
    
    * refactor(loans): lib update to 2.0.0
    
    * fix(loans): use ltv in percentage denomination to resolve loan status
    
    * chore: remove warning banner
    
    * chore: remove block time banner
    
    * fix(Loans): loan form ui and repay (#999)
    
    * fix(Modal): focus inside dialog (#1000)
    
    * feat: add use-wallet hook (#992)
    
    * fix: add transaction feedback to pools and lending (#1017)
    
    * chore(Loans): add tests
    
    * fix: tests
    
    * attemp - borrow
    
    * try
    
    * try
    
    * continue
    
    * fix
    
    * fix
    
    * fix
    
    * final
    
    * try fetcj
    
    * refactor
    
    * fix: move to unit test cases
    
    * chore: remove unused dependencies
    
    * chore: remove unused dependencies
    
    * fix: adapt tests
    
    * Trigger Build
    
    * refactor: patch chain icon component
    
    * chore: bump lib
    
    * chore: bump lib
    
    * chore: add amm tests (#969)
    
    * fix: missing Modal props and Overlay styles (#1033)
    
    * feat(Swap): add price impact limit
    
    * feat: final
    
    * fix: TokenInput select (#1036)
    
    * refactor: fix merge conflict regression
    
    * feature: sentry dependencies and init
    
    * fix: token input regression
    
    * fix: add missing dictionary item
    
    * fix(loans): fix max repay amount
    
    * fix(Swap): add check for usd value price impact
    
    * refactor: update condition
    
    * chore: release v2.28.1
    
    * chore: update T&Cs link
    
    * chore: update T&C links
    
    * chore: move sentry dns to env variable
    
    * chore: update lib with hotfix for Vault Dashboard
    
    * Revert "fix(loans): fix max repay amount" (#1051)
    
    * fix(Loans): max loan action
    
    * fix: liquidation alert
    
    * chore: add tests
    
    * chore: add faulty code test
    
    * refactor: revert sentry config
    
    * fix: add shorten address prop to address UI
    
    * chore: release v2.28.2
    
    * fix: console warnings
    
    * fix: versions
    
    * feat: added kint faucet, cond. on kint balance to topbar
    
    * fix(Loans): apy label
    
    * feat: added kint faucet, cond. on kint balance to topbar (#1062)
    
    * fix: allow manual issue execution for confirmed transactions
    
    * fix: allow manual issue execution for confirmed transactions
    
    * feature: add fathom script
    
    * feature: add fathom script
    
    * chore: update env variables
    
    * feature: add notProducingBlocks banners
    
    * fix: render warning banner in correct place
    
    * fix: remove warning banner
    
    * fix: add check for required griefing collateral
    
    * fix: add check for required griefing collateral
    
    * fix: vault on-boarding
    
    * chore: version bump
    
    * chore: bump bridge version
    
    * chore: bump bridge version
    
    * chore: version bump
    
    * chore: add a comment to ReplaceTX
    
    * chore: format some code automatically
    
    * feat: add view-details column to IssueRequestsTable
    
    * feat: add view-details to RedeemRequestsTable
    
    * feat: add view-details columns to VaultIssueRequestsTable & VaultRedeemRequestsTable
    
    * refactor: componentize with ViewRequestDetailsLink
    
    * feat: add owner check to ManualIssueExecutionUI
    
    * chore: bump lib
    
    * chore: version bump
    
    * chore: correct version bump
    
    * hotfix: filter erroring vaults
    
    * chore: add comment
    
    * chore: comment
    
    * chore: change discord link
    
    * chore: bump bridge version
    
    * chore: bump lib
    
    * chore: specify correct lib version
    
    * chore: comment out breaking changes
    
    * chore: remove block time banner
    
    * chore: remove unused dependencies
    
    * Trigger Build
    
    * chore: bump lib
    
    * feat: added kint faucet, cond. on kint balance to topbar
    
    ---------
    
    Co-authored-by: tomjeatt <[email protected]>
    Co-authored-by: Thomas Jeatt <[email protected]>
    Co-authored-by: Dominik Harz <[email protected]>
    Co-authored-by: Rui Simão <[email protected]>
    Co-authored-by: crypto-engineer <[email protected]>
    Co-authored-by: crypto-engineer <[email protected]>
    Co-authored-by: Peter <[email protected]>
    Co-authored-by: Dominik Harz <[email protected]>
    
    * chore: release v2.28.3
    
    * fix: available balance to use transfarable
    
    * feat: change get prices refetch interval
    
    * chore: release v2.28.4
    
    * feat(Pools): add custom input amounts mode
    
    * chore: release v2.28.5
    
    * feat: add refetch balances and form validation deps
    
    * chore: trigger build
    
    * refactor: remove substrate developer console
    
    * chore: release v2.28.6
    
    * chore: fix test workflow
    
    * fix: code review
    
    * chore: improve pipeline performance (#1075)
    
    * fix: package.json resolutions (#1077)
    
    * fix: show transferable balance for selected currency
    
    * refactor: apply top bar patch
    
    * refactor: validate issue against transferable balance
    
    * chore: bump version
    
    * refactor: update validation message
    
    * refactor: correct translation entry
    
    * refactor: update validation message
    
    * api: add market data api
    
    * api: add market data api
    
    * api: add market data api
    
    * api: add market data api
    
    * api: add market data api
    
    * api: add market data api
    
    * chore: fix issue form snapshot test
    
    * api: add market data api
    
    * api: add market data api
    
    * api: add market data api
    
    * refactor: improve github workflows, remove unused code and clean-up package.json (#1076)
    
    * refactor: prices endpoint can be absolute or relative
    
    * chore: add market data endpoint to config
    
    * chore: add missing env variable
    
    * chore: remove stray comma
    
    * refactor: improve variable name
    
    * chore: release v2.28.8
    
    * chore: add resolutions for various polkadot packages (#1089)
    
    * Fix input field width issue (#1090)
    
    * fix: input field width
    
    * fix: rename max weeks to total weeks
    
    * chore: bump ui version
    
    * chore: bump XCM bridge (#1093)
    
    * feat(Wallet): add page (#1001)
    
    * feat(Wallet): add page
    
    * feat: add WalletIcon
    
    * feat: copy address
    
    * wip
    
    * feat: staking table
    
    * feat: refactor and add lending
    
    * refactor: clean up code
    
    * wip
    
    * feat: add List card
    
    * continue
    
    * fix: continue
    
    * feat: continue
    
    * feat(CTALink): improve
    
    * feat: add responsiveness and swap handling
    
    * feat: final
    
    * feat: add responsive prop
    
    * fix: clean up List and Divider
    
    * feat: add tests
    
    * feat: add final tests
    
    * fix: code review
    
    * feat: add vesting and tests
    
    * fix: code review
    
    * Tom/bug/burn form collateral tokens (#1042)
    
    * refactor: loop collateral to get burnable tokens
    
    * refactor: revert previous change and simplify
    
    * refactor: add function to filter tokens
    
    * refactor: fetch collateral currencies and render token values
    
    * wip: form layout and translation
    
    * wip: set data and selected collateral
    
    * chore: remove console log
    
    * refactor: remove single collateral code
    
    * chore: comment
    
    * fix: incorrect USD value
    
    * chore: remove testing code
    
    * refactor: remove native token import
    
    * refactor: add BurnableCollateral type
    
    * refactor: add fullWidth prop and label to token selector
    
    * refactor: collateral icon
    
    * chore: add dictionary item
    
    * chore: remove unnecessary conditional operators
    
    * refactor: handle callback
    
    * refactor: fix failing test
    
    * chore: remove unused code
    
    * refactor: add success notification to burn form
    
    * Add CORS to market data (#1096)
    
    * chore: add env variables to config
    
    * chore: add cors to market data api
    
    ---------
    
    Co-authored-by: ns212 <[email protected]>
    
    * fix: revert to using 0.2.x version of the bridge (#1095)
    
    * chore: improve price impact warning copy
    
    * chore: release v2.29.0
    
    * fix(amm): use correct hooks dependencies (#1105)
    
    * fix: update useGetCurrencies callbacks dependency arrays (#1108)
    
    * chore: release v2.29.1
    
    * [wallet] improve wallet balance (#1109)
    
    * wip: correct wallet balance
    
    * refactor: account for borrow and lend positions when calculating total balance
    
    * refactor: add total liquidity balance
    
    * fix: typo
    
    * chore: add TODO
    
    * refactor: remove unnecessary toString call
    
    * refactor: redirect home route to wallet if enabled, defaulting to bridge if not
    
    * refactor: remove duplicated calculations
    
    * refactor: return liquidity pools calculation from hook
    
    * chore: release v2.29.2
    
    * refactor: use current block when calculating lock time extension (#1118)
    
    * Tom/hotfix/use correct xcm names (#1119)
    
    * refactor: use display value for chain names
    
    * refactor: use correct display value for XCM channels
    
    * chore: release v2.29.3
    
    * fix: correct apy calculation (#1123)
    
    * fix: correct apy calculation
    
    * refactor: set extension time as variable
    
    * chore: release v2.29.4
    
    * fix: prevent rewards estimate from being called when user has insufficient balance (#1126)
    
    * chore: release v2.29.5
    
    ---------
    
    Co-authored-by: Peter <[email protected]>
    Co-authored-by: Peter Slaný <[email protected]>
    Co-authored-by: Dominik Harz <[email protected]>
    Co-authored-by: Dominik Harz <[email protected]>
    Co-authored-by: alexei <[email protected]>
    Co-authored-by: crypto-engineer <[email protected]>
    Co-authored-by: Daniel Simão <[email protected]>
    Co-authored-by: crypto-engineer <[email protected]>
    Co-authored-by: Alexei Zamyatin <[email protected]>
    Co-authored-by: ns212 <[email protected]>
    Co-authored-by: Brendon Votteler <[email protected]>
    Co-authored-by: Chanakya888 <[email protected]>
    
    * fix: revert change which blocks rewards calculation
    
    * chore: release v2.30.5
    
    * [release] Interlay 2.32.4 (#1231)
    
    * feat: redirect when access from forbidden country is detected (#1209)
    
    * Feature/updated transfer UI (#876)
    
    * refactor: use updated tab component
    
    * refactor: duplicated form titles
    
    * refactor: remove redundant hook calls
    
    * refactor: prefer title case
    
    * wip: XCM transfer form UI
    
    * wip: updated form UI
    
    * wip: account selector placeholder component
    
    * wip: account selector modal
    
    * wip: modal open and close actions
    
    * wip: update modal type
    
    * wip: get accounts
    
    * wip: add identicon and rename component for consistency
    
    * wip: account input component
    
    * fix: remove redundant icons prop
    
    * feat: implement with SelectTrigger
    
    * wip: styling and account selection value
    
    * wip: handle setting account data
    
    * refactor: better naming
    
    * wip: address list styling
    
    * refactor: rename defaultAccount
    
    * wip: chain selector placeholder component
    
    * wip: duplicate account component and rename
    
    * chore: delete redundant legacy component
    
    * wip: logic for fetching and rendering chain ids
    
    * wip: chain item styling
    
    * wip: selected chain styling
    
    * chore: add comment
    
    * refactor: pass through native token to icon component
    
    * feature: add chain icon component
    
    * chore: add comment
    
    * chore: correct file name casing
    
    * refactor: improve folder structure
    
    * wip: form layout styling
    
    * chore: add arrow icon
    
    * chore: add logos and correct svg titles
    
    * chore: remove redundant svg prop
    
    * chore: rename arrow icon
    
    * chore: consistent use of styled components
    
    * refactor: remove padding from modal body
    
    * wip: formik integration work
    
    * wip: extend useXCMBridge to return available chains and utility methods
    
    * chore: move Chain and Chains types to types directory
    
    * feat: layout and form implementation
    
    * feat: add schema
    
    * feat: final
    
    * wip: refactor useXCMBridge hook
    
    * refactor: add endpoints type
    
    * refactor: wrap methods in useCallback
    
    * refactor: fix bug in hook method
    
    * chore: bump bridge version
    
    * wip: set originating and destination chain values
    
    * refactor: set from chain value on field change
    
    * wip: set originating chain value
    
    * refactor: mergeProps to set field value
    
    * refactor: handle setting origin/destination chain values
    
    * wip: get tokens method
    
    * wip: first iteration of balances function
    
    * wip: handle tokens array
    
    * wip: set token value
    
    * wip: get token balances
    
    * wip: return token and balances in single method
    
    * wip: mapped tokens
    
    * refactor: handle default chain values
    
    * refactor: better organised function order
    
    * wip: handle change events
    
    * wip: handle setting tokens
    
    * wip: handle fetching tokens and balances
    
    * wip: convert input configs
    
    * wip: handle token change
    
    * wip: get token USD price
    
    * Trigger Build
    
    * chore: remove unused import
    
    * chore: correct eslintignore syntax
    
    * wip: handle breaking changes
    
    * wip: disable token input when select items value is 1
    
    * chore: set first token item as variable
    
    * wip: handle setting and changing values
    
    * chire: add loading spinner
    
    * refactor: add loading state
    
    * refactor: filter destination chains
    
    * chore: remove console log
    
    * chore: bump XCM bridge version
    
    * chore: update config
    
    * refactor: configure validation
    
    * chore: revert change to useForm hook
    
    * wip: form validation
    
    * wip: working form validation
    
    * wip: undefined validation parameters
    
    * refactor: return dest fee estimate from bridge hook
    
    * feature: show fees and fee estimates
    
    * chore: conditional operators
    
    * refactor: handle ticker change correctly
    
    * wip: sendTransaction method
    
    * Revert "wip: sendTransaction method"
    
    This reverts commit 3ade26dda26c7cc14f9db9e7c005b66863fa9139.
    
    * fix: USD amounts
    
    * wip: send transactions
    
    * refactor: bump bridge and use getNativeToken method
    
    * chore: bump bridge
    
    * refactor: move submit logic to useMutation hook
    
    * fix: type mismatches
    
    * refactor: white space/comments
    
    * refactor: add transaction fee validation
    
    * chore: typo
    
    * chore: remove console log
    
    * refactor: remove duplicated monetary conversion
    
    * refactor: remove duplicate code
    
    * Revert "refactor: remove duplicate code"
    
    This reverts commit bd29f8c5661e327c5285d1020c534dab2deae806.
    
    * Revert "refactor: remove duplicated monetary conversion"
    
    This reverts commit 5fd3d645eb7d8edc00cfe8ced186d4e2432af9fc.
    
    * refactor: use monetaryAmount when constructing transaction
    
    * refactor: remove duplicated code for fetching tokens
    
    * refactor: default XCM origin
    
    * Revert "refactor: remove duplicated code for fetching tokens"
    
    This reverts commit 8f31ee8667adcd49f5aaebb7db2f205afb5e9725.
    
    * chore: remove comment
    
    * chore: fix errors
    
    * fix: set default value to empty string to prevent React error
    
    * refactor: removed unwanted force validation parameters
    
    * refactor: remove redundant method
    
    * refactor: add method return type
    
    * refactor: add method return type
    
    * refactor: correct type error
    
    * refactor: fix destFee type error
    
    * refactor: remove fees validation and revert destFee return value
    
    * chore: remove console log
    
    * refactor: remove redundant method
    
    * refactor: disable validation on change
    
    * chore: remove commented out code
    
    * wip: use select component for chain selector
    
    * fix: handle chain select functions
    
    * refactor: type chain id as ChainName
    
    * Revert "refactor: type chain id as ChainName"
    
    This reverts commit d05e0128cb4b5ac1d00ac07808ebdf9858739165.
    
    * chore: remove unused component files
    
    * refactor: remove duplicated transaction logic
    
    * fix: make to/from field types more specific
    
    * fix: revert yup.custom changes and cast validation
    
    * fix: set correct destination chain
    
    * refator: handle token data
    
    * refactor: add use callback
    
    * fix: correct rendering logic
    
    * fix: update dependencies
    
    * chore: delete unused styles
    
    * chore: fix merge issue with transfer form
    
    * fix: change validation handling
    
    * Revert "fix: change validation handling"
    
    This reverts commit c0cb3062aad3540b2afad7d375024d872924a62c.
    
    * refactor: only display transfer amount if amount has been entered
    
    * chore: config changes
    
    * chore: add missing icons
    
    * chore: Hydra chain icon
    
    * fix: add error text to CTA
    
    * Tom/xcm fixes (#1213)
    
    * refactor: specify endpoints and remove unnecessary logic
    
    * fix: save file before committing
    
    * fix: disable refetch
    
    * chore: update endpoints
    
    * chore: remove log
    
    * chore: rename file
    
    * chore: add additional acala/karura endpoints
    
    ---------
    
    Co-authored-by: Rui Simão <[email protected]>
    
    * chore: release v2.32.0
    
    * Update API healthchecks (#778)
    
    * Chore - add vault healthcheck
    
    * Chore - add vault healthcheck
    
    * Chore - add vault healthcheck
    
    * [earn strategies] placeholder page, nav and feature flag (#1216)
    
    * chore: bump icons dependency
    
    * feature: earn strategies placeholder page and feature flag
    
    * feat: add useTransaction (#1189)
    
    * chore: update monetary to latest 0.7.3 (#1214)
    
    * chore: update monetary to latest 0.7.3
    
    * chore: update lib
    
    * chore: bump lib and bridge (#1219)
    
    * chore: release v2.32.1
    
    * fix: add missing icons and remove erroring RPC (#1222)
    
    * fix: add missing icons and remove erroring RPC
    
    * Update src/pages/Transfer/CrossChainTransferForm/components/ChainIcon/icons/Acala.tsx
    
    Co-authored-by: Peter Slaný <[email protected]>
    
    * Update src/pages/Transfer/CrossChainTransferForm/components/ChainIcon/icons/Astar.tsx
    
    Co-authored-by: Peter Slaný <[email protected]>
    
    * Update src/pages/Transfer/CrossChainTransferForm/components/ChainIcon/icons/Parallel.tsx
    
    Co-authored-by: Peter Slaný <[email protected]>
    
    ---------
    
    Co-authored-by: Peter Slaný <[email protected]>
    
    * chore: release v2.32.2
    
    * fix: compare input configs with method not operator (#1225)
    
    * refactor: reset selected account on account change (#1226)
    
    * chore: release v2.32.3
    
    * feature: add geoblock feature flag (#1230)
    
    * chore: release v2.32.4
    
    ---------
    
    Co-authored-by: Peter Slaný <[email protected]>
    Co-authored-by: Rui Simão <[email protected]>
    Co-authored-by: ns212 <[email protected]>
    
    * [release] Interlay 2.32.5 (#1235)
    
    * feat: redirect when access from forbidden country is detected (#1209)
    
    * Feature/updated transfer UI (#876)
    
    * refactor: use updated tab component
    
    * refactor: duplicated form titles
    
    * refactor: remove redundant hook calls
    
    * refactor: prefer title case
    
    * wip: XCM transfer form UI
    
    * wip: updated form UI
    
    * wip: account selector placeholder component
    
    * wip: account selector modal
    
    * wip: modal open and close actions
    
    * wip: update modal type
    
    * wip: get accounts
    
    * wip: add identicon and rename component for consistency
    
    * wip: account input component
    
    * fix: remove redundant icons prop
    
    * feat: implement with SelectTrigger
    
    * wip: styling and account selection value
    
    * wip: handle setting account data
    
    * refactor: better naming
    
    * wip: address list styling
    
    * refactor: rename defaultAccount
    
    * wip: chain selector placeholder component
    
    * wip: duplicate account component and rename
    
    * chore: delete redundant legacy component
    
    * wip: logic for fetching and rendering chain ids
    
    * wip: chain item styling
    
    * wip: selected chain styling
    
    * chore: add comment
    
    * refactor: pass through native token to icon component
    
    * feature: add chain icon component
    
    * chore: add comment
    
    * chore: correct file name casing
    
    * refactor: improve folder structure
    
    * wip: form layout styling
    
    * chore: add arrow icon
    
    * chore: add logos and correct svg titles
    
    * chore: remove redundant svg prop
    
    * chore: rename arrow icon
    
    * chore: consistent use of styled components
    
    * refactor: remove padding from modal body
    
    * wip: formik integration work
    
    * wip: extend useXCMBridge to return available chains and utility methods
    
    * chore: move Chain and Chains types to types directory
    
    * feat: layout and form implementation
    
    * feat: add schema
    
    * feat: final
    
    * wip: refactor useXCMBridge hook
    
    * refactor: add endpoints type
    
    * refactor: wrap methods in useCallback
    
    * refactor: fix bug in hook method
    
    * chore: bump bridge version
    
    * wip: set originating and destination chain values
    
    * refactor: set from chain value on field change
    
    * wip: set originating chain value
    
    * refactor: mergeProps to set field value
    
    * refactor: handle setting origin/destination chain values
    
    * wip: get tokens method
    
    * wip: first iteration of balances function
    
    * wip: handle tokens array
    
    * wip: set token value
    
    * wip: get token balances
    
    * wip: return token and balances in single method
    
    * wip: mapped tokens
    
    * refactor: handle default chain values
    
    * refactor: better organised function order
    
    * wip: handle change events
    
    * wip: handle setting tokens
    
    * wip: handle fetching tokens and balances
    
    * wip: convert input configs
    
    * wip: handle token change
    
    * wip: get token USD price
    
    * Trigger Build
    
    * chore: remove unused import
    
    * chore: correct eslintignore syntax
    
    * wip: handle breaking changes
    
    * wip: disable token input when select items value is 1
    
    * chore: set first token item as variable
    
    * wip: handle setting and changing values
    
    * chire: add loading spinner
    
    * refactor: add loading state
    
    * refactor: filter destination chains
    
    * chore: remove console log
    
    * chore: bump XCM bridge version
    
    * chore: update config
    
    * refactor: configure validation
    
    * chore: revert change to useForm hook
    
    * wip: form validation
    
    * wip: working form validation
    
    * wip: undefined validation parameters
    
    * refactor: return dest fee estimate from bridge hook
    
    * feature: show fees and fee estimates
    
    * chore: conditional operators
    
    * refactor: handle ticker change correctly
    
    * wip: sendTransaction method
    
    * Revert "wip: sendTransaction method"
    
    This reverts commit 3ade26dda26c7cc14f9db9e7c005b66863fa9139.
    
    * fix: USD amounts
    
    * wip: send transactions
    
    * refactor: bump bridge and use getNativeToken method
    
    * chore: bump bridge
    
    * refactor: move submit logic to useMutation hook
    
    * fix: type mismatches
    
    * refactor: white space/comments
    
    * refactor: add transaction fee validation
    
    * chore: typo
    
    * chore: remove console log
    
    * refactor: remove duplicated monetary conversion
    
    * refactor: remove duplicate code
    
    * Revert "refactor: remove duplicate code"
    
    This reverts commit bd29f8c5661e327c5285d1020c534dab2deae806.
    
    * Revert "refactor: remove duplicated monetary conversion"
    
    This reverts commit 5fd3d645eb7d8edc00cfe8ced186d4e2432af9fc.
    
    * refactor: use monetaryAmount when constructing transaction
    
    * refactor: remove duplicated code for fetching tokens
    
    * refactor: default XCM origin
    
    * Revert "refactor: remove duplicated code for fetching tokens"
    
    This reverts commit 8f31ee8667adcd49f5aaebb7db2f205afb5e9725.
    
    * chore: remove comment
    
    * chore: fix errors
    
    * fix: set default value to empty string to prevent React error
    
    * refactor: removed unwanted force validation parameters
    
    * refactor: remove redundant method
    
    * refactor: add method return type
    
    * refactor: add method return type
    
    * refactor: correct type error
    
    * refactor: fix destFee type error
    
    * refactor: remove fees validation and revert destFee return value
    
    * chore: remove console log
    
    * refactor: remove redundant method
    
    * refactor: disable validation on change
    
    * chore: remove commented out code
    
    * wip: use select component for chain selector
    
    * fix: handle chain select functions
    
    * refactor: type chain id as ChainName
    
    * Revert "refactor: type chain id as ChainName"
    
    This reverts commit d05e0128cb4b5ac1d00ac07808ebdf9858739165.
    
    * chore: remove unused component files
    
    * refactor: remove duplicated transaction logic
    
    * fix: make to/from field types more specific
    
    * fix: revert yup.custom changes and cast validation
    
    * fix: set correct destination chain
    
    * refator: handle token data
    
    * refactor: add use callback
    
    * fix: correct rendering logic
    
    * fix: update dependencies
    
    * chore: delete unused styles
    
    * chore: fix merge issue with transfer form
    
    * fix: change validation handling
    
    * Revert "fix: change validation handling"
    
    This reverts commit c0cb3062aad3540b2afad7d375024d872924a62c.
    
    * refactor: only display transfer amount if amount has been entered
    
    * chore: config changes
    
    * chore: add missing icons
    
    * chore: Hydra chain icon
    
    * fix: add error text to CTA
    
    * Tom/xcm fixes (#1213)
    
    * refactor: specify endpoints and remove unnecessary logic
    
    * fix: save file before committing
    
    * fix: disable refetch
    
    * chore: update endpoints
    
    * chore: remove log
    
    * chore: rename file
    
    * chore: add additional acala/karura endpoints
    
    ---------
    
    Co-authored-by: Rui Simão <[email protected]>
    
    * chore: release v2.32.0
    
    * Update API healthchecks (#778)
    
    * Chore - add vault healthcheck
    
    * Chore - add vault healthcheck
    
    * Chore - add vault healthcheck
    
    * [earn strategies] placeholder page, nav and feature flag (#1216)
    
    * chore: bump icons dependency
    
    * feature: earn strategies placeholder page and feature flag
    
    * feat: add useTransaction (#1189)
    
    * chore: update monetary to latest 0.7.3 (#1214)
    
    * chore: update monetary to latest 0.7.3
    
    * chore: update lib
    
    * chore: bump lib and bridge (#1219)
    
    * chore: release v2.32.1
    
    * fix: add missing icons and remove erroring RPC (#1222)
    
    * fix: add missing icons and remove erroring RPC
    
    * Update src/pages/Transfer/CrossChainTransferForm/components/ChainIcon/icons/Acala.tsx
    
    Co-authored-by: Peter Slaný <[email protected]>
    
    * Update src/pages/Transfer/CrossChainTransferForm/components/ChainIcon/icons/Astar.tsx
    
    Co-authored-by: Peter Slaný <[email protected]>
    
    * Update src/pages/Transfer/CrossChainTransferForm/components/ChainIcon/icons/Parallel.tsx
    
    Co-authored-by: Peter Slaný <[email protected]>
    
    ---------
    
    Co-authored-by: Peter Slaný <[email protected]>
    
    * chore: release v2.32.2
    
    * fix: compare input configs with method not operator (#1225)
    
    * refactor: reset selected account on account change (#1226)
    
    * chore: release v2.32.3
    
    * feature: add geoblock feature flag (#1230)
    
    * chore: release v2.32.4
    
    * chore: bump bridge (#1233)
    
    * chore: release v2.32.5
    
    ---------
    
    Co-authored-by: Peter Slaný <[email protected]>
    Co-authored-by: Rui Simão <[email protected]>
    Co-authored-by: ns212 <[email protected]>
    
    * [release] Interlay 2.32.6 (#1248)
    
    * feat: redirect when access from forbidden country is detected (#1209)
    
    * Feature/updated transfer UI (#876)
    
    * refactor: use updated tab component
    
    * refactor: duplicated form titles
    
    * refactor: remove redundant hook calls
    
    * refactor: prefer title case
    
    * wip: XCM transfer form UI
    
    * wip: updated form UI
    
    * wip: account selector placeholder component
    
    * wip: account selector modal
    
    * wip: modal open and close actions
    
    * wip: update modal type
    
    * wip: get accounts
    
    * wip: add identicon and rename component for consistency
    
    * wip: account input component
    
    * fix: remove redundant icons prop
    
    * feat: implement with SelectTrigger
    
    * wip: styling and account selection value
    
    * wip: handle setting account data
    
    * refactor: better naming
    
    * wip: address list styling
    
    * refactor: rename defaultAccount
    
    * wip: chain selector placeholder component
    
    * wip: duplicate account component and rename
    
    * chore: delete redundant legacy component
    
    * wip: logic for fetching and rendering chain ids
    
    * wip: chain item styling
    
    * wip: selected chain styling
    
    * chore: add comment
    
    * refactor: pass through native token to icon component
    
    * feature: add chain icon component
    
    * chore: add comment
    
    * chore: correct file name casing
    
    * refactor: improve folder structure
    
    * wip: form layout styling
    
    * chore: add arrow icon
    
    * chore: add logos and correct svg titles
    
    * chore: remove redundant svg prop
    
    * chore: rename arrow icon
    
    * chore: consistent use of styled components
    
    * refactor: remove padding from modal body
    
    * wip: formik integration work
    
    * wip: extend useXCMBridge to return available chains and utility methods
    
    * chore: move Chain and Chains types to types directory
    
    * feat: layout and form implementation
    
    * feat: add schema
    
    * feat: final
    
    * wip: refactor useXCMBridge hook
    
    * refactor: add endpoints type
    
    * refactor: wrap methods in useCallback
    
    * refactor: fix bug in hook method
    
    * chore: bump bridge version
    
    * wip: set originating and destination chain values
    
    * refactor: set from chain value on field change
    
    * wip: set originating chain value
    
    * refactor: mergeProps to set field value
    
    * refactor: handle setting origin/destination chain values
    
    * wip: get tokens method
    
    * wip: first iteration of balances function
    
    * wip: handle tokens array
    
    * wip: set token value
    
    * wip: get token balances
    
    * wip: return token and balances in single method
    
    * wip: mapped tokens
    
    * refactor: handle default chain values
    
    * refactor: better organised function order
    
    * wip: handle change events
    
    * wip: handle setting tokens
    
    * wip: handle fetching tokens and balances
    
    * wip: convert input configs…
    15 people authored Dec 4, 2023
    2 Configuration menu
    Copy the full SHA
    7128cf6 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. Feat: expose TVLs fetched via lib as part of api endpoints (#1605)

    * bump lib to v 2.6.0 and update imports
    
    * return pooled MonetaryAmounts in json format for dex and lending
    
    * align polkadot util-crypto version in dependencies
    bvotteler authored Dec 5, 2023
    2 Configuration menu
    Copy the full SHA
    c98b33e View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

  1. chore: release v2.41.0

    tomjeatt committed Dec 14, 2023
    2 Configuration menu
    Copy the full SHA
    fa2623e View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. 2 Configuration menu
    Copy the full SHA
    8f0df0d View commit details
    Browse the repository at this point in the history
  2. Tom/update parallel xcm nodes (#1621)

    * fix: use new RPC node
    
    * use parallel node as fallback
    tomjeatt authored Jan 4, 2024
    2 Configuration menu
    Copy the full SHA
    37fb40c View commit details
    Browse the repository at this point in the history
  3. chore: release v2.41.1

    tomjeatt committed Jan 4, 2024
    2 Configuration menu
    Copy the full SHA
    ad10324 View commit details
    Browse the repository at this point in the history
  4. api: add dia fair price feed (#1619)

    * api: add dia fair price feed
    
    * api: add dia fair price feed
    ns212 authored Jan 4, 2024
    2 Configuration menu
    Copy the full SHA
    fd099b0 View commit details
    Browse the repository at this point in the history
  5. chore: release v2.41.2

    tomjeatt committed Jan 4, 2024
    2 Configuration menu
    Copy the full SHA
    9115ca0 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. Switch Bifrost RPC node (#1627)

    * fix: switch Bifrost RPC node
    
    * fix: add US located endpoint
    
    * retain Dwellir node
    tomjeatt authored Jan 17, 2024
    Configuration menu
    Copy the full SHA
    61d0ee6 View commit details
    Browse the repository at this point in the history
  2. chore: release v2.41.3

    tomjeatt committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    fbb0213 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. api: rewrite python functions in javascript (#1630)

    This fixes an issue with oversized builds which include node_modules inside the python functions despite the folder being excluded by the build process
    ns212 authored Jan 18, 2024
    2 Configuration menu
    Copy the full SHA
    3e973c4 View commit details
    Browse the repository at this point in the history
  2. chore: release v2.41.4

    tomjeatt committed Jan 18, 2024
    2 Configuration menu
    Copy the full SHA
    110e322 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. Configuration menu
    Copy the full SHA
    e2fab17 View commit details
    Browse the repository at this point in the history
  2. chore: release v2.41.5

    tomjeatt committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    68b1115 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. refactor: line chart config (#1635)

    * refactor: line chart config
    
    * remove redundant comment
    tomjeatt authored Feb 8, 2024
    Configuration menu
    Copy the full SHA
    4c15816 View commit details
    Browse the repository at this point in the history
  2. chore: release v2.41.6

    tomjeatt committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    f76b897 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. Configuration menu
    Copy the full SHA
    4d911fe View commit details
    Browse the repository at this point in the history
  2. chore: release v2.41.7

    tomjeatt committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    853586e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    40af212 View commit details
    Browse the repository at this point in the history
  4. Revert "[release] Interlay 2.41.7 (#1639)" (#1641)

    This reverts commit 40af212.
    tomjeatt authored Feb 9, 2024
    Configuration menu
    Copy the full SHA
    12b3841 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. hotfix: XCM polkadot/kintsugi max transferable balance (#1645)

    * hotfix: check if XCM transaction is from Polkadot/Kusama and adjust max transferable balance
    
    * remove unnecessary conditional
    tomjeatt authored Feb 23, 2024
    Configuration menu
    Copy the full SHA
    553c1f5 View commit details
    Browse the repository at this point in the history
  2. chore: release v2.41.8

    tomjeatt committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    709e416 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. chore: bump bridge (#1648)

    tomjeatt authored Feb 27, 2024
    Configuration menu
    Copy the full SHA
    3145baa View commit details
    Browse the repository at this point in the history
  2. chore: release v2.41.9

    tomjeatt committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    abd15cc View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. Tom/bridge 0.5.1 (#1651)

    * chore: bump bridge
    
    * fix: revert xcm UI hotfix
    tomjeatt authored Mar 1, 2024
    Configuration menu
    Copy the full SHA
    3afbb64 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. api: add Vercel KV cache for storing market data (#1654)

    * api: add Vercel KV cache for storing market data
    
    * ci: update github actions
    
    * api: increase market_data api timeout to 10 seconds
    
    * api: increase market_data api timeout to 10 seconds
    
    * api: add Vercel KV cache for storing market data
    
    * api: add Vercel KV cache for storing market data
    
    * api: add Vercel KV cache for storing market data - fix typo
    
    * api: add Vercel KV cache for storing market data - fix typo
    ns212 authored Mar 11, 2024
    Configuration menu
    Copy the full SHA
    dd617e5 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. HDX and BNC icons (#1655)

    * feature: HDX and BNC icons
    
    * correct BNC icon
    tomjeatt authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    2134d96 View commit details
    Browse the repository at this point in the history
  2. chore: release v2.41.10

    tomjeatt committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    eed13ec View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. chore: release v2.41.11

    tomjeatt committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    92ba0ba View commit details
    Browse the repository at this point in the history
  2. api: improve cache-control headers (#1659)

    * api: use coingecko for UI market data
    
    * api: use coingecko for UI market data. store js objects in redis
    
    According to the vercel documentation get() and set() support js objects so we do not need to serialise them. Ref.: https://vercel.com/docs/storage/vercel-kv/kv-reference#set
    
    * api: re-enable diadata market data
    
    ---------
    
    Co-authored-by: tomjeatt <[email protected]>
    ns212 and tomjeatt authored Apr 5, 2024
    Configuration menu
    Copy the full SHA
    d84d927 View commit details
    Browse the repository at this point in the history
  3. chore: release v2.41.12

    tomjeatt committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    cb04e6b View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Fixed a small dashboard display issue (#1658)

    Co-authored-by: tomjeatt <[email protected]>
    mafux777 and tomjeatt authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    18da743 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Configuration menu
    Copy the full SHA
    d7cfd80 View commit details
    Browse the repository at this point in the history
  2. chore: release v2.41.13

    tomjeatt committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    58d0cc5 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. exclude USDC.wh from foreign assets (#1643)

    * fix: exclude USDC.wh from foreign assets
    
    * chore: consistent naming
    tomjeatt authored Jul 10, 2024
    Configuration menu
    Copy the full SHA
    ce04e8a View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. chore: Update xcm-endpoints.ts (#1669)

    * chore: Update xcm-endpoints.ts
    
    * chore: update xcm-endpoints for polkadot and kusama
    bvotteler authored Sep 5, 2024
    Configuration menu
    Copy the full SHA
    1908e38 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Cherry pick: api: add phala-network to the pricefeed (#1668) (#1670)

    * api: add phala-network to the pricefeed (#1668)
    
    (cherry picked from commit b8ffbe2)
    
    * Feat: bump xcm lib (#1671)
    
    * chore: update @interlay/bridge (xcm lib)
    
    * feat: add phala wss endpoints, add additional bifrost_polkadot endooints
    
    * chore: updated yarn lock file
    
    ---------
    
    Co-authored-by: ns212 <[email protected]>
    bvotteler and ns212 authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    aaf1396 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Configuration menu
    Copy the full SHA
    2475b8d View commit details
    Browse the repository at this point in the history
  2. chore: release v2.41.14

    tomjeatt committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    cb767c1 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into release/interlay/2.41.14

    * master: (246 commits)
      chore: release v2.41.14
      chore: update XCM nodes (#1672)
      Cherry pick: api: add phala-network to the pricefeed (#1668) (#1670)
      chore: Update xcm-endpoints.ts (#1669)
      exclude USDC.wh from foreign assets (#1643)
      chore: release v2.41.13
      chore: bump bridge and add new dependency (#1664)
      Fixed a small dashboard display issue (#1658)
      chore: release v2.41.12
      api: improve cache-control headers (#1659)
      chore: release v2.41.11
      chore: release v2.41.10
      HDX and BNC icons (#1655)
      api: add Vercel KV cache for storing market data (#1654)
      Tom/bridge 0.5.1 (#1651)
      chore: release v2.41.9
      chore: bump bridge (#1648)
      chore: release v2.41.8
      hotfix: XCM polkadot/kintsugi max transferable balance (#1645)
      Revert "[release] Interlay 2.41.7 (#1639)" (#1641)
      ...
    
    # Conflicts:
    #	package.json
    #	src/hooks/api/use-get-currencies.tsx
    #	src/hooks/api/xcm/xcm-endpoints.ts
    #	yarn.lock
    tomjeatt committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    9085b56 View commit details
    Browse the repository at this point in the history