Releases: toncenter/ton-indexer
Releases · toncenter/ton-indexer
Release v1.1.4
Small fixes
- Fixed index-worker stuck after PostgreSQL insertion of some batch has failed.
- Fixed some null addresses in API.
Release v1.1.3
Fixed null-owner NFT items
Release v1.1.2
Mintless Support (updated)
- Added custom_payload_api_uri.
Release v1.1.1
Mintless support
- Added mintless jetton support.
Release v1.1.0
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
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
- Update tonlibjson.so to fix the error
decoding with 'base64' codec failed (Error: Incorrect padding)
for some blocks
Release v0.3.4
Fix dependencies versions.
Release v0.4.2
Fixed a bug that prevented starting up due to updated dependencies.
Release v0.4.1
In this release Celery pub-sub mechanism is disabled to fix the disconnecting clients which can lead to the indexer being stuck.