Releases: NicolasFlamel1/Ledger-MimbleWimble-Coin
v3.0.1
• 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
• 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
• Adds support for the Ledger Nano S Plus hardware wallet.
v2.1.0
• 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
• A transaction's private nonce is now generated on the hardware wallet.
v1.0.1
• Prevents signing more than one message per transaction.
• Fixed compiling for Ledger Nano S+.
v1.0.0
• 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
• Reduced app's size slightly.
• Fixed issue where the app's internal state would reset when it received commands while locked.
v0.0.3
• 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
• 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.