Skip to content

Releases: toncenter/ton-indexer

Release v1.1.7

29 May 00:20
Compare
Choose a tag to compare
  • Fixed docker build

Release v1.1.6

16 May 11:52
Compare
Choose a tag to compare
  • This release contains updated TON submodule with support of new Account State schema. See details here.

Release v1.0.1

13 Feb 23:43
Compare
Choose a tag to compare

Release v1.0.1

  • Fix for new monitor_min_split
  • Note: run of the command git submodule update --init --recursive is required.

Release v1.1.5

07 Feb 19:47
Compare
Choose a tag to compare
  1. Updated TON submodule: support for sharded block data.
  2. Updated Compose file.

Release v1.1.4

21 Oct 12:13
Compare
Choose a tag to compare

Small fixes

  • Fixed index-worker stuck after PostgreSQL insertion of some batch has failed.
  • Fixed some null addresses in API.

Release v1.1.3

27 Sep 11:22
Compare
Choose a tag to compare

Fixed null-owner NFT items

Release v1.1.2

19 Sep 19:40
Compare
Choose a tag to compare

Mintless Support (updated)

  • Added custom_payload_api_uri.

Release v1.1.1

18 Sep 20:38
Compare
Choose a tag to compare

Mintless support

  • Added mintless jetton support.

Release v1.1.0

17 Sep 19:27
f8df906
Compare
Choose a tag to compare

Events, traces and actions

  • Implemented TraceAssembler to merge adjacent transactions into traces: directed acyclic graphs with single root.
  • Implemented EventClassifier to markup traces into actions: subgraph of tree which corresponding to some action (jetton transfer, nft transfer, auction sale and etc).
  • The API was rewritten in Golang, which has significantly improved response time and decreased CPU load on machine with API service.
  • Database schema was reworked to remove secondary table in transaction-message many-to-many relation. Also schema of database for Jetton and NFT methods was improved to remove join on transactions.
  • InterfaceDetector was completely reworked, which hash fixed data consistency. New interfaces was added.

Release v1.0.0

16 Sep 13:21
Compare
Choose a tag to compare

TON Index API (v1.0.0)

  • C++ indexer, which works on TON node and inserts data in different databases.
  • Python API for indexer.