aeternity / aepp-sdk-go

Golang SDK to interact with the Æternity blockchain
ISC License
18 stars 10 forks source link

Oracles work, AENS mostly works #57

Closed randomshinichi closed 5 years ago

randomshinichi commented 5 years ago

Breaking Changes

Standardized names across groups of transactions. For example, SpendTx's TTL is denoted as TTL, but for AENS and Oracle, there are different types of TTLs, so there it is called TxTTL, and the same with Fee.

Features

Oracle transactions now work. AENS mostly works. vanity account search takes regular expressions that can match anywhere

Fixes

If the node returns an error, the Reason is printed, instead of its address. Fixes #54 (Generic Tx in node response was not being deserialized into specific transaction types)