issues
search
BoostryJP
/
ibet-Prime
Advanced API Toolkit for Digital Securities Issuance and Management on the ibet Network 🚀
https://ibet.jp/ibet-for-fin
Apache License 2.0
11
stars
1
forks
source link
[FEATURE] Use search condition of indexed parameter in indexer batch
#480
Closed
purplesmoke05
closed
1 year ago
purplesmoke05
commented
1 year ago
Is your feature request related to a problem? Please describe.
In current implementation, no argument filter is passed to getLogs function in indexer batch.
e.g.)
https://github.com/BoostryJP/ibet-Prime/blob/6379aa38bf19fb99a763f50e7e7d1d1d15095fb9/batch/indexer_token_holders.py#L239-L245
This can result a high load on blockchain.
Describe the solution you'd like
Get event logs with
argument_filter
In indexer batch.
Is your feature request related to a problem? Please describe.
Describe the solution you'd like