Skip to content

v3.2.0

Latest
Compare
Choose a tag to compare
@Algo-devops-service Algo-devops-service released this 13 Feb 20:49

What's Changed

Support for /v2/blockheaders compatible with Indexer 3.7.x.

Support for /v2/block/{round}?header-only=true in upcoming go-algorand 4.0.2 release.

⚠️ WARNING: This release is on the major version line with breaking changes from the v2.X.X series. For help migrating from v2 releases, see the file v2_TO_v3_MIGRATION_GUIDE.md.

V2 End of Life

V2 is now in maintenance mode. No new features will be added to v2 going forward, and only security fixes or critical errors will be addressed. At the end of March 2025, no further updates will be made to the v2 package.

Enhancements

  • Blockheaders: Basic BlockHeaders API support. by @gmalouf in #926
  • Dependencies: Bump webpack from 5.89.0 to 5.97.1 by @dependabot in #930
  • feat: add Address as an ABIValue and handle encoding an Address by @joe-p in #911
  • API: Support for header-only flag on /v2/block algod endpoint. by @github-actions in #939

Full Changelog: v3.1.0...v3.2.0