tonindexer / anton

Indexing for TON blockchain
https://anton.tools
Apache License 2.0
74 stars 16 forks source link

v0.4 #36

Closed iam047801 closed 3 months ago

iam047801 commented 3 months ago
  1. Rescan: After any contract interface or operation is added, deleted, or updated, you can initiate a rescan task. Anton will then iterate through the database and update parsed data accordingly.

  2. ABI updates

    • Union of TLB-types: Define tagged definitions and use them later in unions.
    • Dictionary transformation: Specify the format of the TLB dictionary values to enable Anton will to parse them into a map with the defined value.
    • Use defined structures to parse get-method return values.
  3. Add DeDust v2 contracts (by @NickNekilov)

  4. Emulate get-methods, which are stored in libraries (by @stfy)

  5. Many other small fixes and improvements, including #26 and #27