Skip to content

v3.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Sep 08:37
· 7 commits to main since this release
f9b1aea

3.0.0 (2024-09-24)

  • BREAKING CHANGE: add MakeCallTx, SignTx and BroadcastTxCommit in GnoNativeApi (#180) (f9b1aea), closes #180

BREAKING CHANGES

  • the gasWanted parameter (used in several gRPC message)
    is now a bigint instead of a number to keep the precision in the calling
    stack.