1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-12 10:58:59 +00:00
Go to file
matejcik afdfd5fbdb cardano: optimize transaction signing
squash merge. closes #94 and #130

Squashed commit of the following:

commit 1adc68051df863f5ce3767f6594d91fc9ad7bb16
Author: refi93 <rafael.korbas@gmail.com>
Date:   Tue May 7 00:13:07 2019 +0200

    cr fix

commit 833b831754aa3dfce4630e9d64e7fb6c5147ceb1
Author: refi93 <rafael.korbas@gmail.com>
Date:   Mon May 6 21:59:49 2019 +0200

    cr fix style

commit 2962e697c993d3df9a53dcc6cebc9148c1d701f5
Author: Matúš Juran <matus.juran@vacuumlabs.com>
Date:   Thu May 2 16:57:55 2019 +0200

    cardano: optimize transaction signing

    Optimize the storage of previous transactions. Instead of passing a list
    of transactions to the Transaction object, verify all inputs beforehand.
    Stop creating helper lists when serializing the transaction. This allows
    to process a few more inputs.
2019-05-07 17:33:00 +02:00
ci
common common: fix tGOR entry 2019-05-07 16:45:34 +02:00
core cardano: optimize transaction signing 2019-05-07 17:33:00 +02:00
crypto crypto/shamir: Memzero stack variables even in performace critical functions. 2019-05-03 14:18:54 +02:00
legacy
python style: update requirements, isort call arguments 2019-05-07 16:31:04 +02:00
storage storage: allright isort, you win 2019-05-04 22:47:05 +02:00
tools legacy+storage: fix style checks 2019-05-04 22:42:40 +02:00
.clang-format
.gitignore
.gitlab-ci.yml
.gitmodules core+legacy: rework code styling checks 2019-04-18 17:40:55 +02:00
create_monorepo.py
Makefile style: improve Makefile, stricter style rules 2019-05-07 16:31:04 +02:00
Pipfile style: update requirements, isort call arguments 2019-05-07 16:31:04 +02:00
Pipfile.lock style: update requirements, isort call arguments 2019-05-07 16:31:04 +02:00
README-monorepo.md
setup.cfg style: improve Makefile, stricter style rules 2019-05-07 16:31:04 +02:00
shell.nix