Releases: qubic/go-node-connector
Releases · qubic/go-node-connector
v0.17.0
v0.16.0
v0.14.1
What's Changed
Minor non-functional change.
- feat:remove padding & add custom serialization
Full Changelog: v0.14.0...v0.14.1
v0.14.0
v0.13.0
v0.12.0
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
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