This repository has been archived by the owner on Feb 1, 2023. It is now read-only.
Releases: solana-labs/ledger-app-solana
Releases · solana-labs/ledger-app-solana
v1.0.0
v0.3.0
Changes
- Adds support for SPL Token transactions
- Addresses review from LedgerHQ
- Support v1.2 stake split instructions
- Rebase upon LedgerHQ fork to ease upstreaming (https://github.com/LedgerHQ/app-solana)
- Test framework and CI improvements
Parse dates
v0.2.2 Version bump
Add settings menu
New settings menu, allows for blind signing and long addresses. Also, additional safeguards added to command-line install. Thanks @leoluk!
Fleshed out System, Stake, and Vote programs
New Features and Improvements
- Now compatible with ledgerjs
- Full support for transaction formats of System, Stake and Vote Programs
- Support for any transaction using Durable Nonces
Known Issues
- This release introduces a new wire ABI. The old ABI is still supported, but should be considered deprecated. All existing client software is encouraged to update
- Like the previous release, transactions needing multiple signatures require Ledger approval per signature and cannot yet be batched.
v.0.1.1
Sign transfers, stake delegation, and message hashes
Supports the following on Nano S:
- Query for public keys
- Sign transfer transactions after displaying the amount, the sender, and the recipient
- Sign stake delegation transactions after displaying the stake account, the authorizer, and the vote account
- Reject any transaction with an unrecognized header
- Display "Unrecognized Format" for all other transactions. Allow the user to sign after approving the message hash and the fee payer.
- Sign transactions up to 1500 bytes, sending ~300 bytes at a time