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

Commit

Permalink
feat(fw): add 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tsusanka authored and szymonlesisz committed May 13, 2021
1 parent 539a60e commit 5350f7e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/data/firmware/1/releases.json
@@ -1,4 +1,18 @@
[
{
"required": false,
"version": [1, 10, 0],
"bootloader_version": [1, 10, 0],
"min_bridge_version": [2, 0, 25],
"min_firmware_version": [1, 6, 2],
"min_bootloader_version": [1, 5, 0],
"url": "data/firmware/1/trezor-1.10.0.bin",
"url_bitcoinonly": "data/firmware/1/trezor-1.10.0-bitcoinonly.bin",
"fingerprint": "595ba3e8e887cba185e03098f9538e18164f72f9fc82445e691abcd03e5cf0a4",
"fingerprint_bitcoinonly": "20a4068c34ff6dd7d8c510350409376cf7ea744ba668fdcf16da8f1d81fed289",
"notes": "https://blog.trezor.io/trezor-firmware-updates-may-2021-b11f6d52a65b",
"changelog": "* Bootloader 1.10.0.\n* Allow decreasing the output value in RBF transactions.\n* Support long PIN of up to 50 digits.\n* Display nLockTime in human-readable form."
},
{
"required": false,
"version": [1, 9, 4],
Expand Down

0 comments on commit 5350f7e

Please sign in to comment.