matejcik
4fb3acb029
style: uppercase hex constants to conform with black 18.9b0 style
2018-10-01 14:01:33 +02:00
Pavol Rusnak
434f279069
use implicit encoding in encode/decode
2018-09-06 16:22:38 +02:00
Tomas Susanka
88a02822d3
stellar: public key methods removed
2018-09-03 14:57:10 +02:00
matejcik
3d3e9b67b4
style: apply black/isort
2018-08-13 18:22:19 +02:00
matejcik
29f928e4f2
style: bare excepts, left-over bad imports
2018-08-10 16:05:14 +02:00
matejcik
2bb7088281
Merge branch 'master' into matejcik/client-split
2018-08-06 16:13:04 +02:00
matejcik
87837bc305
stellar: drop protocol_version
2018-07-09 14:06:11 +02:00
matejcik
7083eb7a5c
trezorlib: drop @field decorator
...
its function is replaced by @expect(field="name") -- it doesn't make sense
to use @field without @expect anyway
2018-07-09 13:57:30 +02:00
matejcik
f3a042db80
trezorlib: split out methods from ProtocolMixin
2018-07-09 13:56:22 +02:00
ZuluCrypto
b2f35de8b8
stellar.py - do not alias trezorlib.messages import to "proto"
2018-06-28 11:57:56 +02:00
ZuluCrypto
cd7189839c
stellar - return addresses as utf-8 strings
2018-06-28 11:57:56 +02:00
ZuluCrypto
96f0801b90
stellar.py - fix missing destination_amount when parsing path payment
2018-06-28 11:57:56 +02:00
ZuluCrypto
dd324a99c5
stellar.py - fix mising str() cast on type
2018-06-28 11:57:56 +02:00
ZuluCrypto
8a284c03d1
stellar.py - fix incorrect constants
2018-06-28 11:57:56 +02:00
ZuluCrypto
6afaa41616
stellar - _xdr_read_address now returns string instead of bytes
2018-06-28 11:57:56 +02:00
Tomas Susanka
5f73976893
stellar: note on BIP-32 usage; address test with Stellar's official test vectors
2018-06-26 11:52:47 +02:00
matejcik
54f1599a5a
regenerate license headers
...
This clarifies the intent: the project is licenced under terms
of LGPL version 3 only, but the standard headers cover only "3 or later",
so we had to rewrite them.
In the same step, we removed author information from individual files
in favor of "SatoshiLabs and contributors", and include an AUTHORS
file that lists the contributors.
Apologies to those whose names are missing; please contact us if you wish
to add your info to the AUTHORS file.
2018-06-21 16:49:13 +02:00
matejcik
c10c3f7fd9
stellar: better way to handle default path
...
(maybe do this for other currencies too?)
2018-05-28 15:47:40 +02:00
ZuluCrypto
5fccc4381b
fix style to match flake8
2018-04-28 12:59:08 -06:00
ZuluCrypto
2cf6414fa5
stellar - minor cleanup and simplification of some boolean field checks
2018-04-28 12:39:55 -06:00
ZuluCrypto
61f5e1df61
stellar.py now returns a tuple from parse_transaction_bytes and no longer uses a reserved argument name
2018-04-20 10:34:26 -06:00
ZuluCrypto
73b07a489b
stellar - refactor parser to return protobuf messages instead of map
2018-04-19 15:10:27 -06:00
ZuluCrypto
1d722f838a
add Stellar support
2018-04-03 19:50:22 -06:00