kindelia / Kindelia

An efficient, secure cryptocomputer
https://kindelia.org/
603 stars 39 forks source link

do not emit AddBlock events on initial block loading #264

Open steinerkelvin opened 1 year ago

dan-da commented 1 year ago

Is there already some kind of flag that indicates if we are in IBD or not?

Also, what is the rationale to not emit AddBlock events? It seems useful/necessary for interested listener(s) to check if past tx(s) affect own wallet/state. Perhaps an optional flag?