Commit Graph

22 Commits (6b32e33c5816a94de234d1f5e5773ce98b161567)

Author SHA1 Message Date
Pavol Rusnak 434f279069
use implicit encoding in encode/decode
6 years ago
Tomas Susanka 88a02822d3 stellar: public key methods removed
6 years ago
matejcik 3d3e9b67b4 style: apply black/isort
6 years ago
matejcik 29f928e4f2 style: bare excepts, left-over bad imports
6 years ago
matejcik 2bb7088281 Merge branch 'master' into matejcik/client-split
6 years ago
matejcik 87837bc305 stellar: drop protocol_version
6 years ago
matejcik 7083eb7a5c trezorlib: drop @field decorator
6 years ago
matejcik f3a042db80 trezorlib: split out methods from ProtocolMixin
6 years ago
ZuluCrypto b2f35de8b8 stellar.py - do not alias trezorlib.messages import to "proto"
6 years ago
ZuluCrypto cd7189839c stellar - return addresses as utf-8 strings
6 years ago
ZuluCrypto 96f0801b90 stellar.py - fix missing destination_amount when parsing path payment
6 years ago
ZuluCrypto dd324a99c5 stellar.py - fix mising str() cast on type
6 years ago
ZuluCrypto 8a284c03d1 stellar.py - fix incorrect constants
6 years ago
ZuluCrypto 6afaa41616 stellar - _xdr_read_address now returns string instead of bytes
6 years ago
Tomas Susanka 5f73976893 stellar: note on BIP-32 usage; address test with Stellar's official test vectors
6 years ago
matejcik 54f1599a5a regenerate license headers
6 years ago
matejcik c10c3f7fd9 stellar: better way to handle default path
6 years ago
ZuluCrypto 5fccc4381b
fix style to match flake8
6 years ago
ZuluCrypto 2cf6414fa5
stellar - minor cleanup and simplification of some boolean field checks
6 years ago
ZuluCrypto 61f5e1df61
stellar.py now returns a tuple from parse_transaction_bytes and no longer uses a reserved argument name
6 years ago
ZuluCrypto 73b07a489b
stellar - refactor parser to return protobuf messages instead of map
6 years ago
ZuluCrypto 1d722f838a
add Stellar support
6 years ago