Skip to content

Releases: Zondax/ledger-stacks

v0.23.8

21 Feb 12:48
5f40d62
Compare
Choose a tag to compare
App size (#146)

* avoid indexing to reduce binary size

use try call to avoid panic machinery to be added by the compiler

optimize for binary size and remove debug symbols

* update tests

* bump app version and update snapshots

* Derive Debug only under test

* Remove panic-halt to reduce app size

* Reduce calls to procedures that can cause panics

* Rename LedgerPanic to ApduPanic

* fix format

* use unreachable_unchecked

* some improvements in size

* fix return value

* Update zxlib

* use copy_from_slice and better error report

v0.23.7

18 Jan 14:50
2360349
Compare
Choose a tag to compare
Merge pull request #144 from Zondax/fix_sign

add more signature verification

v0.23.6

08 Dec 11:42
37224e2
Compare
Choose a tag to compare
Fix/structured data (#140)

* Improve parser for ClarityValues

* Add a new test data to increase coverage

* Add new test snapshots

* Bump app version and update snapshots

v0.23.5

09 Nov 10:26
84c2609
Compare
Choose a tag to compare
Feat/structured msg (#139)

* feat: Improve clarityValue parsing, add support for iterating tuples

* chore: general improvements

* move hash function to bolos as it is where SDK declarations are, and
update jwt and c32 modules accordingly

* Message type does not need to be an enum anymore

* Initial module to parse and render structured data

* Add support to parse and render structured data

* Update rust api with support for getting structured_data hash

* Add methods to get the structured_data hash which is signed

* Add the flow to get structured_data hash and sign it following current flow

* Add rule to run rust tests

* feat: Add a sign method for structured_data messages

* removed unused dependency

* Add tests for signing structured_data messages and adds snapshots

* Bump app version and update snapshots

* Implement the jest configuration similar to what is done in avax

* Ensure domain data is correct conaining 3 pairs

* Update zxlib

* move to TryFrom trait to pget hashMode

* fix clippy and update test

* Add try script to run tests on the device

Structured data

09 Nov 10:32
84c2609
Compare
Choose a tag to compare

The release provides a function to process and sign structured data

v0.23.4

31 Oct 19:00
d035951
Compare
Choose a tag to compare
Merge pull request #138 from Zondax/sign_msg

Improve signing of message

v0.23.3

19 Sep 16:19
531fbd4
Compare
Choose a tag to compare
Merge pull request #135 from Zondax/align-ledger

Fix merge conflicts

v0.23.2

19 Aug 16:22
244dae2
Compare
Choose a tag to compare
Merge pull request #130 from Zondax/update_docs

Renaming

Renaming to Stacks

22 Aug 10:37
244dae2
Compare
Choose a tag to compare
Merge pull request #130 from Zondax/update_docs

Renaming

v0.23.1

03 Aug 15:17
237266c
Compare
Choose a tag to compare
Merge pull request #128 from Zondax/nat/sha

Use normal sha256 to hash messages, bump app-version