mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-02-21 03:52:04 +00:00
common/defs: enable XVG
This commit is contained in:
parent
83fd1b035b
commit
3fffa9ae68
@ -147,6 +147,7 @@
|
|||||||
"bitcoin:XPM": "1.8.0",
|
"bitcoin:XPM": "1.8.0",
|
||||||
"bitcoin:XRC": "1.8.2",
|
"bitcoin:XRC": "1.8.2",
|
||||||
"bitcoin:XSN": "1.8.0",
|
"bitcoin:XSN": "1.8.0",
|
||||||
|
"bitcoin:XVG": "1.9.3",
|
||||||
"bitcoin:XZC": "1.6.2",
|
"bitcoin:XZC": "1.6.2",
|
||||||
"bitcoin:ZCR": "1.8.4",
|
"bitcoin:ZCR": "1.8.4",
|
||||||
"bitcoin:ZEC": "1.8.1",
|
"bitcoin:ZEC": "1.8.1",
|
||||||
@ -2081,6 +2082,7 @@
|
|||||||
"bitcoin:XPM": "2.0.11",
|
"bitcoin:XPM": "2.0.11",
|
||||||
"bitcoin:XRC": "2.1.1",
|
"bitcoin:XRC": "2.1.1",
|
||||||
"bitcoin:XSN": "2.0.11",
|
"bitcoin:XSN": "2.0.11",
|
||||||
|
"bitcoin:XVG": "2.3.3",
|
||||||
"bitcoin:XZC": "2.0.7",
|
"bitcoin:XZC": "2.0.7",
|
||||||
"bitcoin:ZCR": "2.1.7",
|
"bitcoin:ZCR": "2.1.7",
|
||||||
"bitcoin:ZEC": "2.1.1",
|
"bitcoin:ZEC": "2.1.1",
|
||||||
|
@ -9,6 +9,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|||||||
### Added
|
### Added
|
||||||
- Running the frozen version of the emulator doesn't need arguments. [#1115]
|
- Running the frozen version of the emulator doesn't need arguments. [#1115]
|
||||||
- CoinJoin preauthorization and siging flow. [#1053]
|
- CoinJoin preauthorization and siging flow. [#1053]
|
||||||
|
- XVG support. [#1165]
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- Print inverted question mark for non-printable characters.
|
- 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
|
### Security
|
||||||
|
|
||||||
## 2.3.2 [to be released on 5th August 2020]
|
## 2.3.2 [5th August 2020]
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
- Soft lock. [#958]
|
- 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
|
[#1098]: https://github.com/trezor/trezor-firmware/issues/1098
|
||||||
[#1115]: https://github.com/trezor/trezor-firmware/issues/1115
|
[#1115]: https://github.com/trezor/trezor-firmware/issues/1115
|
||||||
[#1126]: https://github.com/trezor/trezor-firmware/issues/1126
|
[#1126]: https://github.com/trezor/trezor-firmware/issues/1126
|
||||||
|
[#1165]: https://github.com/trezor/trezor-firmware/pull/1165
|
||||||
|
@ -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]
|
## 1.9.3 [to be released on 2nd September 2020]
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
- XVG support. [#1165]
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- Print inverted question mark for non-printable characters.
|
- 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
|
### Security
|
||||||
|
|
||||||
## 1.9.2 [to be released on 5th August 2020]
|
## 1.9.2 [5th August 2020]
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
- Set initialized in storage to false if no mnemonic is present. [#965]
|
- 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
|
[#965]: https://github.com/trezor/trezor-firmware/issues/965
|
||||||
[#1030]: https://github.com/trezor/trezor-firmware/issues/1030
|
[#1030]: https://github.com/trezor/trezor-firmware/issues/1030
|
||||||
[#1098]: https://github.com/trezor/trezor-firmware/issues/1098
|
[#1098]: https://github.com/trezor/trezor-firmware/issues/1098
|
||||||
|
[#1165]: https://github.com/trezor/trezor-firmware/pull/1165
|
||||||
|
Loading…
Reference in New Issue
Block a user