Skip to content
This repository has been archived by the owner on Feb 1, 2023. It is now read-only.

Releases: solana-labs/ledger-app-solana

v1.0.0

02 Sep 17:33
Compare
Choose a tag to compare

Changes

  • Adds support for SPL Token2 (SPL Token1 support dropped)
  • Address security review comments

v0.3.0

26 Aug 04:29
Compare
Choose a tag to compare

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

04 May 20:05
Compare
Choose a tag to compare
v0.2.2

Version bump

Add settings menu

30 Apr 18:09
7c3d8f7
Compare
Choose a tag to compare

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

21 Apr 23:02
fa45cd2
Compare
Choose a tag to compare

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

03 Mar 04:20
Compare
Choose a tag to compare

Test-driving release automation

Sign transfers, stake delegation, and message hashes

24 Feb 16:18
2a0a2cb
Compare
Choose a tag to compare

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