Solar Wallet Changelog

What's new in Solar Wallet 0.28.0

Oct 27, 2021
  • Features:
  • Add support for sending payments to muxed accounts (see https://developers.stellar.org/docs/glossary/muxed-accounts/)
  • Add IDK token to list of popular assets
  • Bug fixes:
  • Fix error shown for exceeding quota of localStorage

New in Solar Wallet 0.27.2 (Jul 6, 2021)

  • Bug fixes:
  • Make testnet transactions work again

New in Solar Wallet 0.27.1 (Jun 7, 2021)

  • Bug fixes:
  • Major network performance fix
  • Speed up payments
  • No spinner on confirm or retry button shown
  • Trading view input fixes
  • Fix "invalid price" error in trading view

New in Solar Wallet 0.27.0 (May 7, 2021)

  • New Features:
  • New and improved multi-signature features
  • Spanish translations
  • Retry button for failed transactions
  • Handle failed price calculation in trading view
  • Bug Fixes:
  • Fix wrong spendable balance for accounts with more than 10 open orders
  • Fix app crashing in deposit/withdrawal due to transfer server
  • Fix some submit buttons not indicating progress

New in Solar Wallet 0.25.2 (Jul 1, 2020)

  • Features:
  • Support submitting transactions to LOBSTR Vault (#1040)
  • Bug fixes:
  • Fix Stellar web authentication to fix deposits/withdrawals (#1101)
  • Fix visual glitch in carousel view (#1069)
  • Fix fingerprint dialog being shown twice (#1100)
  • Fix "cannot merge" error when deleting (not merging) account (#1099)
  • Consistent trading orders labelling (#1092)
  • Consider no. of open orders when calculating max. XLM amount to spend (#1070)

New in Solar Wallet 0.24.0 (Mar 12, 2020)

  • Version 0.24.0 comes with a redesigned deposit & withdrawal dialog, supporting the brand-new SEP-0024 standard for deposits / withdrawals and comes with a bunch of additional features and bug fixes.
  • Furthermore we rethought the whole network communication process and moved everything network communication related into a web worker to achieve steadier and more predictable frame rates, especially on low to mid-end mobile devices.

New in Solar Wallet 0.22.1 (Nov 15, 2019)

  • Bug fixes:
  • Hide action buttons on mobile devices when keyboard is shown
  • Only show "trade completed" if trading order has been fully resolved
  • Fix missing estimated return value in trading view
  • Fix incorrect issuer's asset count subtitle
  • Fix "Add asset" disappearing in trading view on iOS
  • Fix "Undefined variable: Notification" error on iOS
  • Fix transaction list item icons for DEX orders

New in Solar Wallet 0.21.0 (Oct 31, 2019)

  • New scrollable balances on account view
  • New balances detail view
  • New asset management view
  • Asset detail view
  • General style changes
  • Account settings are displayed in account view
  • Sticky headers for accounts list and account creation
  • Open withdrawal dialog by clicking the option in the account context menu
  • Make trade offer price editable
  • Add NGNT asset to list
  • Many more small changes...

New in Solar Wallet 0.20.1 (Sep 11, 2019)

  • Added Bitbond's BB1 token to one-click asset list (#655, #659)
  • Prevent duplicate transactions in transaction history (#649)

New in Solar Wallet 0.20.0 (Jul 18, 2019)

  • New Features:
  • Offramp client: Withdraw Stellar assets like USD, ETH, ... (#408)
  • (requires the anchor issuing that asset to support withdrawal)
  • Delete account dialog now allows merging the remaining funds into another account (#190)
  • Show transaction hashes and allow inspection on stellar.expert (#614)
  • Less intrusive connection error notifications (#633)
  • Bug fixes:
  • Fix external websites being opened twice on Android (#640)
  • Small styling fixes

New in Solar Wallet 0.18.0 (Apr 9, 2019)

  • New features:
  • Support stellar addresses (#470)
  • Small overall UI updates (#462)
  • No more white screen of death: Show error screen for unhandled errors (#455)
  • Bug fixes:
  • Make transaction history updates reliable (#437)
  • Repaired "remove trustline" (#442)
  • Disable "trade" button in accounts that have not been funded yet (#438)
  • Fix crash on entering a zero price in DEX trading (#461)
  • Smart fee selection: Raise fees up to a certain maximum value only (#434)

New in Solar Wallet 0.17.2 (Mar 15, 2019)

  • Maintenance release, shipping a couple of important improvements.
  • There has been a lot of load on the Stellar network recently, causing transactions to randomly fail. In response to that we implemented a dynamic fee selection algorithm to increase the transaction fee when network load is high. You will see the selected transaction fee before confirming the transaction.
  • Furthermore, the newly introduced transaction timeout prevented multi-signature transactions to work. This release includes a fix to create working multi-signature transactions again.
  • New features:
  • Smart fee selection: Selects a higher tx fee if necessary (#421)
  • Show update notification on app launch, click to download (#432)
  • Bug fixes:
  • Increase transaction timeouts (#428, fixes multi-sig transactions)
  • Chore:
  • Update material-ui version (#424)