You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.