tonindexer / anton

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

Block properties in /blocks #26

Closed sightorld closed 9 months ago

sightorld commented 10 months ago

At the moment, to get information about the amount of transactions, messages and amount of TON exchanged inside is only available via parsing and calculating those things from the parsed info. Because of that, requesting more than 10 blocks is usually too slow because of mandatory with_transactions = true to calculate aforementioned properties.

Would be nice to have them as properties inside any block from /blocks even when the field with_transactions is set to false

iam047801 commented 9 months ago

This feature will be released in v0.3.3.