1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-27 08:38:07 +00:00
trezor-firmware/core/src
gabrielkerekes b2de8909d1 fix(core/cardano): reintroduce max tx output size
Output size is currently limited to 4000 bytes at protocol level. Given the maximum transaction size Trezor can handle (~9kB), we also want to enforce this size limit here so that when the limit is raised at protocol level again, Trezor would still not be able to produce larger outputs than it could reliably spend. Once Cardano-transaction signing is refactored to be completely streamed and maximum supported transaction size is thus raised, this limit can be lifted.
2021-06-08 15:02:24 +02:00
..
apps fix(core/cardano): reintroduce max tx output size 2021-06-08 15:02:24 +02:00
storage refactor(core): fix imports and use new protobuf API in apps 2021-06-08 09:55:19 +02:00
trezor refactor(core): fix imports and use new protobuf API in apps 2021-06-08 09:55:19 +02:00
.gitignore MONOREPO CREATE FROM trezor-core 2019-04-15 19:14:40 +02:00
all_modules.py fix(core): properly exclude altcoins from all_modules 2021-06-08 09:55:19 +02:00
all_modules.py.mako fix(core): properly exclude altcoins from all_modules 2021-06-08 09:55:19 +02:00
boot.py refactor(core/debug): move "wipe with debug build" to boot.py 2021-05-06 13:14:21 +02:00
main.py refactor(core): improve clarity in main.py 2021-05-06 13:14:21 +02:00
session.py feat(core): avoid restarting session for select messages (fixes #1631) 2021-06-01 14:07:29 +02:00
usb.py refactor(core/usb): do not require serial number on instantiaton of USB 2021-05-06 13:14:21 +02:00