Releases: toncenter/ton-indexer
Releases · toncenter/ton-indexer
Release v1.1.7
- Fixed docker build
Release v1.1.6
- This release contains updated TON submodule with support of new Account State schema. See details here.
Release v1.0.1
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
- Updated TON submodule: support for sharded block data.
- Updated Compose file.
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.