Skip to content

v2.45.0

Latest
Compare
Choose a tag to compare
@superKalo superKalo released this 24 Feb 16:29
· 40 commits to v2 since this release
e5f9bcd

Changelog:

  • Added: New deployless v for the Relayer #1318
  • Added: Benzin: Display actual txn fee #1317
  • Added: A prop increasePreVerGas to increase the preVerGas provided by the bundler on base/opt to make the UX better (less fee underpriced errors) #1330
  • Changed: Keystore custom extra entropy when creating main key and to the random seed phrase generation when creating a wallet from a new Seed Phrase #1295
  • Changed: Humanizer: The text for the fallback humanization #1320
  • Changed: Don't emit update if the update can be skipped, defi positions (+ also improve one error) #1321
  • Changed: Refactor Gas Tank v2 #1311 and #1331
  • Fixed: Significant balance decrease banner (When we perform a SWAP (or any other activity that results in a new portfolio token), the BalanceDecreaseBanner was shown if the output token was new to the portfolio. This happened because the newly acquired token hadn't yet been added to the portfolio through our learning/discovery process) #1303
  • Fixed: Swap from token amount without zero (.1) error #1312
  • Fixed: Closing entry point authorization request window doesn't reject the queued transaction #1309
  • Fixed: active route status remains pending forever due to a failed transaction because Socket does not update the route status to "Failed" in that case #1316
  • Fixed: Swap failure not humanized during broadcast #1314
    • Fix: SwapFailed not humanized on broadcast- The swap could fail between reestimations, leading to a broadcast error that wasn’t properly humanized.
    • Fix: PREPROCESSOR_BUNDLER_HANDLERS were interfering with PREPROCESSOR_HANDLERS (resetting the reason to '')
    • Fix: humanizeEstimationOrBroadcastError doesn't fallback to error message if reason is falsy
  • Fixed: Current action not reset on removeAction (actions ctrl) #1323
  • Fixed: The checks in updateCashbackStatus #1331

Full Changelog: v2.44.0...v2.45.0