2020-06-10 07:17:14 +00:00
|
|
|
# Changelog
|
|
|
|
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
|
|
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|
|
|
|
2021-03-05 17:32:05 +00:00
|
|
|
## 2.4.0 [unreleased]
|
2020-12-18 18:36:25 +00:00
|
|
|
|
|
|
|
### Added
|
2021-02-23 19:04:13 +00:00
|
|
|
- Locking the device by holding finger on the homescreen for 2.5 seconds. [#1404]
|
2021-03-08 15:50:23 +00:00
|
|
|
- Public key to ECDHSessionKey. [#1518]
|
multi: Add decred staking.
Add two new input and four output script types.
Decred ticket purchases consist of a stake submission, op returns, and
change addresses. Although change addresses are allowed by consensus,
they are no longer used in practice and so have been given the
restrictions of a null pubkey and no value. Stake scripts are almost
identical to p2pkh or p2sh except for an extra opcode in front. Inputs
are currently only used in the form of one input three outputs with the
first output, or stake submission, paying to a public key hash, or with
two inputs and five outputs with the stake submission paying to a
multisig script hash. The op returns are directed to the user in the
case of one and the voting service provider and user in the case of two.
One of the sstx commitment for a ticket must pay back to the trezor
wallet. This is checked and an error is thrown if we don't find the
expected public key hash.
Because this adds the ability to create new types of outputs once the
ticket votes, two new input script types are also needed. A successful
vote will lead to a stake generation script that must be spent, and an
unsuccessful vote will lead to a revocation script that must be spent.
If we allowed stake change scripts to have a valid pubkey, that too
would require another op code, but we disallow those for output.
2020-09-26 09:30:56 +00:00
|
|
|
- Decred staking. [#1249]
|
2020-12-18 18:36:25 +00:00
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
|
|
|
### Deprecated
|
|
|
|
|
|
|
|
### Removed
|
|
|
|
|
|
|
|
### Fixed
|
|
|
|
|
|
|
|
### Security
|
|
|
|
|
2021-02-16 22:33:18 +00:00
|
|
|
## 2.3.6 [15th February 2021]
|
2021-02-13 10:16:11 +00:00
|
|
|
|
|
|
|
### Added
|
|
|
|
- Compatibility paths for Unchained Capital. [#1467]
|
|
|
|
|
|
|
|
## 2.3.5 [10th February 2021]
|
2020-08-24 07:31:21 +00:00
|
|
|
|
|
|
|
### Added
|
2020-09-15 12:19:22 +00:00
|
|
|
- CoinJoin preauthorization and signing flow. [#1053]
|
2020-09-17 12:27:04 +00:00
|
|
|
- Value of the `safety-checks` setting to the `Features` message. [#1193]
|
2020-06-24 07:24:14 +00:00
|
|
|
- ERC20 tokens show contract address for confirmation. Unknown ERC20 tokens show wei amount. [#800]
|
2020-11-28 14:06:43 +00:00
|
|
|
- Replacement transaction signing for replace-by-fee and PayJoin. [#1292]
|
2021-01-22 13:30:27 +00:00
|
|
|
- Support for Output Descriptors export. [#1363]
|
|
|
|
- Paginated display for signing/verifying long messages. [#1271]
|
|
|
|
- Show Ypub/Zpub correctly for multisig GetAddress. [#1415]
|
|
|
|
- Show amounts in mBTC, uBTC and sat denominations. [#1369]
|
2020-08-24 07:31:21 +00:00
|
|
|
|
|
|
|
### Changed
|
2020-09-17 12:27:04 +00:00
|
|
|
- The `safety-checks` setting gained new possible value `PromptTemporarily` which overrides safety checks until device reboot. [#1133]
|
2020-09-21 08:24:22 +00:00
|
|
|
- Protobuf codec now enforces `required` fields and pre-fills default values. [#379]
|
|
|
|
- `TxAck` messages are now decoded into "polymorphic" subtypes instead of the common `TxAck` type.
|
2021-01-06 12:52:09 +00:00
|
|
|
- Bump nanopb dependency to 0.4.3. [#1105]
|
2020-11-20 13:32:06 +00:00
|
|
|
- BIP-32 paths must now match a pre-defined path schema to be considered valid. [#1184]
|
|
|
|
- Minimum auto-lock delay to 1 minute. The former value of 10 seconds still applies for debug builds. [#1351]
|
2020-11-06 13:55:27 +00:00
|
|
|
- It is again possible to sign for Ethereum clones that are not officially supported. [#1335]
|
2021-01-22 13:30:27 +00:00
|
|
|
- Bump nanopb dependency to 0.4.4. [#1402]
|
|
|
|
- Automatic breaking text on whitespace. [#1384]
|
|
|
|
- Introduced limit of 32 characters for device label. [#1399]
|
2020-08-24 07:31:21 +00:00
|
|
|
|
|
|
|
### Deprecated
|
|
|
|
|
|
|
|
### Removed
|
2020-11-20 11:12:42 +00:00
|
|
|
- PIVX support
|
2020-08-24 07:31:21 +00:00
|
|
|
|
|
|
|
### Fixed
|
2020-11-20 13:32:06 +00:00
|
|
|
- Path warning is not shown on `GetAddress(show_display=False)` call. [#1206]
|
|
|
|
- Settings are also erased from RAM when device is wiped. [#1322]
|
2020-11-05 12:11:27 +00:00
|
|
|
|
2020-08-24 07:31:21 +00:00
|
|
|
### Security
|
|
|
|
|
2020-10-08 07:02:52 +00:00
|
|
|
## 2.3.4 [7th October 2020]
|
2020-09-16 13:24:15 +00:00
|
|
|
|
|
|
|
### Added
|
|
|
|
- Support for the upcoming Monero hard fork. [#1246]
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
|
|
|
### Deprecated
|
|
|
|
|
|
|
|
### Removed
|
|
|
|
|
|
|
|
### Fixed
|
|
|
|
|
|
|
|
### Security
|
|
|
|
|
|
|
|
|
2020-09-02 13:36:36 +00:00
|
|
|
## 2.3.3 [2nd September 2020]
|
2020-07-27 11:57:38 +00:00
|
|
|
|
|
|
|
### Added
|
2020-07-24 13:42:44 +00:00
|
|
|
- Running the frozen version of the emulator doesn't need arguments. [#1115]
|
2020-08-05 10:10:52 +00:00
|
|
|
- XVG support. [#1165]
|
2020-07-31 13:11:04 +00:00
|
|
|
- Hard limit on transaction fees. Can be disabled using `safety-checks`. [#1087]
|
2020-07-27 11:57:38 +00:00
|
|
|
|
|
|
|
### Changed
|
2020-07-17 14:56:37 +00:00
|
|
|
- Print inverted question mark for non-printable characters.
|
2020-08-07 13:09:48 +00:00
|
|
|
- Remove pre-fill bar from text rendering functions. [#1173]
|
2020-08-11 15:10:39 +00:00
|
|
|
- Display coin name when signing or verifying messages. [#1159]
|
2020-08-15 16:25:54 +00:00
|
|
|
- Allow spending coins from Bitcoin paths if the coin has implemented strong replay protection via `SIGHASH_FORKID`. [#1188]
|
2020-07-27 11:57:38 +00:00
|
|
|
|
|
|
|
### Deprecated
|
|
|
|
|
|
|
|
### Removed
|
2020-08-21 11:19:52 +00:00
|
|
|
- Remove ETP, GIN, PTC, ZEL support.
|
2020-11-11 13:43:09 +00:00
|
|
|
- Drop support for signing Zcash v3 transactions. [#982]
|
2020-07-27 11:57:38 +00:00
|
|
|
|
|
|
|
### Fixed
|
2020-08-07 11:54:32 +00:00
|
|
|
- CRW addresses are properly generated. [#1139]
|
2020-08-21 10:00:42 +00:00
|
|
|
- Fix boot loop after uploading invalid homescreen. [#1118]
|
2020-08-21 11:19:52 +00:00
|
|
|
- Allow 49/x not 49/x' for Casa. [#1190]
|
2020-11-11 13:43:09 +00:00
|
|
|
- Make sure Homescreen is properly initialized. [#1095]
|
2020-07-27 11:57:38 +00:00
|
|
|
|
|
|
|
### Security
|
2020-07-20 15:52:51 +00:00
|
|
|
- Show non-empty passphrase on device when it was entered on host.
|
2020-07-09 15:58:09 +00:00
|
|
|
- Show warning if nLockTime is set but ineffective due to all nSequence values being 0xffffffff.
|
2020-07-27 11:57:38 +00:00
|
|
|
|
2020-08-05 10:10:52 +00:00
|
|
|
## 2.3.2 [5th August 2020]
|
2020-06-10 07:17:14 +00:00
|
|
|
|
|
|
|
### Added
|
2020-07-02 09:59:37 +00:00
|
|
|
- Soft lock. [#958]
|
|
|
|
- Auto lock. [#1027]
|
2020-06-16 08:11:52 +00:00
|
|
|
- Dedicated `initialized` field in storage.
|
2020-07-02 09:59:37 +00:00
|
|
|
- Support EXTERNAL transaction inputs with a SLIP-0019 proof of ownership. [#1052]
|
|
|
|
- Support pre-signed EXTERNAL transaction inputs.
|
2020-07-08 16:42:19 +00:00
|
|
|
- Support multiple change-outputs. [#1098]
|
2020-07-24 14:04:03 +00:00
|
|
|
- New option `safety-checks` allows overriding "forbidden key path" errors. [#1126]
|
2020-07-27 11:57:38 +00:00
|
|
|
- Support for Cardano Shelley. [#948]
|
2020-06-10 07:17:14 +00:00
|
|
|
|
2020-07-02 09:30:22 +00:00
|
|
|
### Changed
|
|
|
|
- `Features.pin_cached` renamed to `unlocked`.
|
2020-07-02 09:59:37 +00:00
|
|
|
- Forbid all settings if the device is not yet initialized. [#1056]
|
2020-07-13 13:06:02 +00:00
|
|
|
- Rewrite USB codec and Protobuf decoder to be more memory-efficient. [#1089]
|
2020-11-11 13:43:09 +00:00
|
|
|
- Allow compatibility namespaces for Casa and Green Address.
|
2020-07-02 09:30:22 +00:00
|
|
|
|
2020-06-10 07:17:14 +00:00
|
|
|
### Deprecated
|
2020-07-24 09:33:35 +00:00
|
|
|
- Deprecate `overwintered` field in `SignTx` and `TxAck`.
|
2020-06-10 07:17:14 +00:00
|
|
|
|
|
|
|
### Removed
|
2020-07-02 09:30:22 +00:00
|
|
|
- Generated protobuf classes now do not contain deprecated fields.
|
2020-06-10 07:17:14 +00:00
|
|
|
|
|
|
|
### Fixed
|
2020-07-02 09:59:37 +00:00
|
|
|
- Fix cancel icon in PIN dialog. [#1042]
|
|
|
|
- Fix repaint bug in QR code rendering. [#1067]
|
|
|
|
- Fix QR code overlapping in Monero address. monero-gui#2960, [#1074]
|
|
|
|
- Re-introduce ability to spend pre-Overwinter UTXO on Zcash-like coins. [#1030]
|
2020-06-10 07:17:14 +00:00
|
|
|
|
2020-08-05 21:06:52 +00:00
|
|
|
## 2.3.1 [June 2020]
|
2020-07-27 10:14:00 +00:00
|
|
|
|
|
|
|
### Changed
|
|
|
|
- Refactor Bitcoin signing
|
|
|
|
- Refactor Keychain into a decorator
|
|
|
|
|
|
|
|
### Security
|
|
|
|
- Stream previous tx also for Segwit inputs
|
|
|
|
|
2020-08-05 21:06:52 +00:00
|
|
|
## 2.3.0 [April 2020]
|
2020-07-27 10:14:00 +00:00
|
|
|
|
|
|
|
### Added
|
|
|
|
- Cache up to 10 sessions (passphrases)
|
|
|
|
- SD card protection
|
|
|
|
- Show xpubs with multisig get_address
|
|
|
|
- Introduce FatFS (version 0.14)
|
|
|
|
- Support Ed25519 in FIDO2
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
- Passphrase redesign
|
|
|
|
- Upgrade MicroPython to 1.12
|
|
|
|
|
|
|
|
### Fixed
|
|
|
|
- Properly limit passphrase to 50 bytes and not 50 characters
|
|
|
|
- Monero: add confirmation dialog for unlock_time
|
|
|
|
|
2020-08-05 21:06:52 +00:00
|
|
|
## 2.2.0 [January 2020]
|
2020-07-27 10:14:00 +00:00
|
|
|
|
|
|
|
### Added
|
|
|
|
- Add feature to retrieve the next U2F counter.
|
|
|
|
- Wipe code.
|
|
|
|
- Add screen for time bounds in Stellar.
|
|
|
|
|
|
|
|
### Fixed
|
|
|
|
- Fix continuous display blinking with Android in U2F.
|
|
|
|
- U2F UX improvements.
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
- Rework Recovery persistence internally.
|
|
|
|
|
|
|
|
### Removed
|
|
|
|
- Remove unused ButtonRequest.data field.
|
|
|
|
- Disallow changing of settings via dry-run recovery.
|
|
|
|
|
2020-08-05 21:06:52 +00:00
|
|
|
## 2.1.8 [November 2019]
|
2020-07-27 10:14:00 +00:00
|
|
|
|
|
|
|
### Added
|
|
|
|
- Support Tezos 005-BABYLON hardfork.
|
|
|
|
- Show XPUBs in GetAddress for multisig.
|
|
|
|
|
|
|
|
### Security
|
|
|
|
- Security improvements.
|
|
|
|
|
2020-08-05 21:06:52 +00:00
|
|
|
## 2.1.7 [October 2019]
|
2020-07-27 10:14:00 +00:00
|
|
|
|
|
|
|
### Fixed
|
|
|
|
- Fix low memory issue.
|
|
|
|
|
2020-08-05 21:06:52 +00:00
|
|
|
## 2.1.6 [October 2019]
|
2020-07-27 10:14:00 +00:00
|
|
|
|
|
|
|
### Added
|
|
|
|
- Super Shamir.
|
|
|
|
- FIDO2.
|
|
|
|
- FIDO2 credential management via trezorctl.
|
|
|
|
- BackupType in Features.
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
- Refactor Shamir related codebase.
|
|
|
|
|
|
|
|
### Fixed
|
|
|
|
- Fix storage keys module visibility bug (6ad329) introduced in 2.1.3 (46e4c0) which was breaking upgrades.
|
|
|
|
|
2020-08-05 21:06:52 +00:00
|
|
|
## 2.1.5 [September 2019]
|
2020-07-27 10:14:00 +00:00
|
|
|
|
|
|
|
### Added
|
|
|
|
- Binance Coin support.
|
|
|
|
- Introduce Features.Capabilities.
|
|
|
|
|
|
|
|
### Fixed
|
|
|
|
- Fix for sluggish U2F authentication when using Shamir.
|
|
|
|
- Fix UI for Shamir with 33 words.
|
|
|
|
- Fix Wanchain signing.
|
|
|
|
|
2020-08-05 21:06:52 +00:00
|
|
|
## 2.1.4 [August 2019 hotfix]
|
2020-07-27 10:14:00 +00:00
|
|
|
|
|
|
|
### Fixed
|
|
|
|
- Shamir Backup reset device hotfix.
|
|
|
|
|
2020-08-05 21:06:52 +00:00
|
|
|
## 2.1.3 [August 2019]
|
2020-07-27 10:14:00 +00:00
|
|
|
|
|
|
|
### Added
|
|
|
|
- Shamir Backup with Recovery persistence.
|
|
|
|
|
|
|
|
### Fixed
|
|
|
|
- Touchscreen freeze fix.
|
|
|
|
- Fix display of non-divisible OMNI amounts.
|
|
|
|
|
|
|
|
## 2.1.2 [unreleased]
|
|
|
|
|
|
|
|
### Added
|
|
|
|
- Shamir Backup feature preview.
|
|
|
|
|
2020-08-05 21:06:52 +00:00
|
|
|
## 2.1.1 [June 2019]
|
2020-07-27 10:14:00 +00:00
|
|
|
|
|
|
|
### Added
|
|
|
|
- EOS support.
|
|
|
|
- Set screen rotation via user setting.
|
|
|
|
- Display non-zero locktime values.
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
- Don't rotate the screen via swipe gesture.
|
|
|
|
- More strict path validations.
|
|
|
|
|
|
|
|
### Fixed
|
|
|
|
- Hotfix for touchscreen freeze.
|
|
|
|
- Monero UI fixes.
|
|
|
|
- Speed and memory optimizations.
|
|
|
|
|
2020-08-05 21:06:52 +00:00
|
|
|
## 2.1.0 [March 2019]
|
2020-07-27 10:14:00 +00:00
|
|
|
|
|
|
|
### Added
|
|
|
|
- New coins: ATS, AXE, FLO, GIN, KMD, NIX, PIVX, REOSC, XPM, XSN, ZCL.
|
|
|
|
- New ETH tokens.
|
|
|
|
|
|
|
|
### Fixed
|
|
|
|
- Ripple, Stellar, Cardano and NEM fixes.
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
- Included bootloader 2.0.3.
|
|
|
|
|
|
|
|
### Security
|
|
|
|
- Security improvements.
|
|
|
|
- Upgraded to new storage format.
|
|
|
|
|
2020-08-05 21:06:52 +00:00
|
|
|
## 2.0.10 [December 2018]
|
2020-07-27 10:14:00 +00:00
|
|
|
|
|
|
|
### Added
|
|
|
|
- Add support for OMNI layer: OMNI/MAID/USDT.
|
|
|
|
- Add support for new coins: BTX, CPC, GAME, RVN.
|
|
|
|
- Add support for new Ethereum tokens.
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
- Included bootloader 2.0.2.
|
|
|
|
|
|
|
|
### Fixed
|
|
|
|
- Fix Monero payment ID computation.
|
|
|
|
- Fix issue with touch screen and flickering.
|
|
|
|
|
2020-08-05 21:06:52 +00:00
|
|
|
## 2.0.9 [November 2018]
|
2020-07-27 10:14:00 +00:00
|
|
|
|
|
|
|
### Fixed
|
|
|
|
- Small Monero and Segwit bugfixes.
|
|
|
|
|
2020-08-05 21:06:52 +00:00
|
|
|
## 2.0.8 [October 2018]
|
2020-06-10 07:17:14 +00:00
|
|
|
|
2020-07-27 10:14:00 +00:00
|
|
|
### Added
|
|
|
|
- Monero support.
|
|
|
|
- Cardano support.
|
|
|
|
- Stellar support.
|
|
|
|
- Ripple support.
|
|
|
|
- Tezos support.
|
|
|
|
- Decred support.
|
|
|
|
- Groestlcoin support.
|
|
|
|
- Zencash support.
|
|
|
|
- Zcash sapling hardfork support.
|
|
|
|
- Implemented seedless setup.
|
|
|
|
|
2020-08-05 21:06:52 +00:00
|
|
|
## 2.0.7 [June 2018]
|
2020-07-27 10:14:00 +00:00
|
|
|
|
|
|
|
### Added
|
|
|
|
- Bitcoin Cash cashaddr support.
|
|
|
|
- Zcash Overwinter hardfork support.
|
|
|
|
- NEM support.
|
|
|
|
- Lisk support.
|
|
|
|
- Show warning on home screen if PIN is not set.
|
|
|
|
- Support for new coins (BTCP, FUJI, VTC, VIA, XZC).
|
|
|
|
- Support for new Ethereum networks (EOSC, ETHS, ELLA, CTL, EGEM, WAN).
|
|
|
|
- Support for 500+ new Ethereum tokens.
|
|
|
|
|
2020-08-05 21:06:52 +00:00
|
|
|
## 2.0.6 [March 2018]
|
2020-07-27 10:14:00 +00:00
|
|
|
|
|
|
|
### Added
|
|
|
|
- Add special characters to passphrase keyboard.
|
|
|
|
|
|
|
|
### Fixed
|
|
|
|
- Fix layout for Ethereum transactions.
|
|
|
|
- Fix public key generation for SSH and GPG.
|
|
|
|
|
2020-08-05 21:06:52 +00:00
|
|
|
## 2.0.5 [March 2018]
|
2020-07-27 10:14:00 +00:00
|
|
|
|
|
|
|
### Added
|
|
|
|
- First public release.
|
2020-07-02 09:59:37 +00:00
|
|
|
|
2020-09-21 08:24:22 +00:00
|
|
|
[#379]: https://github.com/trezor/trezor-firmware/issues/379
|
2020-11-06 13:55:27 +00:00
|
|
|
[#800]: https://github.com/trezor/trezor-firmware/issues/800
|
2020-07-27 11:57:38 +00:00
|
|
|
[#948]: https://github.com/trezor/trezor-firmware/issues/948
|
2020-07-02 09:59:37 +00:00
|
|
|
[#958]: https://github.com/trezor/trezor-firmware/issues/958
|
2020-08-21 11:19:52 +00:00
|
|
|
[#982]: https://github.com/trezor/trezor-firmware/issues/982
|
2020-07-02 09:59:37 +00:00
|
|
|
[#1027]: https://github.com/trezor/trezor-firmware/issues/1027
|
|
|
|
[#1030]: https://github.com/trezor/trezor-firmware/issues/1030
|
|
|
|
[#1042]: https://github.com/trezor/trezor-firmware/issues/1042
|
|
|
|
[#1052]: https://github.com/trezor/trezor-firmware/issues/1052
|
2020-08-03 15:28:41 +00:00
|
|
|
[#1053]: https://github.com/trezor/trezor-firmware/issues/1053
|
2020-07-02 09:59:37 +00:00
|
|
|
[#1056]: https://github.com/trezor/trezor-firmware/issues/1056
|
|
|
|
[#1067]: https://github.com/trezor/trezor-firmware/issues/1067
|
|
|
|
[#1074]: https://github.com/trezor/trezor-firmware/issues/1074
|
2020-07-31 13:11:04 +00:00
|
|
|
[#1087]: https://github.com/trezor/trezor-firmware/issues/1087
|
2020-07-13 13:06:02 +00:00
|
|
|
[#1089]: https://github.com/trezor/trezor-firmware/issues/1089
|
2020-08-21 11:19:52 +00:00
|
|
|
[#1095]: https://github.com/trezor/trezor-firmware/issues/1095
|
2020-07-08 16:42:19 +00:00
|
|
|
[#1098]: https://github.com/trezor/trezor-firmware/issues/1098
|
2020-09-23 14:30:28 +00:00
|
|
|
[#1105]: https://github.com/trezor/trezor-firmware/issues/1105
|
2020-07-24 13:42:44 +00:00
|
|
|
[#1115]: https://github.com/trezor/trezor-firmware/issues/1115
|
2020-08-21 10:00:42 +00:00
|
|
|
[#1118]: https://github.com/trezor/trezor-firmware/issues/1118
|
2020-07-24 09:33:35 +00:00
|
|
|
[#1126]: https://github.com/trezor/trezor-firmware/issues/1126
|
2020-09-17 12:27:04 +00:00
|
|
|
[#1133]: https://github.com/trezor/trezor-firmware/issues/1133
|
2020-08-07 11:54:32 +00:00
|
|
|
[#1139]: https://github.com/trezor/trezor-firmware/issues/1139
|
2020-08-11 15:10:39 +00:00
|
|
|
[#1159]: https://github.com/trezor/trezor-firmware/issues/1159
|
2020-08-05 10:10:52 +00:00
|
|
|
[#1165]: https://github.com/trezor/trezor-firmware/pull/1165
|
2020-08-07 13:09:48 +00:00
|
|
|
[#1173]: https://github.com/trezor/trezor-firmware/pull/1173
|
2020-11-05 12:11:27 +00:00
|
|
|
[#1184]: https://github.com/trezor/trezor-firmware/issues/1184
|
2020-08-15 16:25:54 +00:00
|
|
|
[#1188]: https://github.com/trezor/trezor-firmware/issues/1188
|
2020-08-21 11:19:52 +00:00
|
|
|
[#1190]: https://github.com/trezor/trezor-firmware/issues/1190
|
2020-09-17 12:27:04 +00:00
|
|
|
[#1193]: https://github.com/trezor/trezor-firmware/issues/1193
|
2020-11-05 12:11:27 +00:00
|
|
|
[#1206]: https://github.com/trezor/trezor-firmware/issues/1206
|
2020-09-16 13:24:15 +00:00
|
|
|
[#1246]: https://github.com/trezor/trezor-firmware/issues/1246
|
multi: Add decred staking.
Add two new input and four output script types.
Decred ticket purchases consist of a stake submission, op returns, and
change addresses. Although change addresses are allowed by consensus,
they are no longer used in practice and so have been given the
restrictions of a null pubkey and no value. Stake scripts are almost
identical to p2pkh or p2sh except for an extra opcode in front. Inputs
are currently only used in the form of one input three outputs with the
first output, or stake submission, paying to a public key hash, or with
two inputs and five outputs with the stake submission paying to a
multisig script hash. The op returns are directed to the user in the
case of one and the voting service provider and user in the case of two.
One of the sstx commitment for a ticket must pay back to the trezor
wallet. This is checked and an error is thrown if we don't find the
expected public key hash.
Because this adds the ability to create new types of outputs once the
ticket votes, two new input script types are also needed. A successful
vote will lead to a stake generation script that must be spent, and an
unsuccessful vote will lead to a revocation script that must be spent.
If we allowed stake change scripts to have a valid pubkey, that too
would require another op code, but we disallow those for output.
2020-09-26 09:30:56 +00:00
|
|
|
[#1249]: https://github.com/trezor/trezor-firmware/issues/1249
|
2021-01-11 10:37:08 +00:00
|
|
|
[#1271]: https://github.com/trezor/trezor-firmware/issues/1271
|
2020-11-28 14:06:43 +00:00
|
|
|
[#1292]: https://github.com/trezor/trezor-firmware/issues/1292
|
2020-10-22 12:58:02 +00:00
|
|
|
[#1322]: https://github.com/trezor/trezor-firmware/issues/1322
|
2020-11-06 13:55:27 +00:00
|
|
|
[#1335]: https://github.com/trezor/trezor-firmware/issues/1335
|
2020-11-20 13:32:06 +00:00
|
|
|
[#1351]: https://github.com/trezor/trezor-firmware/issues/1351
|
2021-01-08 13:33:28 +00:00
|
|
|
[#1363]: https://github.com/trezor/trezor-firmware/pull/1363
|
2021-01-22 13:30:27 +00:00
|
|
|
[#1369]: https://github.com/trezor/trezor-firmware/pull/1369
|
2021-01-11 10:37:08 +00:00
|
|
|
[#1384]: https://github.com/trezor/trezor-firmware/issues/1384
|
2021-01-04 11:46:45 +00:00
|
|
|
[#1399]: https://github.com/trezor/trezor-firmware/issues/1399
|
2021-01-06 12:52:09 +00:00
|
|
|
[#1402]: https://github.com/trezor/trezor-firmware/pull/1402
|
2021-02-23 19:04:13 +00:00
|
|
|
[#1404]: https://github.com/trezor/trezor-firmware/issues/1404
|
2021-01-22 13:30:27 +00:00
|
|
|
[#1415]: https://github.com/trezor/trezor-firmware/pull/1415
|
2021-02-13 10:16:11 +00:00
|
|
|
[#1467]: https://github.com/trezor/trezor-firmware/issues/1467
|
2021-03-08 15:50:23 +00:00
|
|
|
[#1518]: https://github.com/trezor/trezor-firmware/pull/1518
|