Skip to content

Releases: toncenter/ton-indexer

Release v0.4.0

14 Mar 15:06
28b9c27
Compare
Choose a tag to compare

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.

Release v0.3.3

17 Nov 13:31
373acac
Compare
Choose a tag to compare

Added methods getDestinationTransactionByMessage and getSourceTransactionByMessage

Release v0.3.2

29 Aug 21:03
Compare
Choose a tag to compare
  • Fixed message comment parsing

Release v0.3.1

21 Aug 11:35
d8567cb
Compare
Choose a tag to compare
  • Added methods lookupMasterchainBlock and getBlockByTransaction

v0.3.0

18 Aug 11:05
5182732
Compare
Choose a tag to compare

What's Changed

  • Add transaction details
  • Migrate SQLAlchemy to asyncpg
  • Added compute_skip_reason field

Release v0.2.1

06 Jul 15:23
07519d5
Compare
Choose a tag to compare
Add methods getChainLastTransactions and getActiveAccountsCountInPeri…

Release v0.2.0

23 Jun 13:00
Compare
Choose a tag to compare

Notes:

  • improved stability
  • tonlib errors handling
  • schedulers rewritten with asyncio

Release v0.1.0

24 Apr 16:43
Compare
Choose a tag to compare

Initial version release.