Scotty0448
|
a2370e0384
|
common/defs: add Ritocoin blockbook host (#198)
|
2019-05-30 17:29:01 +02:00 |
|
matejcik
|
21e485709b
|
python/build: drop vendor subdirectory
|
2019-05-29 18:59:19 +02:00 |
|
matejcik
|
6060a56d2c
|
python/changelog: update changelog, tag release
|
2019-05-29 18:52:52 +02:00 |
|
matejcik
|
e6f440e11c
|
python: add or update licence headers
|
2019-05-29 18:48:15 +02:00 |
|
matejcik
|
8d393b8925
|
python/changelog: update changelog generator
|
2019-05-29 18:33:45 +02:00 |
|
ligi
|
af2d35250a
|
common/defs: fix Rinkeby URL (#197)
|
2019-05-29 11:27:57 +02:00 |
|
Jan Pochyla
|
961499fdcf
|
core: fix uppercase ripple address in qr code
Fixes #191
|
2019-05-28 15:57:04 +02:00 |
|
Jan Pochyla
|
0b03794fee
|
core/tests: disable fading, improve runners
|
2019-05-28 13:12:46 +02:00 |
|
Jan Pochyla
|
36534325f0
|
core: revamp the UI subsystem
|
2019-05-28 13:12:46 +02:00 |
|
Jan Pochyla
|
2f4c123466
|
core: fix gitignore for older git
|
2019-05-28 11:17:07 +02:00 |
|
Jan Pochyla
|
09da577fd9
|
core: use const in trezor.crypto.slip39
|
2019-05-28 11:17:07 +02:00 |
|
Pavol Rusnak
|
b89d1db0e4
|
core: update build instructions
|
2019-05-28 10:24:49 +02:00 |
|
Pavol Rusnak
|
917f5c6534
|
core: remove bashisms from emu.sh
|
2019-05-28 10:19:18 +02:00 |
|
Pavol Rusnak
|
a3717c7b6c
|
core/slip39: use condensed wordlist
|
2019-05-27 19:39:41 +02:00 |
|
Pavol Rusnak
|
11aac67c82
|
core: fix last commit
|
2019-05-27 17:45:06 +02:00 |
|
Pavol Rusnak
|
ae749eedee
|
core/secp256k1_zkp: don't allocate static buffer
|
2019-05-27 17:21:14 +02:00 |
|
matejcik
|
6864758f2b
|
docs: fix typo in testing.md
|
2019-05-27 17:01:49 +02:00 |
|
matejcik
|
32fbdb2abd
|
docs: update testing documentation
|
2019-05-27 16:38:42 +02:00 |
|
matejcik
|
a0d7a6a667
|
python: more consistent handling of markers in device_tests
also better behavior when no Trezor device is present
|
2019-05-27 16:38:35 +02:00 |
|
matejcik
|
9a247eafc0
|
python: update Zencash API test
|
2019-05-27 15:40:33 +02:00 |
|
Tomas Susanka
|
8842215506
|
ci: hardcode docker image versions
|
2019-05-27 14:08:47 +02:00 |
|
Tomas Susanka
|
bf3d20b3e8
|
ci: run environment stage if ci folder has changes
|
2019-05-27 14:06:47 +02:00 |
|
Pavol Rusnak
|
acbbfe2eb9
|
python: fix skip decorator
|
2019-05-26 22:54:09 +02:00 |
|
Pavol Rusnak
|
d959a1f91b
|
python: skip komodo test for now
|
2019-05-26 22:43:10 +02:00 |
|
Pavol Rusnak
|
f7053d96fe
|
all: remove extraneous whitespace
|
2019-05-26 22:20:14 +02:00 |
|
Pavol Rusnak
|
daf0d77923
|
core: remove raspi makefile target
Raspi build is still available when ENV variable is set,
but no need to bloat the Makefile/SConscript file
|
2019-05-26 21:57:47 +02:00 |
|
Pavol Rusnak
|
07ce935725
|
core/eos: revert new pubkey format
|
2019-05-26 11:48:49 +02:00 |
|
Pavol Rusnak
|
5a2c67ccae
|
core: let's have pytest.ini back
|
2019-05-25 13:53:58 +02:00 |
|
Pavol Rusnak
|
23202e2479
|
core: remove pytest.ini because it hides setup.cfg from root
|
2019-05-25 13:37:34 +02:00 |
|
Pavol Rusnak
|
0765842e7f
|
root: move pytest markers to setup.cfg
|
2019-05-25 13:06:28 +02:00 |
|
Pavol Rusnak
|
684862a7f5
|
common: more TRX cleanup
|
2019-05-25 12:48:04 +02:00 |
|
Pavol Rusnak
|
03feb21b09
|
common+python: remove TRX
|
2019-05-25 12:15:52 +02:00 |
|
Roman Zeyde
|
8a179437b1
|
core: add custom markers to pytest.ini
Following https://docs.pytest.org/en/latest/mark.html#registering-marks
|
2019-05-25 12:09:45 +02:00 |
|
Tomas Susanka
|
cc5c8ae7e0
|
common+python: Revert Ontology support
This reverts commit 402e72e36e .
This reverts commit 21326d3a41 .
This reverts commit 18739987ee .
|
2019-05-25 11:59:35 +02:00 |
|
Tomas Susanka
|
562206d220
|
tests: remove xfail
|
2019-05-25 11:59:35 +02:00 |
|
Roman Zeyde
|
d190d906de
|
core/secp256k1-zkp: use ARM assembly for field operations (#176)
Update to latest secp256k1-zkp to allow building on Cortex-M4 devices (https://github.com/ElementsProject/secp256k1-zkp/pull/56).
|
2019-05-25 11:42:13 +02:00 |
|
Jan Pochyla
|
9586358e44
|
core: log memory info if TREZOR_LOG_MEMORY env is set
|
2019-05-24 16:28:11 +02:00 |
|
Pavol Rusnak
|
9460ac425a
|
core/eos: fix pubkey unit test
|
2019-05-24 16:18:07 +02:00 |
|
Pavol Rusnak
|
8c1f5c88f7
|
core: fix style
|
2019-05-24 16:09:12 +02:00 |
|
Jan Pochyla
|
c2f5174b43
|
core: optimize memory usage in signing
|
2019-05-24 16:04:20 +02:00 |
|
Pavol Rusnak
|
a6e51434f2
|
core/eos: use new pubkey format
|
2019-05-24 16:01:28 +02:00 |
|
Pavol Rusnak
|
414b33dbfb
|
core/eos: reduce code duplication
|
2019-05-24 15:52:57 +02:00 |
|
Pavol Rusnak
|
1583ea62f9
|
core: serialize signature in EosSignedTx message
|
2019-05-24 12:49:19 +02:00 |
|
Tomas Susanka
|
279b40bdb7
|
build: templates
Fixes tests broken by 9e05517872
|
2019-05-24 11:49:03 +02:00 |
|
Pavol Rusnak
|
9e05517872
|
common/defs: fix bech32 hrp for myriad
|
2019-05-24 10:27:20 +02:00 |
|
Tomas Susanka
|
3909e727b0
|
ci: improve pipenv caching
|
2019-05-24 09:18:00 +02:00 |
|
Pavol Rusnak
|
5f1586e049
|
core: regenerate templates
|
2019-05-23 20:24:44 +02:00 |
|
Pavol Rusnak
|
cc2acb2e67
|
Revert "crypto: add support for schnorr signatures"
This reverts commit 8114e0f9fc .
|
2019-05-23 20:15:30 +02:00 |
|
Pavol Rusnak
|
5939e9af71
|
common/defs: remove FLASH support
They use 10 decimals instead of 8.
|
2019-05-23 20:09:22 +02:00 |
|
Scotty0448
|
e5e0b4a2b7
|
common/defs: add Ritocoin (#169)
|
2019-05-23 20:03:21 +02:00 |
|