Skip to content

Releases: availproject/avail-go-sdk

v0.2.0-rc7

31 Jan 21:40
8954fc8
Compare
Choose a tag to compare

Changes:

  • Added Proxy Calls, Events and examples.
  • Added examples for account creation
  • Added function that generates random substrate account
  • Added Session Calls
  • Added example for setting up a Validator
  • Added Tip and Mortality (Validity) to Transaction Options
  • Added Tip(), Mortality(), and Nonce() methods to BlockTransaction
  • Changed how IsSuccessful works. It now returns an Optional : Returns None if there was no way to determine the success status of a transaction. Otherwise it returns true or false.
  • All the Block Transaction examples showcase how to get Tx Signer, App Id, Tip, Mortality and Nonce from block transaction.

v0.2.0-rc6

29 Jan 16:54
72666c3
Compare
Choose a tag to compare

Changes:

  • Expanded and added examples for Block and Transaction interface.
  • Added 4 Transaction Payment Runtime APIs
  • Added in-code documentation for some methods
  • Added EventsForTransaction method to Block
  • Added CallToHex, ToHex, PaymentQueryFeeInfo, PaymentQueryCallFeeDetails, PaymentQueryCallFeeInfo, PaymentQueryFeeDetails methods to Tranasction
  • Added Events, Signer, AppId methods to BlockTransaction
  • Added example for creating custom transactions
  • Added custom errors
  • Remodeled Transaction Watcher

v0.2.0-rc5

25 Jan 17:19
0703859
Compare
Choose a tag to compare

Changes:

  • Added All Sudo calls
  • Added code documentation for NewSDK and NewSDKWithMetadata functions
  • Added 4 new dev accounts: Bob, Charlie, Eve and Ferdie.
  • Replaced some uint128.Uint128 instances with metadata.Balance
  • Added Account Balance example
  • Updated NewSDK function to return an error if it fails to fetch metadata
  • Updated Account Nonce and other examples
  • Updated documentation for GO installation.

v0.2.0-rc4

24 Jan 12:39
40d63bf
Compare
Choose a tag to compare

Changes:

  • Added documentation about GO installation and about how to import avail-go-sdk as dependency
  • Added documentation on how Enums (tagged unions) are used in the SDK.
  • Added documentation about (almost all) existing RPCs
  • Added some Author RPCs
  • Added some System RPCs
  • Replaced transaction status messages with a proper logger. Read README to learn how to enable it.

v0.2.0-rc3

23 Jan 09:20
c4f0ff8
Compare
Choose a tag to compare

v0.2.0-rc2

21 Jan 20:24
5f34808
Compare
Choose a tag to compare
v0.2.0-rc2 Pre-release
Pre-release

v0.2.0-rc1

16 Jan 22:59
cb2dd13
Compare
Choose a tag to compare
v0.2.0-rc1 Pre-release
Pre-release

v0.1.3

13 Nov 16:41
b866b38
Compare
Choose a tag to compare
Merge pull request #6 from availproject/priyank-minor-fix

removing repetitive and faulty strings

v0.1.2

04 Oct 14:37
45cab5d
Compare
Choose a tag to compare
add sdk changes for example (#2)

v0.1.1

23 Sep 11:29
Compare
Choose a tag to compare

Full Changelog: v0.1.0...v0.1.1