- Updated Protobuf generated files
- Replaced a call to
addPublicKey()
withkeys.add()
when creating a new account
- Added
:metadata
,:secure
config options. SeeOnFlow.Channel
documentation.
- Added
:gas_limit
options to transaction functions.
- Introduced
TransactionResponse
struct to contain both the transaction as well as the response to the network call querying the transaction result.
- Prepend transaction domain tag.
- Significant performance improvement with the binary
copy_into/4
function.
- Fixed a bug when generating an account keypair that had multiple leading
0x04
bytes
- When waiting for sealed transactions, check the error field when returning
:ok
or:error
- Fixed an issue with the rs pair not padding with null bytes appropriately
- Moved
generate_keys/0
toOnFlow.Crypto
- Bug fixes for the event decoder
- Added event decoder
- Decode events for transaction results
OnFlow.Channel
now takes a host option directly
- Added :connect_on_start config option
- Fixed various dependency issues with installation
- First version!