Skip to content

Releases: 0xbe1/aptopher

v0.1.6

29 Jan 04:34

Choose a tag to compare

Changes

  • Add additional performance optimizations (3ad0dff)

Installation

go get github.com/0xbe1/aptopher@v0.1.6

Full Changelog: v0.1.5...v0.1.6

v0.1.5

29 Jan 04:02

Choose a tag to compare

Changes

  • Add zero-copy deserialization and pre-allocated pooled buffers (dd9e651)

Installation

go get github.com/0xbe1/aptopher@v0.1.5

Full Changelog: v0.1.4...v0.1.5

v0.1.4

20 Jan 00:21

Choose a tag to compare

Changes

  • Use incremental hashing in HashWithPrefix to avoid allocation (ae0057d)
  • Add additional performance optimizations (49f51ed)
  • Add performance optimizations to reduce allocations (1ae0658)

Installation

go get github.com/0xbe1/aptopher@v0.1.4

Full Changelog: v0.1.3...v0.1.4

v0.1.3

17 Jan 02:56

Choose a tag to compare

Changes

  • Add orderless transaction support (e675c2a)
  • Remove unused CoinStoreResource and related types (b885fb2)

Installation

go get github.com/0xbe1/aptopher@v0.1.3

Full Changelog: v0.1.2...v0.1.3

v0.1.2

17 Jan 02:34

Choose a tag to compare

Changes

  • Update API reference in README (92a6bce)
  • Add GitHub Actions release workflow (ff58a90)

Installation

go get github.com/0xbe1/aptopher@v0.1.2

Full Changelog: v0.1.1...v0.1.2

v0.1.1

17 Jan 02:31

Choose a tag to compare

Changes

  • Add BCS response support for query endpoints (79f403d)
  • Add typed argument builders for entry functions (3d4c9f3)
  • Add BuildSignAndSubmitTransaction convenience method (06d64ad)
  • Make BuildTransaction fetch data concurrently (dce0483)
  • Update Makefile to open editor for release notes (79a9bd6)
  • Add Makefile for versioned releases (9bccc1b)

Installation

go get github.com/0xbe1/aptopher@v0.1.1

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

v0.1.0

17 Jan 02:39

Choose a tag to compare

Changes

  • Rename project from lets-go-aptos to aptopher (76abce1)
  • Add acknowledgments section to README (1526fcf)
  • Remove convenience methods for a cleaner core SDK (30481df)
  • Initial implementation of Aptos Go SDK (d0c084c)

Installation

go get github.com/0xbe1/aptopher@v0.1.0