Skip to content

v2.105.3

Choose a tag to compare

@superKalo superKalo released this 30 Jul 11:26
a439e9a

Changelog:

  • Changed: Renamed an internal portfolio and DeFi positions request parameter (staleOk to cache) to match what the relayer API expects #2579
  • Fixed: A confusing glitch where a swap simulation could flash correctly, then wrongly show "No token balance changes detected" #2577
    • Happened when approving a token and then immediately starting a swap on the same network, since the two requests could overwrite each other's results.
    • The wallet now always keeps the latest simulation instead of letting an older, already-confirmed request's cleanup wipe it out.
  • Fixed: More reliable detection of whether a network properly supports state override #2581
    • Some networks (e.g. Etherlink) were previously misjudged because support was inferred as a side effect of another check. It is now tested directly, avoiding incorrect smart account support results on such networks.

Full Changelog: v2.105.2...v2.105.3