Skip to content

v2.30.0

Latest
Compare
Choose a tag to compare
@superKalo superKalo released this 07 Nov 15:50
· 122 commits to v2 since this release
db779dd

Changelog:

  • Added: Humanizer: Add methods for Socket and AAVE #1072
  • Added: Paymaster step #1065
    • a timeout of 8s before declaring the paymaster request a failure (ask the user to retry)
    • an isSignRequestStillActive to query the application state from in-memory and understand whether the user has rejected the request while waiting for the paymaster response
    • another sign status: WaitingForPaymaster
  • Changed: Make estimateEOA not required #1078
  • Changed: Allow manually hiding the activity banner #1060
  • Fixed: min 1 gwei for gasPrice (The problem with SEI network was that sometimes there were no transactions in the last block, making our calculation 0 for gas price) #1073
  • Fixed: Swap & Bridge glitches #1059 and #1075
    • Fixed: Continuous "Failed to fetch routes for this pair" error thrown when updating the quote for swapping (not bridging) tokens
    • Approval bugs AmbireTech/ambire-app#3114
  • Fixed: Update Swap & Bridge "from" token with the latest from portfolio tokens #1076
    • Fixed: Updates from token when the selected account gets changed
    • Fixed: Updates from token amount if the currently selected account receives or sends the token in the meantime.
  • Fixed: Update swap or bridge route status to "in progress" before polling txn id (that could be slow) #1080

Full Changelog: v2.29.0...v2.30.0