From 48da28b41e7624f607c007e19d4bf5917cfc912c Mon Sep 17 00:00:00 2001 From: matejcik Date: Wed, 9 Jan 2019 14:39:26 +0100 Subject: [PATCH 1/2] wallet/signing: clear extra_data fields after we're done with them otherwise the values are repeated in every subsequent TxRequest --- src/apps/wallet/sign_tx/helpers.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/apps/wallet/sign_tx/helpers.py b/src/apps/wallet/sign_tx/helpers.py index e8f6a42d9b..6d1f5143ee 100644 --- a/src/apps/wallet/sign_tx/helpers.py +++ b/src/apps/wallet/sign_tx/helpers.py @@ -87,6 +87,8 @@ def request_tx_extra_data( tx_req.details.request_index = None ack = yield tx_req tx_req.serialized = None + tx_req.details.extra_data_offset = None + tx_req.details.extra_data_len = None return ack.tx.extra_data From 9fd27ae7910f55d7afb217817254b612d647afad Mon Sep 17 00:00:00 2001 From: matejcik Date: Wed, 9 Jan 2019 15:00:54 +0100 Subject: [PATCH 2/2] pipenv: do not lock python-trezor to a particular commit --- Pipfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile.lock b/Pipfile.lock index 74045d7d26..882d57a1f6 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -568,7 +568,7 @@ "trezor": { "editable": true, "git": "https://github.com/trezor/python-trezor", - "ref": "369b704f6bf60e510e1fcb03b021ff1866894459" + "ref": "master" }, "typing-extensions": { "hashes": [