matejcik
|
7fe5c804ff
|
feat(core): implement BIP-32 path schemas
|
2020-11-05 14:30:11 +01:00 |
|
Andrew Kozlik
|
70975008cd
|
chore (core): In apps.bitcoin skip confirmation of fee in PayJoin if the user is not increasing their contribution.
|
2020-10-23 15:07:15 +02:00 |
|
Andrew Kozlik
|
b213a55428
|
chore(core): In apps.bitcoin move h_inputs back to bitcoin class.
|
2020-10-23 15:07:15 +02:00 |
|
Andrew Kozlik
|
4a0c5c371a
|
feat(core): In apps.bitcoin implement replacement transaction flow.
|
2020-10-23 15:07:15 +02:00 |
|
Andrew Kozlik
|
bd3fe1d789
|
chore(core): In apps.bitcoin create a separate class for transaction information.
|
2020-10-23 15:07:15 +02:00 |
|
Andrew Kozlik
|
469c131678
|
chore(core): In apps.bitcoin add confirm_replacement and confirm_modify_fee layouts.
|
2020-10-23 15:07:15 +02:00 |
|
Andrew Kozlik
|
7c2d690e45
|
chore(core): In apps.bitcoin allow get_tx_digest() to be used for original transactions.
|
2020-10-23 15:07:15 +02:00 |
|
Andrew Kozlik
|
5fc491c597
|
chore(core): In apps.bitcoin move BIP143 hashing back to a separate class.
|
2020-10-23 15:07:15 +02:00 |
|
Andrew Kozlik
|
9a594f4784
|
fix(core): Fix CoinJoin anonymity gain check in bitcoin approver.
|
2020-10-16 19:16:37 +02:00 |
|
Martin Milata
|
830592f2d9
|
feat(core): add experimental_features setting
The setting is off by default. When it is enabled protobuf messages
marked UNSTABLE are rejected after decoding.
|
2020-10-16 13:53:31 +02:00 |
|
Pavol Rusnak
|
d8534b5ee6
|
perf(core/extmod): replace HMAC Python implementation with C
We keep Python implementation of HMAC for Monero in
core/src/apps/monero/xmr/crypto/__init__.py
|
2020-10-12 16:33:13 +02:00 |
|
Martin Milata
|
542f32d3b1
|
feat(core): add auto_lock_delay and display_rotation to Features
|
2020-10-02 11:06:16 +02:00 |
|
matejcik
|
e4785d47e0
|
style: apply black 20.8b1
|
2020-09-29 11:30:40 +02:00 |
|
Rafael Korbas
|
2173ad97bc
|
Refactor t<page number> to page<page_number> in cardano get_address call
|
2020-09-29 08:55:28 +02:00 |
|
Rafael Korbas
|
66dbdc2462
|
Enforce network id/protocol magic consistency for cardano show address
|
2020-09-29 08:55:28 +02:00 |
|
Juraj Muravsky
|
638977db7d
|
Swap path with address type on screen in cardano get address
|
2020-09-29 08:55:28 +02:00 |
|
matejcik
|
0eed360037
|
chore: make tx type names shorter
as suggested by @andrewkozlik:
TxAckInputType -> TxInput
TxAckOutputType -> TxOutput
TxAckPrevTxType -> PrevTx
TxAckPrevInputType -> PrevInput
TxAckPrevOutputType -> PrevOutput
|
2020-09-23 16:00:10 +02:00 |
|
matejcik
|
244b264b47
|
chore(core): fix typing and kwargs usage
|
2020-09-23 16:00:10 +02:00 |
|
matejcik
|
37025e2a84
|
feat(core): use specialized protobufs in apps.bitcoin, enable typing
|
2020-09-23 16:00:10 +02:00 |
|
matejcik
|
6ba08526e1
|
fix(core): fix type annotations on CoinInfo
|
2020-09-23 16:00:10 +02:00 |
|
Pavol Rusnak
|
f8489f16e4
|
fix(common/defs): remove FSN, ICX which migrated to mainnet
|
2020-09-23 11:31:09 +02:00 |
|
Martin Milata
|
cff4955f93
|
core: implement SafetyChecks.PromptTemporarily
Also reword safety checks confirmation dialogs.
|
2020-09-18 09:02:40 +02:00 |
|
Martin Milata
|
9d2ad96ad4
|
core: add SafetyCheckLevel to Features
|
2020-09-18 09:02:40 +02:00 |
|
Andrew Kozlik
|
295710c37d
|
core/bitcoin: Check ownership proofs using the provided commitment data.
|
2020-09-08 19:36:10 +02:00 |
|
Dusan Klinec
|
9d7b0bf50c
|
xmr: fix new transaction type for CLSAG, HF=13
|
2020-09-07 17:50:38 +02:00 |
|
Andrew Kozlik
|
dad2852db9
|
core/bitcoin: Stream prev_tx after confirmation.
|
2020-09-04 14:36:39 +02:00 |
|
Tomas Susanka
|
ebc99435ab
|
Revert "core: remove ownership messages from the public api for now"
This reverts commit 0d5f00668f .
|
2020-09-03 14:56:27 +02:00 |
|
Tomas Susanka
|
b99b8b3df3
|
Merge remote-tracking branch 'origin/release/2020-09'
|
2020-09-03 13:17:23 +02:00 |
|
Tomas Susanka
|
19461398d7
|
core/cardano: reuse derived Shamir seed (fixes #1007)
|
2020-09-01 16:14:41 +02:00 |
|
Tomas Susanka
|
0d5f00668f
|
core: remove ownership messages from the public api for now
|
2020-09-01 15:56:57 +02:00 |
|
matejcik
|
4909821f35
|
core: implement EndSession
|
2020-08-28 15:37:06 +02:00 |
|
Martin Milata
|
df5421e7d6
|
common/defs: update maxfee_kb to 10USD/tx
Except bitcoin.
(cherry picked from commit f51fac3410 )
|
2020-08-25 18:06:54 +02:00 |
|
Martin Milata
|
f51fac3410
|
common/defs: update maxfee_kb to 10USD/tx
Except bitcoin.
|
2020-08-25 18:05:29 +02:00 |
|
Pavol Rusnak
|
41f5237967
|
common/defs: enable extra_data for FLO
(cherry picked from commit 534695313c )
|
2020-08-24 11:08:02 +02:00 |
|
Pavol Rusnak
|
534695313c
|
common/defs: enable extra_data for FLO
|
2020-08-24 11:06:12 +02:00 |
|
Andrew Kozlik
|
f2d669ecdc
|
core/bitcoin: Use dynamic dispatch for confirmation dialogs in sign_tx.
|
2020-08-21 21:30:15 +02:00 |
|
Andrew Kozlik
|
02da5b7593
|
core/bitcoin: Show warning if nLockTime is set but ineffective due to all nSequence values being 0xffffffff.
|
2020-08-21 21:30:15 +02:00 |
|
Pavol Rusnak
|
cdf0f68bb0
|
core: show passphrase on device
|
2020-08-21 21:30:15 +02:00 |
|
Martin Milata
|
1b982659c4
|
core: fix boot loop after uploading invalid homescreen (#1205)
|
2020-08-21 12:00:42 +02:00 |
|
Pavol Rusnak
|
0620911e46
|
core: allow spending coins from Bitcoin paths if the coin ...
has implemented strong replay protection via SIGHASH_FORKID
|
2020-08-21 11:49:03 +02:00 |
|
Alexis Hernandez
|
96c38315df
|
common/defs: enable extra_data for XSN (#1208)
|
2020-08-20 20:40:30 +02:00 |
|
gabrielkerekes
|
431a25b119
|
Add Cardano README.md
|
2020-08-20 16:02:10 +02:00 |
|
Pavol Rusnak
|
c3ce9de3ea
|
core: regenerate coins+tokens
|
2020-08-19 19:29:18 +02:00 |
|
Martin Milata
|
3f21e8f400
|
core: display coin name when signing message
Also when verifying message.
|
2020-08-18 13:45:49 +02:00 |
|
Martin Milata
|
927ee0812b
|
core: add hard limit for transaction fees
The hard limit is set to 10*fee_warning_threshold. The limit is not
enforced when `safety_checks` is set to "Prompt".
|
2020-08-17 16:12:33 +02:00 |
|
Tomas Susanka
|
c9dc38c9f3
|
core: allow 49/x not 49/x' for Casa
|
2020-08-17 08:54:08 +02:00 |
|
Pavol Rusnak
|
4e11735d22
|
core/modtrezorui: remove prefill from text functions
use display.bar where needed to prefill the areas
|
2020-08-07 15:08:14 +02:00 |
|
matejcik
|
51ea8ccecd
|
common: update token support
|
2020-08-07 11:49:26 +02:00 |
|
matejcik
|
cea634158a
|
core: make sure Homescreen is properly initialized (fixes #1095)
|
2020-08-05 14:22:06 +02:00 |
|
Tomas Susanka
|
16827c3135
|
core: make templates
|
2020-08-05 13:55:36 +02:00 |
|