issues
search
BoostryJP
/
ibet-Wallet-API
A powerful API suite for seamlessly building ibet blockchain wallet systems ðŸ›
https://ibet.jp/ibet-for-fin
Apache License 2.0
9
stars
0
forks
source link
[FEATURE] Use search condition of indexed parameter in indexer batch
#1330
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-Wallet-API/blob/173ee1468aa3a34355a5fed1f84789c26238e0c9/batch/indexer_Token_Holders.py#L247-L253
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