Commit Graph

557 Commits (c145db7dd2b56a0f800422656d2eddc7f3e4a859)

Author SHA1 Message Date
Tomas Susanka 75c539ec55
all: replace /bin/bash with /usr/bin/env bash
5 years ago
matejcik cad297ed36 style: fix weirdness in modtrezorio-fatfs.h
5 years ago
Andrew Kozlik 58c2691ad9 core/pin: Avoid flicker in remaining time message.
5 years ago
Andrew Kozlik 6ee1ea0fde core/webauthn: Add README.md.
5 years ago
Andrew Kozlik 26193245d4 core/webauthn: Generate random part of U2F key handles with uniform distribution.
5 years ago
Andrew Kozlik 5020ae9757 core/tests: Test SLIP-0022 FIDO2 credential decode.
5 years ago
Andrew Kozlik 70fe14e84c core/webauthn: Implement CTAP2 protocol for FIDO2 support.
5 years ago
Andrew Kozlik 6366f3ac0d core/storage: Implement storage of FIDO2 resident credentials.
5 years ago
Andrew Kozlik de183849b9 core/webauthn: Implement SLIP-0022 FIDO2 credential ID format.
5 years ago
Andrew Kozlik f658958057 core/ui: Add ui.alert() for CTAP WINK command.
5 years ago
Andrew Kozlik 509a815f73 core/ui: Implement multi-page confirmation screen.
5 years ago
Andrew Kozlik 1f58ee7ae9 core/ui: Add text_center_trim_left() and text_center_trim_right().
5 years ago
Andrew Kozlik 84674a7463 core/usb: Add write_blocking() to trezor.io.HID.
5 years ago
Andrew Kozlik 5cbbcd0ce7 core/ui: Add offset parameter to ui.pulse() and specify the pulse rate in terms of period.
5 years ago
Andrew Kozlik 2142b37f86 core/usb: Ensure that USB interface is not busy before writing.
5 years ago
Pavol Rusnak 6ad3294f31
core: fix visibility of apps.common.device.U2F_COUNTER
5 years ago
Pavol Rusnak e7955357b0
core: fix style
5 years ago
Pavol Rusnak 898c421752
core: enable debuglink+webauth together in the emulator firmware
5 years ago
Pavol Rusnak a635ba6bff
build: clean up build-docker scripts a little
5 years ago
Milan Rossa f962a18785
core: enhance testing runners
5 years ago
Pavol Rusnak f87d033345
core: rename PROFILING to TREZOR_PROFILING in trezor_cmd.sh
5 years ago
Tomas Susanka 3cb023ec21 core: add Capabilities to 2.1.5 changelog
5 years ago
Tomas Susanka b7d2fa9643 core: add Binance to 2.1.5 changelog
5 years ago
Tomas Susanka c66a1e7780
Merge pull request #497 from romanz/segwit-multisig
5 years ago
Roman Zeyde cb04f5774b core/wallet: fix segwit multisig comment
5 years ago
Pavol Rusnak bfe01707b1
build: add BITCOIN_ONLY variable to docker build scripts
5 years ago
Luke Plaster 9c2d911dcb core: improve binance ux
5 years ago
Pavol Rusnak 9d5bac50fd
core: alphabetically order files in SConscript files
5 years ago
Pavol Rusnak 854045c019
build: fix file order in SConscript.unix
5 years ago
Ondrej Mikle 59ee3750d1
core/modtrezorio: raise exception when directory listing fails on disk error or other error
5 years ago
Ondrej Mikle 24359ea074
core/modtrezorio: use upstream's fix of read-after-buffer
5 years ago
Ondrej Mikle 972a96f1a0
core/modtrezorio: raise error when no space left on FAT FS
5 years ago
Pavol Rusnak 743f57afdb
core/modtrezorio: use ff_unifdef.sh preprocessor
5 years ago
Pavol Rusnak 49a98a5015
core/modtrezorio: enable FatFS.mkfs only in emulator
5 years ago
Pavol Rusnak d40b7c0385
core/modtrezorio: enable LFN+Unicode in FatFS
5 years ago
Pavol Rusnak aa8d14c0ea
core/modtrezorio: add FatFS support
5 years ago
Pavol Rusnak ecceed018e
core/tests: make binance sign_tx test vector more readable
5 years ago
Luke Plaster 3eff86d17b core: fix the "coin" blueprint (#488)
5 years ago
ciny ec4dd38888 core: #482 fix binance divisibility
5 years ago
Pavol Rusnak 7c74f1c54c
core: fix style
5 years ago
Jan Pochyla 355cebf8bf core: wait for the default layout after closing a workflow
5 years ago
Jan Pochyla ccb926af53 core: improve log messages in workflow and wire
5 years ago
Pavol Rusnak bdaf4cd069
core: update ChangeLog
5 years ago
Andrew Kozlik c1f0c642df core: cache seed without passphrase (#478)
5 years ago
TheCreator 64034c6d7d common: enable UNO (#472)
5 years ago
Roman Zeyde 680e18a4ba core/seed: add SLIP-0077 derivation to Keychain (#398)
5 years ago
Pavol Rusnak 324cb651c6
core+legacy: update bootloader ChangeLogs
5 years ago
Pavol Rusnak dbef93a30d
core: enable firmware build without SDL2 installed
5 years ago
Pavol Rusnak 1a71c7a3e8
common: rename Features.features to Features.capabilities
5 years ago
Jan Pochyla 34ec1ed294 core/webauthn: fix bug introduced in bb2556
5 years ago
Pavol Rusnak 9cef06de2b
core+legacy: update ChangeLogs
5 years ago
Pavol Rusnak dde4c12796
common: add Feature.ShamirGroups to features
5 years ago
Pavol Rusnak 93f18b09bd
core+python: regenerate Features
5 years ago
Pavol Rusnak 74bc83726c
common: add Feature.Shamir to features
5 years ago
Tomas Susanka 72f6bf51cd
Merge pull request #446 from trezor/andrewkozlik/shamir-wording
5 years ago
Andrew Kozlik 90bd453d0a core: Improve Super Shamir texts.
5 years ago
Tomas Susanka f5af4e4fe0 core: bump version to 2.1.6
5 years ago
Tomas Susanka 73e59bb84c core: add changelog for 2.1.5
5 years ago
Tomas Susanka fd53c72a3c
Merge pull request #428 from trezor/ciny/super_shamir
5 years ago
ciny 9595800158 core: store correct backup type during recovery
5 years ago
Pavol Rusnak 32edf7b6b9
core: fix unit tests for Bitcoin only firmware
5 years ago
Pavol Rusnak 908bbfffef
core: remove remaning utility code for Bitcoin only firmware
5 years ago
Pavol Rusnak c815bc410c
core: remove remaning Decred/Zcash code for Bitcoin only firmware
5 years ago
ciny 81f5cbef93 core + tests: Super shamir reset and recovery UI and tests
5 years ago
Tomas Susanka 077735f57b ci: introduce upgrade tests
5 years ago
matejcik 6481316ac5 core/ethereum: fix typo in wanchain detection (in template also)
5 years ago
matejcik b0b286aafe core/ethereum: fix typo in wanchain detection
5 years ago
matejcik 2022c39ef9 core/ethereum: add support for wanchain slip44 id (#440)
5 years ago
Pavol Rusnak 8a61ef4f6e
core: unroll the utils.BITCOIN_ONLY constant in mpy-cross
5 years ago
Pavol Rusnak 4036f2243b
core: introduce linker script for BITCOIN_ONLY
5 years ago
Pavol Rusnak 9ae319211f
core: fill in Features.features
5 years ago
Pavol Rusnak 07ef01f3e4
core: introduce BITCOIN_ONLY flag
5 years ago
Tomas Susanka 566753e551 core: fix style
5 years ago
Pavol Rusnak e1f0c238cf
core: fix utils.format_amount for negative amounts
5 years ago
Ryxor 2c709ee162 common/defs: add Umbru (#433)
5 years ago
matejcik 3467cbe236 core/cardano: do not force-show homescreen
5 years ago
Pavol Rusnak 876ba5f590
tests: make path to tested binary configurable
5 years ago
Jan Pochyla 29153f0e51 core/log: be less noisy with ui.Cancelled exceptions
5 years ago
Jan Pochyla 7789a29d50 core/loop: fix last commit
5 years ago
Jan Pochyla 2c8b90f86e core/loop: properly cleanup task waiting on a chan
5 years ago
Jan Pochyla 29cca614f0 core/workflow: properly reset the default task global
5 years ago
Jan Pochyla 6d1a315b0e core/homescreen: render homescreen in a layout
5 years ago
Tomas Susanka f07694116c docs: emulator's variables
5 years ago
Tomas Susanka 16b44b6f7b core: improve log output for ui.Result exception (#429)
5 years ago
Pavol Rusnak 132c841752
core: preparations for bitcoin-only firmware
5 years ago
Pavol Rusnak 76719bab65
core: split handling of messages in the build script
5 years ago
Pavol Rusnak 632a29ea8c
core: fix typo
5 years ago
Pavol Rusnak 774ca02c41
core: refactor FROZEN and PYOPT in SConscript.firmware
5 years ago
Pavol Rusnak 2c646a61b7
core: refactor FROZEN variable in SConscript.unix
5 years ago
Pavol Rusnak b8726e74c8
core: add possibility to pass PYOPT to emulator frozen build
5 years ago
Tomas Susanka b65cabc67c
Merge pull request #425 from trezor/tsusanka/iss387-init-fix
5 years ago
Tomas Susanka ba7b5c7232 core/ui: add note on yield usage
5 years ago
Tomas Susanka c9a78d7bcb core: fix docs typos
5 years ago
Tomas Susanka d0ce2b9e39 core: fix initialized to be unrelated to recovery
5 years ago
Tomas Susanka 4323b0ac2a core: rename recovery keyboards
5 years ago
Pavol Rusnak f51f9d9be1
core: one more change to previous commit
5 years ago
Pavol Rusnak f8ebd4fa0b
core: fix last commit
5 years ago
Pavol Rusnak c4e745a0d6
core: update build scripts to list python source more explicitly
5 years ago
Tomas Susanka ba74cc2880 core: change pubkeys to List
5 years ago
Pavol Rusnak 0f6e06e1e5
common/tools: reorder coins in coin_info.py so Regtest appears at the beginning
5 years ago
Tomas Susanka debb8ec478
Merge pull request #422 from romanz/typing
5 years ago
Roman Zeyde 5b3427a21d core: ensure multisig (m,n) parameters are valid (#423)
5 years ago
Pavol Rusnak 1eb823be03
core: fix permissions of apps/eos source files
5 years ago
Roman Zeyde acfd6b7771 core/wallet: fix 'pubkeys' type to be list
5 years ago
Jan Pochyla bb2556a22c
core: improve code documentation, simplify wire package
5 years ago
Pavol Rusnak cc184a0a30
common: introduce Features.features enum
5 years ago
Roman Zeyde 588998cb85 apps/wallet: support Signify Ed25519 signatures (#348)
5 years ago
omtns 1bb77b81c0 common/defs: enable MTNS (#415)
5 years ago
Marius Kjærstad 1d6ea33ec6 docs: switch http to https in links (#419)
5 years ago
Tomas Susanka e119e8de96 core/slip39: fix UI for 33 words
5 years ago
Tomas Susanka 542f156b4f core/slip39: remove _encrypt
5 years ago
Tomas Susanka 1b666804c0 core/shamir: fix EMS vs MS
5 years ago
Tomas Susanka 0f742bc3a7 core: bump to 2.1.5, add changelog for 2.1.4
5 years ago
matejcik eaf1e940a8 build: update test runners for new paths
5 years ago
matejcik 872e66efca tests: drop pytest customization from core
5 years ago
Roman Zeyde 7210a2f56d common/defs: add 'confidential_assets' section to coin definitions (#399)
5 years ago
matejcik c285bbba7a core: dispatch DebugLinkDecisions from a common queue
5 years ago
matejcik 741bfd5c53 core: remove loop.signal in favor of chan, change usage
5 years ago
matejcik f680f0c0d3 core: unify NEM pager confirm with rest of codebase
5 years ago
matejcik cf70f82d90 core: debug messages when reading from wire
5 years ago
matejcik 0890f68c0c core: use channels to give feedback over debuglink
5 years ago
matejcik 6e7fc5f601 core: implement channels for sending messages
5 years ago
Pavol Rusnak e23bb10ec4
core+legacy: fix KMD signing (introduce negative_fee coin field)
5 years ago
Tomas Susanka 024f4d64af core/reset: modify confirmation sentence
5 years ago
Tomas Susanka 35ecfbcb3d build
5 years ago
Andrew Kozlik cb7bc8f410 core: Fix mypy warnings.
5 years ago
Andrew Kozlik 55f69becff core/tools: Clarify hid-bridge README.
5 years ago
Andrew Kozlik 1d56b8b9a1 webauthn: Add login.microsoft.com to knownapps. Add Microsoft icon.
5 years ago
Andrew Kozlik 8297b81cd5 core/crypto: Add AES mode constants.
5 years ago
Tomas Susanka db2ce2055d docs: add link to a built version of the docs
5 years ago
Tomas Susanka 107ae697aa docs: do not ignore build subdirectory
5 years ago
Pavol Rusnak eaa85ddd6e
core+legacy: add new changelog entries
5 years ago
Jan Pochyla 6835748bbf core/protobuf: fix 5b6fa113
5 years ago
Tomas Susanka e897f7cf7f core: fix unit tests
5 years ago
Tomas Susanka 0ac0daf148 core: bump to 2.1.4
5 years ago
Jan Pochyla 943ed73166 core/ui: remove workaround, fixed properly in c9096d9
5 years ago
Jan Pochyla 5b6fa1136a core: improve typing annotations
5 years ago
Andrew Kozlik 0a594ea1e9
Merge pull request #280 from trezor/andrewkozlik/slip-0021
5 years ago
Tomas Susanka c8b95838b5 docs: restructure, add SUMMARY, add a few things
5 years ago
Jan Pochyla c9096d9a0a core/ui: mark Controls as dirty in the beginning
5 years ago
matejcik aa9860fdb7
protobuf: add enum value validation (#363)
5 years ago
Tomas Susanka 0bc847ff7f docs: remove old api.md article
5 years ago
Tomas Susanka e30159c000 docker: remove
5 years ago
Tomas Susanka 776071e220
core/embed: add hint in fatal error on unix (#378)
5 years ago
Pavol Rusnak 007f3aa6de
core: use uppercase for cashaddr QR codes
5 years ago
Tomas Susanka 4b1955dcd3 core/embed: add hint in fatal error on unix
5 years ago
Tomas Susanka 46c10e9402 core/shamir: end recovery mode after Success screen
5 years ago
Ciny 90b91a7fb5 #28 - binance implementation (#189)
5 years ago
Tomas Susanka e4a69dcc53 core/docs: fix toif_convert link
5 years ago
Tomas Susanka ac2acb0b5a core: mnemonic mypy
5 years ago
Tomas Susanka 4030874c7e core: some mypy in recovery-related modules
5 years ago
Andrew Kozlik c1c23cb5cb core/tests: Add more tests for Cardano with SLIP-0039.
5 years ago
Tomas Susanka 6af7a6b3d6 core: bump version to 2.1.3
5 years ago
Tomas Susanka 4da54f95d6 core/shamir: remove checked icon from future items in Backup checklist
5 years ago
Tomas Susanka 81a1b26fad core/shamir: fix texts
5 years ago
Tomas Susanka 4117f3506c core/shamir: text improvements
5 years ago
Tomas Susanka a8c9a4ddc4 core/shamir: send boolean flag in Features that Recovery is in progress
5 years ago
Tomas Susanka 5bd8ad321e core/shamir: increase default iteration exponent to 1
5 years ago
Pavol Rusnak 529ec95c93
core: fix unit tests for omni
5 years ago
Pavol Rusnak c288514a4f
core+legacy: fix display of non-divisible OMNI amounts
5 years ago
Tomas Susanka c735299bd0 core/backup: fix mnemonic_module to mnemonic_type
5 years ago
Andrew Kozlik 217c910b4b cardano: Implement SLIP-0023 and add SLIP-0039 support for Cardano.
5 years ago
Tomas Susanka 2b6a14cb5f core: support load device with SLIP-39
5 years ago
Tomas Susanka e95a97f281 common/protobuf: set mnemonic as repeated in LoadDevice for SLIP-39 support
5 years ago
Jan Pochyla ebe883e4a9 core: support rebooting into default mode
5 years ago
Tomas Susanka d2597d54c1 core/shamir: persistence
5 years ago
Tomas Susanka 8f4bbb8825 core/homescreen: move err and warn to ui module
5 years ago
Tomas Susanka 539379bd55 core: alter reset_device to use enum
5 years ago
Tomas Susanka 1480f754f4 build
5 years ago
Tomas Susanka 7c0a20b5bb core: add common page for success and warning
5 years ago
Andrew Kozlik 5d561a0e53 core/tests: Fix Keychain usage in test_apps.wallet.signtx.fee_threshold.
5 years ago
Andrew Kozlik 58e06ba22c core/seed: Ensure ed25519 paths are hardened in Keychain.derive().
5 years ago
andrew 5f604b5fea core/seed: Add SLIP-0021 implementation and tests.
5 years ago
Tomas Susanka db0847282a core/reset: check three words
5 years ago
Tomas Susanka 96cdd886bc core: fix Hold To Confirm button
5 years ago
Tomas Susanka d073102422 core/ripple: increase the maximum amount allowed to be sent
5 years ago
Tomas Susanka 5134cd0b80 core: add backup warnings at correct place; add backup success page
5 years ago
Tomas Susanka baaba41447 docs: move git hooks to core docs and update
5 years ago
Andrew Kozlik b9f63c3f55 webauthn: Add Binance to knownapps. Add Binance icon.
5 years ago
Tomas Susanka ce312e484b
Show total number of words during device recovery (#320)
5 years ago
Tomas Susanka 841a27257e
Shamir reset device tests (#319)
5 years ago
ciny 11b9f1c4e8 core: show total number of words during device recovery
5 years ago
ciny bdfdaa9bb1 core: added device tests for shamir reset
5 years ago
Jan Pochyla 081e459075 core: fix various types
5 years ago
Jan Pochyla 0f6f05e4b7 core/typing: fix extmod docs and mocks
5 years ago
Jan Pochyla 758a1a2528 core/typing: add annotations
5 years ago
Jan Pochyla 86e16bbf31 messages: add types
5 years ago
Jan Pochyla 3af75c0b8b core/typing: improve extmod types
5 years ago
Jan Pochyla f5299456a9 core/typing: add mypy
5 years ago
Dusan Klinec 67212a0d2e
PaginatedWithButtons fix, fixes #306
5 years ago
Tomas Susanka 46e4c02602 core: refactor storage
5 years ago
Tomas Susanka f04f190a02 core/ui: enlarge backspace button
5 years ago
Tomas Susanka 049c5211f3
Restore progress_bar parameter in mnemonic.seed (#297)
5 years ago
Pavol Rusnak 3c40ab8d96
core/src: remove unused num_pad.py
5 years ago
Pavol Rusnak bf3c257f96
core/messages: don't generate unused messages
5 years ago
Tomas Susanka f94bc26110 core/mnemonic: return progress_bar parameter
5 years ago
Tomas Susanka 5aa592a69a core/slip39: modify wording on success screen
5 years ago
Tomas Susanka f78e75bc38 core/slip39: add different wording for BIP/SLIP39 in backup warining
5 years ago
Milan Rossa 9b2167a138
core: asan config
5 years ago
Tomas Susanka 390bef00ca core/slip39: catch exception also when finding out threshold in recovery
5 years ago