Advanced API Toolkit for Digital Securities Issuance and Management on the ibet Network 🚀
11
stars
1
forks
source link
[FEATURE] Reduce blockchain call of `indexer_Position` batch to run `sync_issuer` only once when token is issued #592
Closed
purplesmoke05 closed 8 months ago
Is your feature request related to a problem? Please describe.
indexer_Position
batches runsync_issuer
every sync cycle and some of unnecessary blockchain calls are occurring.https://github.com/BoostryJP/ibet-Prime/blob/044c185688a5900321c5c2b64a141b71952031ae/batch/indexer_position_bond.py#L214-L235
indexer_Position
batches.Describe the solution you'd like
indexer_Position
batch to runsync_issuer
only once when token is issued.