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 |
|
Pavol Rusnak
|
c962d3520b
|
Merge branch 'release/22.08'
|
2022-08-22 11:10:45 +02:00 |
|
matejcik
|
0b4ccf45fc
|
style(core/rust): less expensive conversion from known good utf8 string
|
2022-08-18 15:22:48 +02:00 |
|
matejcik
|
0fb66d3527
|
feat(core/rust): unwrap! macro to trigger nicer behavior than the built-in
|
2022-08-18 15:22:48 +02:00 |
|
matejcik
|
0b52ffb914
|
feat(core/rust): const geometry
Make sure all geometry functions are const. This seems semantically correct and achieves a small space saving.
|
2022-08-18 15:22:48 +02:00 |
|
vdovhanych
|
3300ed8905
|
ci: fix data deploy job for release
|
2022-08-18 13:33:05 +02:00 |
|
tychovrahe
|
6cf92fd748
|
feat(core): Introduce stack overflow detection by moving stack to the start of RAM
|
2022-08-16 17:03:06 +02:00 |
|
matejcik
|
459270ef3f
|
build: update Rust overlay, switch to Rust stable 1.63
|
2022-08-12 14:56:36 +02:00 |
|
tychovrahe
|
cc2bfd9c39
|
feat(core/rust): autoclosing popup for Model R with success animation
|
2022-08-12 13:30:24 +02:00 |
|
tychovrahe
|
1697be2de8
|
feat(core/rust): added success animation and rust icon rendering
|
2022-08-12 13:30:24 +02:00 |
|
tychovrahe
|
820182c6b0
|
feat(core/rust): expose uzlib functions to rust
|
2022-08-12 13:30:24 +02:00 |
|
tychovrahe
|
68598f00af
|
feat(core/rust): hold to confirm animation for Model R
|
2022-08-12 13:30:24 +02:00 |
|
tychovrahe
|
107e22c814
|
feat(core/rust): glyph and text rendering in rust
|
2022-08-12 13:30:24 +02:00 |
|
tychovrahe
|
af77816c2f
|
feat(core/rust): expose display offset handling to rust
|
2022-08-12 13:30:24 +02:00 |
|
tychovrahe
|
29a5b0a770
|
feat(core/rust): implement interpolate color and color table functions in rust
|
2022-08-12 13:30:24 +02:00 |
|
tychovrahe
|
7f2a995c54
|
refactor(core/rust): separate lerp and animations
|
2022-08-12 13:30:24 +02:00 |
|
tychovrahe
|
ce142ffe08
|
feat(core/rust): make ButtonPos hit function public to enable reuse
|
2022-08-12 13:30:24 +02:00 |
|
tychovrahe
|
f538547d5b
|
feat(core): optimize touch controller communication
|
2022-08-08 15:52:26 +02:00 |
|
Pavol Rusnak
|
cba74272e1
|
chore(crypto): remove graphene base58 functions as they are not used anywhere
[no changelog]
|
2022-08-08 12:02:01 +02:00 |
|
grdddj
|
745be6eaa3
|
fix(docs): make create_monorepo link absolute to work on docs.trezor.io
|
2022-08-08 11:58:03 +02:00 |
|
matejcik
|
ef47c26272
|
chore(core,legacy): bump versions
[skip_ci]
[no changelog]
|
2022-08-03 13:10:05 +02:00 |
|
matejcik
|
0d87b55ba4
|
chore(docs): regenerate changelogs
|
2022-08-02 22:26:27 +02:00 |
|
Andrew Kozlik
|
f8ffaecd1c
|
fix(legacy): Abort recovery for invalid words.
|
2022-08-02 20:38:04 +02:00 |
|
Andrew Kozlik
|
fa5e7feda6
|
fix(crypto): Fix nonce bias in CoSi signing.
|
2022-08-02 20:38:04 +02:00 |
|
Andrew Kozlik
|
b7dde50d5f
|
fix(legacy): Generate CoSi nonce randomly.
|
2022-08-02 20:38:04 +02:00 |
|
Andrew Kozlik
|
ad5a572b75
|
chore(common): Deprecate data field in CosiCommit message.
|
2022-08-02 20:38:04 +02:00 |
|
matejcik
|
70c1b12dff
|
feat(legacy): use thousands separator (fixes #2394)
|
2022-08-02 20:35:49 +02:00 |
|
matejcik
|
fcd43b93ac
|
feat(crypto): add thousands separator to bn_format
|
2022-08-02 20:35:49 +02:00 |
|
matejcik
|
114376f734
|
feat(core/strings): use thousands separator (fixes #2394)
|
2022-08-02 20:35:49 +02:00 |
|
matejcik
|
e37ce2b186
|
tests: change fw hashing test to work without fw dumping
|
2022-08-02 17:12:07 +02:00 |
|
matejcik
|
a6410693b3
|
Revert "feat(core): implement firmware dumping"
This reverts commit 37c61c1381 .
|
2022-08-02 17:12:07 +02:00 |
|
matejcik
|
4df7f2f6b0
|
Revert "feat(legacy): implement firmware dumping"
This reverts commit 64df33d8d8 .
|
2022-08-02 17:12:07 +02:00 |
|
matejcik
|
4c347b7acc
|
Revert "feat(python): implement firmware dumping"
This reverts commit ee694f36cf .
|
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
|
c353135b0d
|
fix(tools): only check against enabled coins
|
2022-08-02 13:57:31 +02:00 |
|
matejcik
|
00095c5787
|
chore: update tokens & networks
|
2022-08-02 13:57:31 +02:00 |
|
matejcik
|
c2d8623039
|
fix(common): improve testnet detection for ethereum
|
2022-08-02 13:57:31 +02:00 |
|
Andrew Kozlik
|
1712794947
|
fix(ci): Run style checks in series to avoid interleaved output.
|
2022-08-01 15:10:34 +02:00 |
|
Andrew Kozlik
|
a4343266a3
|
fix(legacy): Fix Decred transaction weight calculation.
|
2022-08-01 15:10:34 +02:00 |
|
Andrew Kozlik
|
90792eb438
|
fix(core): Fix Decred transaction weight calculation.
|
2022-08-01 15:10:34 +02:00 |
|
Andrew Kozlik
|
3b44d44a12
|
fix(legacy): Fix rounding in fee rate computation.
|
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 |
|
Martin Milata
|
784a3813f8
|
docs(core): add embedded C+Rust debug to index
|
2022-07-28 17:12:43 +02:00 |
|
Martin Milata
|
16999d6b48
|
ci: minor caching fixes
|
2022-07-28 14:47:53 +02:00 |
|
Andrew Kozlik
|
6e04523d6a
|
feat(tools): Add error message to check-bitcoin-only.
|
2022-07-27 21:58:05 +02:00 |
|
TychoVrahe
|
a762e75fee
|
fix(core): reintroduce touch controller initialization without power down/up in firmware, fix model R firmware initialization
|
2022-07-26 15:09:43 +02:00 |
|
Ondrej Mikle
|
4d3d9f5d7e
|
docs(core): documentation on embedded C+Rust debug
|
2022-07-26 11:24:27 +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 |
|