Skip to content

Releases: toncenter/ton-indexer

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.

Release v0.3.5

24 Mar 14:25
Compare
Choose a tag to compare
  • Update tonlibjson.so to fix the error decoding with 'base64' codec failed (Error: Incorrect padding) for some blocks

Release v0.3.4

15 Dec 17:40
Compare
Choose a tag to compare

Fix dependencies versions.

Release v0.4.2

08 Dec 13:15
Compare
Choose a tag to compare

Fixed a bug that prevented starting up due to updated dependencies.

Release v0.4.1

24 Mar 09:57
07bb15a
Compare
Choose a tag to compare

In this release Celery pub-sub mechanism is disabled to fix the disconnecting clients which can lead to the indexer being stuck.