Andrew Kozlik
|
5b453c88ed
|
feat(core): Add serialize option to SignTx.
|
2022-10-17 15:20:46 +02:00 |
|
Pavol Rusnak
|
029e47e1e8
|
chore(common/defs/fido): add proton
[no changelog]
|
2022-10-17 12:02:54 +02:00 |
|
Vladyslav Burzakovskyy
|
e7ff43272c
|
chore(common/defs/fido): add invity
[no changelog]
|
2022-10-14 16:28:51 +02:00 |
|
Andrew Kozlik
|
0ba966b979
|
fix(core): Fix bug in SetBusy when running CI tests.
[no changelog]
|
2022-10-10 20:32:36 +02:00 |
|
Andrew Kozlik
|
5bbfd40df6
|
feat(core): Add set_int() and get_int() to storage cache.
[no changelog]
|
2022-10-10 20:32:36 +02:00 |
|
tychovrahe
|
fb08536b6a
|
feat(core): icon and images using new format
|
2022-09-29 21:50:10 +02:00 |
|
tychovrahe
|
f7b9bb4ef8
|
feat(core/rust): use dma2d to improve rendering performance, implement text over image and icon over icon functions
|
2022-09-29 21:50:10 +02:00 |
|
tychovrahe
|
b9647d1296
|
fix(core): fix flashing usb disconnected error
[no changelog]
|
2022-09-26 13:31:04 +02:00 |
|
Martin Novak
|
dd168d2893
|
feat(core,legacy): display only sat instead of sat BTC
|
2022-09-15 08:01:24 +02:00 |
|
Martin Novak
|
a41cfadbf1
|
feat(core,legacy): Extend decimals of fee rate to 2 digits
|
2022-09-09 15:28:31 +02:00 |
|
Dusan Klinec
|
2fe40f70a6
|
fix(xmr): fixes #2453, incorrect address display
|
2022-09-09 14:07:30 +02:00 |
|
Martin Milata
|
5a9c2a1363
|
feat(core/rust/ui): recovery layouts
[no changelog]
|
2022-09-07 16:46:47 +02:00 |
|
Martin Milata
|
885ae2a943
|
refactor(core/rust/ui): add should_show_more
[no changelog]
|
2022-09-07 16:46:47 +02:00 |
|
Martin Milata
|
a5cff25209
|
fix(core/rust/ui): expose method for completely repainting layout
[no changelog]
|
2022-09-07 16:46:47 +02:00 |
|
Martin Milata
|
3b629a1ea4
|
refactor(core/rust/ui): layouts for SLIP-39 backups
[no changelog]
|
2022-09-07 16:46:47 +02:00 |
|
Martin Milata
|
4782afbae3
|
refactor(core/rust/ui): layouts for BIP-39 backups
[no changelog]
|
2022-09-07 16:46:47 +02:00 |
|
Martin Milata
|
4ff2c99f0a
|
refactor(core/rust/ui): add show_info and show_error
[no changelog]
|
2022-09-07 16:46:47 +02:00 |
|
Tomas Krnak
|
031bac4a9b
|
feat(core): add support for Zcash unified addresses
|
2022-08-30 21:15:49 +02:00 |
|
Andrew Kozlik
|
b5cb9cb035
|
feat(core): Allow Any type in is_type_of().
[no changelog]
|
2022-08-30 15:53:44 +02:00 |
|
Andrew Kozlik
|
77be3653b4
|
feat(core): Implement SLIP-0025 CoinJoin accounts.
|
2022-08-30 15:53:44 +02:00 |
|
Andrew Kozlik
|
9d89c3cb1b
|
feat(common): Add UnlockPath message.
[no changelog]
|
2022-08-30 15:53:44 +02:00 |
|
grdddj
|
c53177fe89
|
feat(core): show fee rate when replacing transaction
|
2022-08-30 10:20:54 +02:00 |
|
Ondrej Mikle
|
72228e35cf
|
feat(core): show red error header when USB data not connected
|
2022-08-25 16:42:29 +02:00 |
|
Ondrej Mikle
|
a0287698d5
|
feat(core): show blue dot when USB data not connected
|
2022-08-25 16:42:29 +02:00 |
|
Martin Milata
|
005e4203a7
|
refactor(core/rust/ui): text theme struct
[no changelog]
|
2022-08-25 16:33:41 +02:00 |
|
Andrew Kozlik
|
d089fd3187
|
feat(core): Implement SetBusy message.
|
2022-08-22 18:15:29 +02:00 |
|
Andrew Kozlik
|
792dadfc4d
|
feat(common): Add SetBusy message.
[no changelog]
|
2022-08-22 18:15:29 +02:00 |
|
Andrew Kozlik
|
ad5a572b75
|
chore(common): Deprecate data field in CosiCommit message.
|
2022-08-02 20:38:04 +02:00 |
|
matejcik
|
114376f734
|
feat(core/strings): use thousands separator (fixes #2394)
|
2022-08-02 20:35:49 +02:00 |
|
matejcik
|
a6410693b3
|
Revert "feat(core): implement firmware dumping"
This reverts commit 37c61c1381 .
|
2022-08-02 17:12:07 +02:00 |
|
Andrew Kozlik
|
8ca785925d
|
fix(core,legacy): Fix tx_weight to tx_size conversion.
[no changelog]
|
2022-08-02 14:30:38 +02:00 |
|
matejcik
|
00095c5787
|
chore: update tokens & networks
|
2022-08-02 13:57:31 +02:00 |
|
Andrew Kozlik
|
90792eb438
|
fix(core): Fix Decred transaction weight calculation.
|
2022-08-01 15:10:34 +02:00 |
|
Andrew Kozlik
|
426eae4dfc
|
fix(core): Ensure correct order when verifying external inputs in Bitcoin signing.
|
2022-07-28 17:14:05 +02:00 |
|
Andrew Kozlik
|
421eec1d3b
|
feat(core): Add get_base_weight() to TxWeightCalculator.
[no changelog]
|
2022-07-20 18:23:34 +02:00 |
|
Andrew Kozlik
|
0ce2c079b0
|
feat(core): Account for minimum registrable output amount in CoinJoin checks.
[no changelog]
|
2022-07-20 18:23:34 +02:00 |
|
grdddj
|
8bfbe9da01
|
fix(ui): import type component inside if TYPE_CHECKING branch
|
2022-07-20 12:46:01 +02:00 |
|
gabrielkerekes
|
1a68650c43
|
feat(cardano): add support for hiding some details during tx signing
|
2022-07-04 15:58:27 +02:00 |
|
gabrielkerekes
|
2f9435570d
|
feat(cardano): add tx signing show details prompt
|
2022-07-04 15:58:27 +02:00 |
|
David Misiak
|
ba7fb2cb54
|
feat(cardano): allow required signers in more signing modes
|
2022-07-04 15:58:27 +02:00 |
|
David Misiak
|
4017434cc1
|
feat(cardano): add support for babbage features
|
2022-07-04 15:58:27 +02:00 |
|
David Misiak
|
11c4b25cb0
|
feat(cardano): allow datum hash in non-script outputs
|
2022-07-04 15:58:27 +02:00 |
|
David Misiak
|
f7d0507a65
|
feat(cardano): add support for chunked embedded CBOR
|
2022-07-04 15:58:27 +02:00 |
|
David Misiak
|
99a7c48e64
|
feat(cardano): add babbage data types
|
2022-07-04 15:58:27 +02:00 |
|
David Misiak
|
8a229edcb3
|
refactor(cardano): shorten identifiers in addresses, certs, aux data
|
2022-07-04 15:58:27 +02:00 |
|
David Misiak
|
50ad00a3c0
|
refactor(cardano): use module imports for addresses, certs, aux data
|
2022-07-04 15:58:27 +02:00 |
|
David Misiak
|
2753faa7b0
|
refactor(cardano): shorten identifiers
|
2022-07-04 15:58:27 +02:00 |
|
David Misiak
|
1ae6b68eaf
|
refactor(cardano): use module imports for messages, layout
|
2022-07-04 15:58:27 +02:00 |
|
David Misiak
|
0836e91faa
|
refactor(cardano): inline validation errors
|
2022-07-04 15:58:27 +02:00 |
|
David Misiak
|
2724d29968
|
refactor(cardano): introduce Signer and its subclasses
|
2022-07-04 15:58:27 +02:00 |
|