Skip to content

Releases: qubic/go-node-connector

v0.17.0

23 Feb 12:39
6e28f38

Choose a tag to compare

What's Changed

Full Changelog: v0.16.0...v0.17.0

v0.16.0

22 Dec 14:45
051235d

Choose a tag to compare

What's Changed

  • Rename Reserve0 to ComputorPacketSignature in SystemInfo struct. by @LINCKODE in #32

Full Changelog: v0.15.0...v0.16.0

v0.14.1

04 Dec 18:09

Choose a tag to compare

What's Changed

Minor non-functional change.

  • feat:remove padding & add custom serialization

Full Changelog: v0.14.0...v0.14.1

v0.14.0

05 Aug 17:24
b262c5f

Choose a tag to compare

Merge pull request #27 from qubic/tick-transactions-include-missing

modified GetTickTransactions to include missing transactions when requested

v0.13.0

30 Apr 06:50
61e7b48

Choose a tag to compare

Merge pull request #26 from qubic/dev

Merge dev info main

v0.12.0

07 Mar 11:19
2b48cbe

Choose a tag to compare

Changes

Add domain objects and query functionality for new core assets query call. In core there is one call for everything but we did split the functionality into separate calls for asset issuances, asset ownerships and asset possessions. See #18

  • query asset issuances per universe index.
  • query asset ownerships per universe index.
  • query asset possessions per universe index.
  • query asset issuances by filter.
  • query asset ownerships by filter. asset name and asset issuer are required. asset issuer defaults to zero address.
  • query asset possessions by filter. asset name and asset issuer are required. asset issuer defaults to zero address.

v0.11.0

04 Mar 18:35
b65fdfa

Choose a tag to compare

Changes

  • Improves the transaction creation, signing and broadcasting API
    • Added Signer object to streamline the process of signing transactions
    • Added LiveServiceClient to help with logic that requires API communication (obtaining current network tick and broadcasting transactions).
  • Improved documentation which can be found here
  • Adds relevant quorum object structure changes required from epoch 151.

Note that due to the changes made to the quorum structure, your application may or may require changes to support it

v0.10.2

11 Oct 14:35
5a97609

Choose a tag to compare

Update schnorrq dependency.

v0.7.1

31 May 14:09
bdf722c

Choose a tag to compare

Merge pull request #9 from qubic/send-many

Re-calculate totalAmount for SendManyTransferPayload.UnmarshallBinary()

v0.7.0

23 May 19:27
2f157f3

Choose a tag to compare

Merge pull request #7 from qubic/assets

Assets