Commit Graph

7185 Commits (3e74ed927bbfbafb668687d8dca0dcdfd48cf885)
 

Author SHA1 Message Date
Pavol Rusnak a19f35747d
tests: add first burntest
6 years ago
Tomas Susanka 015664cc9d
Merge pull request #342 from vacuumlabs/cardano-generalize-network
6 years ago
Tomas Susanka 20c97e85ad
Merge pull request #417 from vacuumlabs/cardano-improvements
6 years ago
Jan Pochyla 2c2930c663 utils: fix unimporting partially-imported modules
6 years ago
Pavol Rusnak 75e65bbb2d
nix: use python3, not python36
6 years ago
Pavol Rusnak 4fe8c003d1
nix: use python3, not python36
6 years ago
Pavol Rusnak 5d32308dfb
nix: use python3, not python36
6 years ago
Pavol Rusnak ee25c4a6f4
nix: use python3, not python36
6 years ago
matejcik e1d1526453 protob: EOS support (#231)
6 years ago
Pavol Rusnak 495b35e212
protob: don't use required for eth fields
6 years ago
matejcik 5355ce4879 device_tests: upgrade get_marker to get_closest_marker
6 years ago
andrew fc29df6f87 Rename flash_erase_sector() to flash_erase() to resolve name collision with libopencm3 in trezor-mcu.
6 years ago
strmci 4afec2f3f3 trezorctl: use ChoiceType for set_passphrase_source (#356)
6 years ago
andrew 65fdd53427 Rename flash_unlock() to flash_unlock_write() to resolve name collision with libopencm3 in trezor-mcu.
6 years ago
Pavol Rusnak 299e14ad79
make: add new debugging targets
6 years ago
Pavol Rusnak 98ec2f096c
bootloader: small changes to ui, replace vendor string
6 years ago
refi93 66111121bb
add tests for cardano address validation
6 years ago
refi93 516dc4608d
add cardano output address validation
6 years ago
andrew 7be7709c70 Fix strict-prototypes warnings by explicitly specifying void when a function accepts no arguments.
6 years ago
matejcik 37dfcf90bf device_tests: clarify input_flow for cardano signing
6 years ago
Tomas Susanka 101242f902 protobuf/eth: also 'to' is string
6 years ago
Tomas Susanka 534d15f208 protobuf/eth: MessageSignature and VerifyMessage have also address as a string
6 years ago
Tomas Susanka 6a39049cc1
Merge pull request #266 from trezor/tsusanka/eth-address
6 years ago
Tomas Susanka 886f2e076c protobuf/eth: EthereumAddress now sends string instead of bytes
6 years ago
Tomas Susanka a73e147ceb readme: remove future tense; and key derivation image; other small typos
6 years ago
Tomas Susanka f24c6e31f6 readme: import from google docs
6 years ago
Pavol Rusnak 1f61f82f63
embed: include files from vendor/micropython/ports/stm32 explicitly
6 years ago
Jan Pochyla cfad075dcf sdl: allow HIDPI window
6 years ago
Pavol Rusnak 8970e2bdeb
add .gitignore
6 years ago
Pavol Rusnak 638a933e22
add COPYING
6 years ago
Pavol Rusnak 781f1c24d0
init
6 years ago
Pavol Rusnak 50e0ddb6f8
bootloader: update changelog
6 years ago
Pavol Rusnak 1e697787a6
update Dockerfile and .travis.yml to be more similar to trezor-mcu
6 years ago
Pavol Rusnak afc17a23d5
update Dockerfile and .travis.yml to be more similar to trezor-core
6 years ago
Pavol Rusnak ba3b958612
embed/extmod/modtrezorio: add missing secbool conversion in sbu
6 years ago
Pavol Rusnak b7e99aa76c
bip39: truncate long passphrases (more than 256 characters)
6 years ago
Pavol Rusnak e829823f1e
use memzero from libsodium
6 years ago
Pavol Rusnak 3b5fe11253
reset: use mnemonic_clear
6 years ago
Pavol Rusnak 2de0eac7dc
embed/extmod/modtrezorcrypto: use mnemonic_clear where needed
6 years ago
Pavol Rusnak d1c52401e4
bip39: remove indexes functions, add mnemonic_clear function
6 years ago
Pavol Rusnak 806805e296
replace all usage of memset(_, 0, _) with memzero
6 years ago
Pavol Rusnak 79779f4da6
replace all usage of memset(_, 0, _) with memzero
6 years ago
Pavol Rusnak 66a8d18348
bootloader: remove obsoleted self-test
6 years ago
Pavol Rusnak c316e775a2
replace all usage of memset(_, 0, _) with memzero
6 years ago
Pavol Rusnak 5cb2c71f08
bignum: add assumption about i to bn_multiply_reduce_step
6 years ago
matejcik 3390422ce3 device: pass u2f counter when running device recovery
6 years ago
matejcik 7d14018f99 tools: make sure that passed Base58 string uses valid alphabet
6 years ago
refi93 f4e1da41b7 change network to protocol magic in cardano
6 years ago
Tomas Susanka c6f9c04365 docs: contributing file (#464)
6 years ago
refi93 2b2e2d0145 cardano better address export,sign tx UX,format fix, prot. magic instead of network
6 years ago