1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-16 11:28:14 +00:00
trezor-firmware/core/src
Dusan Klinec 33c174491f refactor(core/monero): Monero code cleanup
* remove support for HF12 and below
* remove MLSAG support
* clean up monero cryptography naming
* get rid of "optional first argument" pattern, in favor of mandatory argument that is allowed to be None
  (and fix several bugs related to this feature)

Co-authored-by: grdddj <jiri.musil06@seznam.cz>
Co-authored-by: Martin Milata <martin@martinmilata.cz>
Co-authored-by: matejcik <ja@matejcik.cz>
2022-05-16 12:37:24 +02:00
..
apps refactor(core/monero): Monero code cleanup 2022-05-16 12:37:24 +02:00
storage feat(core): implement basic R emulator 2022-05-06 11:44:52 +02:00
trezor refactor(core/monero): Monero code cleanup 2022-05-16 12:37:24 +02:00
.gitignore MONOREPO CREATE FROM trezor-core 2019-04-15 19:14:40 +02:00
all_modules.py refactor(core/monero): Monero code cleanup 2022-05-16 12:37:24 +02:00
all_modules.py.mako fix(core): bitcoin-only all_modules.py 2021-10-07 15:26:49 +02:00
boot.py refactor(core): disable SD, SBU, fatfs for T1 build 2021-08-20 12:22:13 +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
typing.py style(core): full pyright-based type-checking 2022-01-07 21:41:17 +01:00
usb.py style(core): full pyright-based type-checking 2022-01-07 21:41:17 +01:00