aeternity / aepp-sdk-go

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

v8 and asynchronous refactor #148

Closed randomshinichi closed 4 years ago

randomshinichi commented 4 years ago

Oraclize now implemented, wraps any function that takes and returns a string argument. Transaction waiting can now be made asynchronous with channels SignBroadcastTransaction returns a TxReceipt instead of 6-8 variables AENS NamePointer supports generic byte types now TTLNoncer closures used everywhere, instead of separate TTLer and Noncer unstable version of CallResultListener that polls the node for the Call Result of a ContractCallTx