- Add support for SolvBTC and xSolvBTC tokens.
- Display request intent on the first page (e.g.,
Sign transaction to send USDC). - Add support for all SCVal types.
- Improved display for Path Payment operations when used for swaps, now clearly indicating swap operations rather than account-to-account transfers.
- Add support for
STRKEY_LIQUIDITY_POOLandSTRKEY_CLAIMABLE_BALANCEaddress types introduced in SEP-0023 v1.3.0. - Add support for sign message requests as defined in SEP-0053.
- Display complete Claimant information for
CreateClaimableBalanceOperation. - Precondition information (TimeBounds, LedgerBounds, etc.) is now hidden by default and can be enabled in settings.
- Sequence Number and Nonce are now hidden by default and can be enabled in settings.
- Transaction account is now hidden by default when it matches the signing account and can be enabled in settings.
- Add setting to disable Nested Authorization display to reduce confirmation steps (enabled by default).
- Add full support for Stellar Asset Token interface with significantly expanded token coverage, including most commonly used tokens in the ecosystem.
- Blind signing option has been re-added to settings and is disabled by default. If you need to use blind signing, please enable this option in settings. Warning messages for blind signing have also been improved.
- Removed plugin system due to low usage rates.
- Other UX improvements and bug fixes.
- Apex p support.
- NanoS support
- Optimize the signing process and add necessary alerts.
- Add support for more Soroban tokens.
- Bug fixes.
- Optimize interactive prompt messages.
- Optimize the flow for confirming addresses on Stax.
GET_APP_CONFIGURATIONwill return the maximum size of the transaction's signature base that the device can process.- The maximum transaction size limit has been increased to 1,536 bytes. (Ledger Nano S)
- The maximum transaction size limit has been increased to 10,240 bytes. (Ledger Nano S Plus, Ledger Nano X and Ledger Stax)
- Optimize information display.
- Fix bugs.
- Optimize information display.
- Check the validity of the transaction before starting the review.
- Support displaying nested authorization.
- Add built-in XLM and USDC Soroban Token plugin.
- Add support for Stellar Soroban.
- Add support for plugins.
- Fix bugs.
- Added a
Sequence Numbersetting:DisplayedorNOT Displayed, default toNOT Displayed. - Optimized the display of amount. (ex.
10000000 XLM->10,000,000 XLM) - Optimized the display of offer price.
- Optimize the display of
Memo TextandManage Data Value, if they are printable ASCII characters, they will be printed directly, otherwise display the base64 encoded summary. - In some common operations, the prompt for the operation type was removed.
- Other UX improvements.
- Other bugfixes.
- Refactored this app based on app-boilerplate.
- Refactored unit tests and added full e2e tests.
- Added APDU documentation.
- Removed keypair validation in
GET_PUBLIC_KEYcommand. If necessary, we recommend that you ask the user to confirm the address on the device. - Removed support for the
KEEP_ALIVEcommand at the app layer.
Support for showing details of multi-operation transactions has been added. Previously, multi-operation transactions could only be signed using the hash-signing method. Transaction envelopes of up to 1.5kb in size are supported*, covering most Stellar usage scenarios.
A U2F connection keep-alive has been implemented to prevent connections from timing out after 30 seconds when using Chrome.
Transaction details now include operation source (if specified), transaction source, transaction time bounds (if specified), sequence number, memo type, base64-encoded managed data values. Detail display for set options has been improved: flags are now in human readable format, thresholds and master weight are represented separately, and add and remove signer is more descriptive too with the pre-auth and hash(x) signer keys shown in their base32-encoded form.
Support for new Stellar operation 'Bump Sequence' was added.
The native asset is no longer assumed to be XLM when showing amounts. Instead, amounts in native assets are qualified as XLM only if the network id matches either Stellar public network or test network ids. Otherwise native amounts are qualified as 'native'.
This release also uses the new SDK built-in U2F support which means that the user no longer needs to set the browser mode when switching between host applications that use different transport protocols.
*To give an idea: this allows for 25 XLM payment, 23 change trust operations, 17 manage offer operations where one of the assets is native, 15 set options operations where the master weight, a threshold and a signer are specified, 9 set options operations where all the options are specified, or 5 path payment operations where both send and receive assets are non-native and two hops are specified.
This release adds a mode to sign the hash of the transaction. Transaction details are not shown in this mode.
This release features full support for displaying the details for all operations possible on the Stellar network and adds Ledger Blue support. Operations added are: path payment, create passive offer, set options, allow/revoke trust, account merge, inflation, and manage data.
- Ledger Blue support
- Display details for all types of operations
- Display full memo and hash type memo as hash summary
- Fix 'Price is not correctly qualified for Offer operations'
Initial release