Pavol Rusnak
7b4f027445
fsm: use const where applicable, document where it isn't and why
2018-09-14 14:40:29 +02:00
matejcik
c17cec93f7
firmware: use flattened protobuf symbols
2018-09-06 18:47:36 +02:00
Pavol Rusnak
4661db1fd4
add missing license headers
2018-09-06 18:28:56 +02:00
Pavol Rusnak
277a01a24c
firmware: fix stuff broken in the last commit
2018-07-10 20:44:30 +02:00
Pavol Rusnak
c02c1979ed
Revert "firmware: fix stellar after the messages change"
...
This reverts commit 520cd69f25
.
2018-07-10 20:28:07 +02:00
Pavol Rusnak
520cd69f25
firmware: fix stellar after the messages change
2018-07-10 17:21:11 +02:00
Pavol Rusnak
0febd07dfc
firmware: update code to use new nested messages in trezor-common
2018-07-10 17:21:11 +02:00
ZuluCrypto
d1a48f32ce
Stellar: use strings instead of bytes for addresses ( #372 )
...
* Use the new protobuf messages that send accounts as strings (fixes #367 )
* `stellar_signingAbort()` now takes an error message
* Operations now check if a transaction is being signed (fixes #368 )
* Operations now return false on error or if the user cancels
* Stellar `fsm_*` methods now check operation result and return early if the operation fails
This PR also re-enables the stellar code in the firmware.
2018-06-27 17:36:51 +02:00
Pavol Rusnak
217d5dd01d
firmware: refactor Stellar code; update trezor-common
2018-06-11 19:13:34 +02:00
Tomas Susanka
4b7e4a9557
stellar: comment typo
2018-06-05 11:34:21 +02:00
Pavol Rusnak
ae82735b6b
protob: remove Stellar{SignMessage,MessageSignature,VerifyMessage}
2018-05-22 18:32:21 +02:00
Tomas Susanka
b9db28beb2
stellar: typo in comment removed
...
see discussion at 8e8749dc68 (r28978964)
2018-05-16 11:19:18 +02:00
Pavol Rusnak
29664c4218
firmware: refactor Stellar Sign Message
2018-05-14 16:05:35 +02:00
ZuluCrypto
8e8749dc68
Add support for Stellar
2018-05-02 15:19:05 +01:00