Skip to content

v1.18.26

Choose a tag to compare

@CassioMG CassioMG released this 29 Apr 17:24
· 20 commits to main since this release
d34cf7a

Release Changes

Improvements

  • "Forgot Password" confirmation step — tapping "Forgot Password" now opens a confirmation modal first, making it much harder to accidentally wipe your wallet. (#830)

Fixes

  • Long-standing Android crash on app restoration — fixes the top MainActivity.onCreate crash that fired when Android tried to restore the app from a saved state. Screen reconstruction is now correctly driven by React Navigation rather than Android's fragment manager. (#844)
  • No more misleading "transaction expected to fail" warnings on contract sends — sending contract tokens, collectibles, or any asset to a contract address (C...) no longer triggers the unfunded-destination warning, since those transfers don't rely on classic account ledger entries. SAC-wrapped classic assets correctly keep the warning. (#827, #836, #842)

Under the hood

  • iOS builds work on Xcode 26.4 — fixes a fmt C++20 consteval compile error triggered by Apple clang 21, and lifts the CI Xcode cap so the latest stable Xcode can be selected again. (#841)
  • Contributing guide — new guide to help external contributors get up and running faster. (#804)

Full Changelog: v1.17.26...v1.18.26