github toncenter/ton-indexer v0.4.0
Release v0.4.0

latest releases: v1.2.1, v1.2.0-rc.3, v1.2.0-rc.2...
2 years ago

This release introduces API v1 with the following changes:

  • Big integers are returned as strings for correct parsing on JS side (#18)
  • Known NFT and Jetton message bodies are parsed
  • Fixed multiple issues reported in #17
  • Additional parameter include_block added to enable returning corresponding Block of Transaction

Remember that v0.4.0 database is not compatible with previous versions and migration is not supported. You have to remove the old database volume: docker compose down -v

The old API is renamed to v0 and available through /v0/method_name prefix and directly by /method_name for compatibility.

Don't miss a new ton-indexer release

NewReleases is sending notifications on new releases.