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.