[FEATURE] Reduce blockchain call of `indexer_Position` batch to run `sync_issuer` only once when token is issued
Closed this issue · 0 comments
purplesmoke05 commented
Is your feature request related to a problem? Please describe.
- Currently,
indexer_Position
batches runsync_issuer
every sync cycle and some of unnecessary blockchain calls are occurring.
ibet-Prime/batch/indexer_position_bond.py
Lines 214 to 235 in 044c185
- From a performance perspective, it is better to reduce unnecessary blockchain calls performed in
indexer_Position
batches.
Describe the solution you'd like
- Reduce blockchain call of
indexer_Position
batch to runsync_issuer
only once when token is issued.