Skip to content

Releases: NicolasFlamel1/Ledger-MimbleWimble-Coin

v3.0.1

31 Mar 11:22
Compare
Choose a tag to compare

• Fixed situation where strlen could be used on an uninitialized array.
• Fixed displaying fees for Grin transactions.
• Updated Ledger Nano S Plus SDK to v1.0.2.

v3.0.0

21 Mar 05:58
Compare
Choose a tag to compare

• A transaction's kernel features are now displayed.
• Enforces maximum fee for Grin.
• Verifies relative height for transaction's with an NRD kernel.
• Updated Clang LLVM to v13.0.1.
• Removed carrousel from all menus that require user approval.
• Fixed displaying transaction fee.

v2.1.1

10 Mar 12:10
Compare
Choose a tag to compare

• Adds support for the Ledger Nano S Plus hardware wallet.

v2.1.0

01 Mar 14:04
Compare
Choose a tag to compare

• Added commands to get and set a transaction's secret nonce in order to restore a transaction's state on the hardware wallet.

v2.0.0

28 Feb 04:56
Compare
Choose a tag to compare

• A transaction's private nonce is now generated on the hardware wallet.

v1.0.1

25 Feb 12:21
Compare
Choose a tag to compare

• Prevents signing more than one message per transaction.
• Fixed compiling for Ledger Nano S+.

v1.0.0

04 Jan 14:58
Compare
Choose a tag to compare

• Added command to sign a transaction's message.
• Removed command to get application information in favor of the builtin ADPU command that does the same thing.
• Changed command that adjusts a transaction's blinding factor by an offset to allow running on receive transactions.
• Changed command that get a transaction's public key to require an offset to be applied before running for send transactions.
• Improved error checking for the secret nonce passed to the command that gets a transaction's signature.

v0.0.4

17 Dec 11:50
Compare
Choose a tag to compare

• Reduced app's size slightly.
• Fixed issue where the app's internal state would reset when it received commands while locked.

v0.0.3

10 Dec 04:55
Compare
Choose a tag to compare

• Updated Ledger Nano S SDK to v2.1.0.
• Prevents invalid MQS shared private keys from being used.
• Various changes to mitigate timing attacks and reduce leaving sensitive data in memory.

v0.0.2

03 Dec 05:18
Compare
Choose a tag to compare

• Fixed incorrectly detecting Tor addresses containing uppercase characters as valid.
• Updated Clang LLVM to v13.0.0.
• Enabled the SDK's built-in ADPU commands.