Skip to content

aepp-sdk-go v5.1.0

Compare
Choose a tag to compare
@randomshinichi randomshinichi released this 11 Sep 12:36
· 202 commits to master since this release

Breaking Changes

Context.ContractCreateTx() no longer takes a GasPrice argument, because it is fixed by protocol.
Compiler v4 support - won't work with compiler v3

Features

SignBroadcastWaitTransaction() simplifies transaction handling after you have created your transaction.
Helpers replaced by closures for TTL, Account Nonce getting - see Generate* functions in helpers.go

Known Issues

GA Transactions won't work - disabled on the node anyway.

Fixes

Gas has been renamed to GasLimit - a better name for its true meaning
BigInts JSON marshaling was not working - thanks smirkcat
CLI chain play was supposed to print contents of microblocks too - thanks smirkcat
Many code cleanups
Better documentation for https://godoc.org/github.com/aeternity/aepp-sdk-go/aeternity