matejcik
e5c2329b80
client: drop stellar_get_public_key from compatibility links
2018-09-04 15:51:38 +02:00
matejcik
d597243891
update tokens repo
2018-09-04 15:31:36 +02:00
matejcik
9342b52c6b
cointool: replace 'coins_json' with 'dump'
...
`cointool.py coins_json` generated an old-style `coins.json` file with
entries on bitcoin-like coins. This is no longe really doing what we
need.
Instead, the new command `dump` will output _all available data_ in the
same format as Python sees it. Much more useful for other kinds of
consumers.
2018-09-04 15:30:48 +02:00
matejcik
50a619e12d
coin_info: do not use f-strings in the library
...
to make it python3.3 compatible
2018-09-04 15:30:48 +02:00
Pavol Rusnak
dbc129d290
bump versions to 1.7.0 (firmware) and 1.6.0 (bootloader)
2018-09-04 15:14:33 +02:00
Pavol Rusnak
23f03cb6d3
firmware: don't use WebUSB landing page for firmware, it's annoying
2018-09-04 15:14:33 +02:00
Pavol Rusnak
de96efdb1d
usb: change vendor/product id to ones we use for WebUSB
2018-09-04 15:14:33 +02:00
Pavol Rusnak
4da73df57d
re-enable WebUSB
...
This reverts commit "Revert WinUSB feature"
b20336e82d
2018-09-04 15:14:33 +02:00
Pavol Rusnak
c2fa3d8fca
firmware: re-enable Stellar
...
This reverts commit "firmware: disable Stellar for now"
c82ce39ce5
2018-09-04 15:14:32 +02:00
Tomas Susanka
a3f8ace253
vendor: trezor-common updated; protobuf regen
2018-09-04 14:04:53 +02:00
Tomas Susanka
a3cf029042
protobuf: unknown derivation path message
2018-09-04 13:52:03 +02:00
Pavol Rusnak
e821fd4358
emulator: rename TREZOR_NOUI macro to TREZOR_EMULATOR_NOUI
2018-09-03 17:56:53 +02:00
Pavol Rusnak
988209ab7d
bootloader: erasing -> preparing
2018-09-03 17:02:03 +02:00
Ondřej Vejpustek
cabc926b39
move ge25519.c into curve25519-donna-32bit.c and ed25519-donna-impl-base.c ( #177 )
2018-09-03 16:22:35 +02:00
Dusan Klinec
13f51319d8
updates to the monero branch
2018-09-03 16:22:35 +02:00
Dusan Klinec
4aea73e4bb
xmr: monero crypto implemented, tests
2018-09-03 16:22:35 +02:00
matejcik
3ccef14bb6
build: apply make style
to setup.py too
2018-09-03 15:45:34 +02:00
matejcik
e8e61861f6
Merge branch 'develop'
2018-09-03 15:41:07 +02:00
matejcik
372a81b9ef
build: add phony targets to makefile, to rerun anytime
...
also add excludes to `autoflake`, otherwise it mangles
`messages/__init__.py`
2018-09-03 15:38:50 +02:00
matejcik
1de1ff2823
tx_api: fix issue on python < 3.5
2018-09-03 14:59:39 +02:00
matejcik
0f71cbcc44
tx_api: update to assume "/api" path again, let blockHash request be
...
cached
2018-09-03 14:59:29 +02:00
Tomas Susanka
88a02822d3
stellar: public key methods removed
2018-09-03 14:57:10 +02:00
Pavol Rusnak
3c48f906b2
tests: fix eip155 test
2018-09-03 14:53:53 +02:00
HackyMiner
5a4c37d41c
add more eip155 test cases ( #297 )
2018-09-03 14:52:57 +02:00
Pavol Rusnak
83ae01e751
bootloader: update ChangeLog
2018-09-03 12:01:42 +02:00
Pavol Rusnak
30b96a0f07
style: fix trezor.utils
2018-08-31 17:15:10 +02:00
Pavol Rusnak
8d9d4816da
embed/extmod/modtrezorutils: remove utils.symbol, use constants directly
2018-08-31 16:55:01 +02:00
Pavol Rusnak
01a876f486
embed: add confirm/cancel actions to touch events
2018-08-31 16:55:01 +02:00
Pavol Rusnak
e3607156d8
embed: make model and emulator orthogonal, update macros to match this logic
2018-08-31 16:55:01 +02:00
matejcik
d8f8c882d5
support: undo mis-added bitcoin-likes for 1.6.3
2018-08-30 18:59:29 +02:00
matejcik
13437fde9c
defs: refresh support info and coins_details
2018-08-30 18:39:32 +02:00
matejcik
297c05c48d
tools: another fix to cache handling (set default to auto)
2018-08-30 18:38:57 +02:00
matejcik
d54978bd28
new README for tools, improved README for defs
2018-08-30 18:21:24 +02:00
matejcik
00fcdb5605
support: release Trezor 1 v1.6.3
2018-08-30 17:02:55 +02:00
matejcik
1dc75fb051
defs: add Wanchain to misc
...
because while it's technically an Ethereum fork, it doesn't fit into networks
2018-08-30 17:02:43 +02:00
matejcik
85928179e3
defs: better links in README
2018-08-30 17:02:00 +02:00
matejcik
57ea8f087f
defs: add README
2018-08-30 17:02:00 +02:00
matejcik
9f51d58f30
tools: finish release flow
2018-08-30 17:02:00 +02:00
Dusan Klinec
5b5b593eb3
workflow: allow more arguments to the import workflow
...
Allows to use stateful message handlers
```python
wire.add(MessageType.MoneroTransactionSign, __name__, "get_address", STATE)
```
2018-08-30 14:12:03 +02:00
Pavol Rusnak
89dd09bdb8
firmware: fix typos in ChangeLog
2018-08-30 12:53:55 +02:00
Tomas Susanka
b23077b707
cardano: cardano prefix removed from functions
2018-08-30 12:15:25 +02:00
leoreinaux
31b8e872ba
change smartcash curve ( #202 )
2018-08-30 12:04:06 +02:00
leoreinaux
1863045da4
add smartcash curve ( #176 )
2018-08-30 12:02:42 +02:00
Tomas Susanka
ccde69b5ff
docs: coin paths modifications (yup, it wasn't final)
2018-08-29 17:22:31 +02:00
Tomas Susanka
fc4b71ae06
docs: coin paths final modifications (hopefully)
2018-08-29 17:03:58 +02:00
Tomas Susanka
f8f1a62563
docs: coin paths modifications
2018-08-29 15:54:48 +02:00
matejcik
75c14433de
templates: make diff louder
2018-08-29 12:04:37 +02:00
matejcik
9a2be54e94
nem: update test to expect the right name
2018-08-29 12:04:37 +02:00
matejcik
c208a72202
travis: add checking templates to CI
2018-08-29 12:04:37 +02:00
matejcik
348b99b8dc
build: generate code with Mako templates
2018-08-29 12:04:37 +02:00