Skip to content

Commit

Permalink
feat(connect-common): add firmware binary 1.10.5
Browse files Browse the repository at this point in the history
(cherry picked from commit e64cd01)
  • Loading branch information
matejkriz authored and vdovhanych committed Jan 17, 2022
1 parent d2aa661 commit 75797e8
Show file tree
Hide file tree
Showing 9 changed files with 31 additions and 15 deletions.
6 changes: 4 additions & 2 deletions packages/connect-common/CHANGELOG.md
@@ -1,3 +1,5 @@
# 9.0.0-beta
# 0.0.4

- Added firmware and bridge releases.
### Added

- 1.10.5 FW
14 changes: 14 additions & 0 deletions packages/connect-common/files/firmware/1/releases.json
@@ -1,4 +1,18 @@
[
{
"required": false,
"version": [1, 10, 5],
"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.5.bin",
"url_bitcoinonly": "data/firmware/1/trezor-1.10.5-bitcoinonly.bin",
"fingerprint": "7619fcc73c43ca8a3e6aad3dc3eb6551fed05bb218340efe01a02bb96e9f346b",
"fingerprint_bitcoinonly": "1d319f643fe2ba5c247b178c7f73b989ab4e43d914a60468566ee7cc5bb9dde0",
"notes": "https://blog.trezor.io/trezor-suite-update-january-2022-4a77e4a07a5a",
"changelog": "* Support for blindly signing EIP-712 data."
},
{
"required": false,
"version": [1, 10, 4],
Expand Down

This file was deleted.

3 changes: 0 additions & 3 deletions packages/connect-common/files/firmware/1/trezor-1.10.4.bin

This file was deleted.

Git LFS file not shown
3 changes: 3 additions & 0 deletions packages/connect-common/files/firmware/1/trezor-1.10.5.bin
Git LFS file not shown
2 changes: 1 addition & 1 deletion packages/connect-common/package.json
@@ -1,6 +1,6 @@
{
"name": "@trezor/connect-common",
"version": "0.0.3",
"version": "0.0.4",
"author": "Trezor <info@trezor.io>",
"homepage": "https://github.com/trezor/trezor-suite/packages/connect-common",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/suite/package.json
Expand Up @@ -60,7 +60,7 @@
"semver": "^7.3.5",
"styled-components": "^5.3.3",
"trezor-address-validator": "^0.4.2",
"trezor-connect": "8.2.5-beta.3",
"trezor-connect": "8.2.6-beta.2",
"ua-parser-js": "^1.0.2",
"uuid": "^8.3.2",
"web3-utils": "^1.6.1",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Expand Up @@ -25167,14 +25167,14 @@ trezor-address-validator@^0.4.2:
jssha "2.3.1"
lodash "^4.17.15"

trezor-connect@8.2.5-beta.3:
version "8.2.5-beta.3"
resolved "https://registry.yarnpkg.com/trezor-connect/-/trezor-connect-8.2.5-beta.3.tgz#12e41a45e1b27addec3533e53330c472328cb2e9"
integrity sha512-dxTxOJrwX73S/qCUkE+QOPAv+0Cp+E0XwH95E2QBr9XClBY6TjKzd33kszPaSVYXP1VELKuAjhXZfQM0uS7FpA==
trezor-connect@8.2.6-beta.2:
version "8.2.6-beta.2"
resolved "https://registry.yarnpkg.com/trezor-connect/-/trezor-connect-8.2.6-beta.2.tgz#635912bc16abff1a2fab13afbc1106c04a472165"
integrity sha512-SfCWEYJ1Us3ibd3y1oOHWWuUZxdkkskhakKNKj1JqjIGkYKErsqtmq1dE4LQUvN2VUfy0z9fI4z+27wd1TmZWg==
dependencies:
"@babel/runtime" "^7.15.4"
"@trezor/blockchain-link" "1.1.0"
"@trezor/connect-common" "^0.0.3"
"@trezor/connect-common" "0.0.4"
"@trezor/rollout" "^1.2.1"
"@trezor/transport" "1.0.1"
"@trezor/utxo-lib" "1.0.0-beta.10"
Expand Down

0 comments on commit 75797e8

Please sign in to comment.