1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-02-16 01:22:02 +00:00

common/defs: enable XVG

This commit is contained in:
Pavol Rusnak 2020-08-05 12:10:52 +02:00
parent 83fd1b035b
commit 3fffa9ae68
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D
3 changed files with 8 additions and 2 deletions

View File

@ -147,6 +147,7 @@
"bitcoin:XPM": "1.8.0",
"bitcoin:XRC": "1.8.2",
"bitcoin:XSN": "1.8.0",
"bitcoin:XVG": "1.9.3",
"bitcoin:XZC": "1.6.2",
"bitcoin:ZCR": "1.8.4",
"bitcoin:ZEC": "1.8.1",
@ -2081,6 +2082,7 @@
"bitcoin:XPM": "2.0.11",
"bitcoin:XRC": "2.1.1",
"bitcoin:XSN": "2.0.11",
"bitcoin:XVG": "2.3.3",
"bitcoin:XZC": "2.0.7",
"bitcoin:ZCR": "2.1.7",
"bitcoin:ZEC": "2.1.1",

View File

@ -9,6 +9,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Added
- Running the frozen version of the emulator doesn't need arguments. [#1115]
- CoinJoin preauthorization and siging flow. [#1053]
- XVG support. [#1165]
### Changed
- Print inverted question mark for non-printable characters.
@ -21,7 +22,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Security
## 2.3.2 [to be released on 5th August 2020]
## 2.3.2 [5th August 2020]
### Added
- Soft lock. [#958]
@ -258,3 +259,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
[#1098]: https://github.com/trezor/trezor-firmware/issues/1098
[#1115]: https://github.com/trezor/trezor-firmware/issues/1115
[#1126]: https://github.com/trezor/trezor-firmware/issues/1126
[#1165]: https://github.com/trezor/trezor-firmware/pull/1165

View File

@ -7,6 +7,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## 1.9.3 [to be released on 2nd September 2020]
### Added
- XVG support. [#1165]
### Changed
- Print inverted question mark for non-printable characters.
@ -19,7 +20,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Security
## 1.9.2 [to be released on 5th August 2020]
## 1.9.2 [5th August 2020]
### Added
- Set initialized in storage to false if no mnemonic is present. [#965]
@ -328,3 +329,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
[#965]: https://github.com/trezor/trezor-firmware/issues/965
[#1030]: https://github.com/trezor/trezor-firmware/issues/1030
[#1098]: https://github.com/trezor/trezor-firmware/issues/1098
[#1165]: https://github.com/trezor/trezor-firmware/pull/1165