1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-19 22:40:58 +00:00
trezor-firmware/core/.changelog.d
grdddj 73238135d6 feat(core/ethereum): EIP-712
Based on original contribution by Max Kupriianov <xlab@hey.com>

Implemented EIP-712 typed data signatures in Ethereum app.

Add eth_abi into pyproject deps

device test for EIP 712

fixed hex decoding for address

fixup! fixed hex decoding for address

code quality, more pythonic code, removing unused imports

running black and isort on changed files

trezorctl file input for EIP 712 data signing

fixup! code quality, more pythonic code, removing unused imports

fixup! fixup! code quality, more pythonic code, removing unused imports

necessary changes after rebase to master

unit tests for sign_typed_data.py

new protobuf messages, working for nonarray types

simplified and verified solution for our simple data

support for simple arrays, without their confirmation

reverting protobuf value messages to bytes, appropriate changes

showing arrays in Trezor, code quality improvements

data validation on Trezor, minor improvements

using custom types for storing type data instead of dicts, addressing feedback from review

moving helper functions to its own file, tests for decode_data

additional overall tests

support for arrays of structs

adding support for metamask_v4_compat variable

using HashWriter object to collect the final hash continously

minor improvements in code quality

validate_field_type function

streaming values from client without saving them, missing UI

prototype of streamed UI using confirm_properties

accounting for bytes in data, more data types in integration tests

rebase on master, using f-strings

minor fixes and improvements from code review

StructHasher class for the whole hashing process

mypy and style changes

asking users whether to show structs and arrays

protobuf descriptions to fix make defs_check

unifying comments, mypy fix

unit tests for StructHasher class

UI fixtures, skipping device tests for T1

addressing majority of code review comments about code quality and structure

changing file structure - layouts, helpers, sign_typed_data

decode_data renaming and docstring, renaming unit test file

using tuples instead of lists in elifs

layout improvements

excluding core/src/apps/common/confirm.py file from the PR

True/False returning layout with Show more button

code review layout improvements

forgotten br_type argument to should_show_more
2021-11-02 14:27:01 +01:00
..
.gitignore
741.added feat(core): implement conversion from timestamp to datetime 2021-10-29 11:00:30 +02:00
1633.fixed fix(core): bitcoin-only all_modules.py 2021-10-07 15:26:49 +02:00
1642.security chore(legacy & core): changelogs added 2021-09-27 15:42:29 +02:00
1656.added feat(core): Implement sending to taproot addresses. 2021-10-18 13:36:05 +02:00
1678.added feat(core): make core use Schnorr signatures 2021-10-25 14:41:28 +02:00
1678.changed feat(core): make core use ecdsa from secp256k1_zkp wherever possible 2021-10-25 14:41:28 +02:00
1710.added feat(core): add support for Taproot descriptors 2021-10-18 13:36:05 +02:00
1755.changed
1755.changed.1
1755.incompatible
1771.added
1772.added chore(cardano): update docs, changelog and ui test fixtures 2021-10-11 15:16:24 +02:00
1789.changed
1794.added
1794.incompatible
1811.changed
1819.fixed fix(core/ethereum): ask before showing paginated data field 2021-10-19 17:13:28 +02:00
1835.added feat(core/ethereum): EIP-712 2021-11-02 14:27:01 +01:00
1857.added feat(common): Add script_pubkey field to TxInput message. 2021-10-18 19:58:56 +02:00
1872.removed fix(common): drop unusable coins BELL and ZNY (#1872) 2021-10-26 13:09:34 +02:00