tychovrahe
|
d3469f8310
|
fix(core/rust): optimize pin keyboard rendering for TT UI2
[no changelog]
|
2022-10-18 10:17:36 +02:00 |
|
Andrew Kozlik
|
ee8c596b1a
|
refactor(core): Use a list of presigned inputs in Bitcoin signing.
Co-authored-by: Ondřej Vejpustek <ondrej.vejpustek@satoshilabs.com>
|
2022-10-17 15:20:46 +02:00 |
|
Andrew Kozlik
|
5dddb06e2b
|
refactor(core): Replace Bitcoin signing progress functions with a class.
|
2022-10-17 15:20:46 +02:00 |
|
Andrew Kozlik
|
a1a34774b8
|
fix(common): Fix handling of default booleans in protobuf.
|
2022-10-17 15:20:46 +02:00 |
|
Andrew Kozlik
|
d815a7d6de
|
chore(core): Use C implementation of Bech32 decode.
|
2022-10-17 15:20:46 +02:00 |
|
Andrew Kozlik
|
cc054050a5
|
feat(core): Improve Bitcoin signing progress display.
|
2022-10-17 15:20:46 +02:00 |
|
Andrew Kozlik
|
8ef5e5120a
|
feat(core): Verify ownership proofs before transaction approval in BTC signing.
|
2022-10-17 15:20:46 +02:00 |
|
Andrew Kozlik
|
5b453c88ed
|
feat(core): Add serialize option to SignTx.
|
2022-10-17 15:20:46 +02:00 |
|
Andrew Kozlik
|
294c390c96
|
feat(tests): Test signing a large CoinJoin.
|
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 |
|
tychovrahe
|
c750113d57
|
fix(tests): fix rust tests with ASAN
[no changelog]
|
2022-10-13 10:51:43 +02:00 |
|
matejcik
|
cac98ad7d4
|
feat(core/rust): implement storage wrapper layer
[no changelog]
|
2022-10-13 09:18:20 +02:00 |
|
grdddj
|
0f549c02da
|
feat(core): add -r option to emu.py to allow for screen recording
[no changelog]
|
2022-10-12 13:44:53 +02:00 |
|
grdddj
|
e0693d3a55
|
feat(python): add trezorctl possibility to record screen changes
|
2022-10-12 13:44:53 +02:00 |
|
matejcik
|
7a09c21bf5
|
chore(core): fix import in key generator
|
2022-10-11 12:11:53 +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
|
11748b7641
|
fix(build): fix ASAN build with num_derive crate
[no changelog]
|
2022-10-10 13:49:50 +02:00 |
|
Juliya Smith
|
cc49e2922d
|
fix(python): publish package types (#2543)
* fix: publish types to consumers
* chore: add changelog
|
2022-10-06 16:12:05 +02:00 |
|
Andrew Kozlik
|
448f97b736
|
feat(trezorctl): Support SLIP-25 accounts in get-public-node and get-address.
|
2022-10-04 20:17:56 +02:00 |
|
Andrew Kozlik
|
0bc35dd2e6
|
fix(tests): Specify correct coin in SLIP-25 XPUB test.
|
2022-10-04 20:17:56 +02:00 |
|
Andrew Kozlik
|
a047795d19
|
fix(trezorlib): Don't support preauthorized operations for get_public_node() and get_address().
[no changelog]
|
2022-10-04 20:17:56 +02:00 |
|
Christian Reitter
|
cd32a4f50e
|
feat(crypto): correct formatting
|
2022-10-04 16:46:33 +02:00 |
|
Christian Reitter
|
31eb8e276b
|
feat(crypto): fix issues flagged by GCC
|
2022-10-04 16:46:33 +02:00 |
|
Christian Reitter
|
6fa1b7131b
|
feat(crypto): avoid memory resource leaks, remove unused variables and dead stores
|
2022-10-04 16:46:33 +02:00 |
|
Christian Reitter
|
d2737308c4
|
feat(crypto): remove -Wstrict-prototypes issues in zkp_context.c
|
2022-10-04 16:46:33 +02:00 |
|
Christian Reitter
|
61d93d0539
|
feat(crypto): avoid memory resource leaks, optimize error path
|
2022-10-04 16:46:33 +02:00 |
|
Christian Reitter
|
f1870102d2
|
feat(crypto): add targets and improve trezor-crypto fuzzer
|
2022-10-04 16:46:33 +02:00 |
|
Christian Reitter
|
5fe7d50232
|
feat(crypto): use macro for check pattern
|
2022-10-04 16:46:33 +02:00 |
|
Christian Reitter
|
d069b2955e
|
feat(crypto): improve trezor-crypto fuzzer
|
2022-10-04 16:46:33 +02:00 |
|
Christian Reitter
|
b56e848eaa
|
feat(crypto): mark uninteresting fuzzer inputs
|
2022-10-04 16:46:33 +02:00 |
|
Christian Reitter
|
e8d24290ad
|
feat(crypto): add fuzzing targets and improve documentation
|
2022-10-04 16:46:33 +02:00 |
|
Christian Reitter
|
1b04c801de
|
feat(crypto): improve trezor-crypto fuzzer
start using heap-based allocations for more precise ASAN checks
|
2022-10-04 16:46:33 +02:00 |
|
Martin Milata
|
f56041a759
|
chore(tests): remove leftover tempfile
|
2022-10-04 09:27:06 +02:00 |
|
tychovrahe
|
99eaaae28e
|
build(core): redistribute content in flash
[no changelog]
|
2022-10-03 09:43:53 +02:00 |
|
Dusan Klinec
|
90771ebb59
|
fix(xmr): fix tx sending to an integrated address
|
2022-09-30 13:47:06 +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
|
223d1b20fb
|
refactor(core): change fonts organization
|
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 |
|
tychovrahe
|
a4d0ec3926
|
fix(core/rust): fix flickering in UI2 hold to confirm screen
[no changelog]
|
2022-09-22 10:03:56 +02:00 |
|
Ondrej Mikle
|
4bed278e80
|
feat(legacy): Ability to flash bootloader and firmware via JLink
[no changelog]
|
2022-09-19 10:09:14 +02:00 |
|
Martin Milata
|
7c11dec7f6
|
refactor(core/rust/ui): Font as repr(u8) enum
[no changelog]
|
2022-09-16 13:57:32 +02:00 |
|
Martin Milata
|
ef504d40fc
|
perf(core/rust/ui): use 16-bit coordinates
[no changelog]
|
2022-09-16 13:57:32 +02:00 |
|
Martin Novak
|
dd168d2893
|
feat(core,legacy): display only sat instead of sat BTC
|
2022-09-15 08:01:24 +02:00 |
|
grdddj
|
f44ee9b665
|
feat(tests): add UI test for showing taproot address QR code
|
2022-09-14 15:13:19 +02:00 |
|
grdddj
|
093be69dfb
|
feat(legacy): do not convert bech32 addresses to uppercase for QR code
feat(legacy): maintain big QR code for taproot addresses
|
2022-09-14 15:13:19 +02:00 |
|
tychovrahe
|
e3d5c178f1
|
feat(core): enable bus fault and usage fault handlers
[no changelog]
|
2022-09-13 15:04:40 +02:00 |
|
grdddj
|
70d38e829b
|
feat(legacy): show fee rate when replacing transaction
|
2022-09-12 11:48:14 +02:00 |
|