Skip to content

Tags: aptos-labs/aptos-go-sdk

Tags

v0.7.0

Toggle v0.7.0's commit message

Verified

This tag was signed with the committer’s verified signature.
gregnazario Greg Nazario
Aptos Go SDK Beta Release v0.7.0

- [`Fix`] Parse GenesisTransaction properly
- [`Fix`] Ensure if no block transactions are requested, it doesn't fail to fetch a block
- [`Doc`] Fix comment from milliseconds to microseconds
- [`Fix`] Fix GUID parsing for events
- Use ed25519-consensus to ensure signatures are verified in a ZIP215 compatible way
- [`Fix`] Fix MultiKey signature verification and building to work with any keys

v0.6.0

Toggle v0.6.0's commit message

Verified

This tag was signed with the committer’s verified signature.
gregnazario Greg Nazario
Aptos Go SDK Beta Release v0.6.0

- Fixes Secp256k1 verification support
- Adds CommittedTransaction support so you know that the transactions aren't pending
- Fixes view function in FungibleAssetClient
- Brings concurrent transaction submission to the top level client
- Fixes DeleteResource parsing issues
- Adds BlockEpilogueTransaction support
- Adds support for API key bearer tokens
- Adds support for Simulation across more signers
- Adds batch transaction API support, keeping in mind that concurrent single sends tend to have similar performance
- Docs, docs and more docs!

v0.5.0

Toggle v0.5.0's commit message

Verified

This tag was signed with the committer’s verified signature.
gregnazario Greg Nazario
Aptos Go SDK Beta Release v0.5.0

Fixes Sponsored transactions, and adds more examples

v0.4.1

Toggle v0.4.1's commit message

Verified

This tag was signed with the committer’s verified signature.
gregnazario Greg Nazario
Aptos Go SDK Beta Release v0.4.1

Fixes some portability for examples.  See changelog for more details

v0.4.0

Toggle v0.4.0's commit message

Verified

This tag was signed with the committer’s verified signature.
gregnazario Greg Nazario
Aptos Go SDK Beta Release v0.4.0

Adds concurrent request handling, simulation, and a few other fixes.  See CHANGELOG.md for more details

v0.3.0

Toggle v0.3.0's commit message

Verified

This tag was signed with the committer’s verified signature.
gregnazario Greg Nazario
Aptos Go SDK Beta Release v0.3.0

Mainly adds a concurrent client `ConcClient`, please check out CHANGELOG.md for more details

v0.2.0

Toggle v0.2.0's commit message

Verified

This tag was signed with the committer’s verified signature.
gregnazario Greg Nazario
Aptos Go SDK Beta Release v0.2.0

v0.1.0

Toggle v0.1.0's commit message

Verified

This tag was signed with the committer’s verified signature.
gregnazario Greg Nazario
v0.1.0 Beta release for Aptos Go SDK