You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
accounthist should read from blockstream (when running live) instead of only reading from files.
accounthist/injector/pipeline.go <-- injector's 'source' is set directly to a FileSource, not a JoiningSource
You can see log messages like this:
(accounthist) reading from blocks store: file does not (yet?) exist, retrying in (bstream/filesource.go:179){"filename": "0101689300.dbin.zst", "base_filename": "0101689300", "retry_delay": "4s", "secondary_blocks_stores_count": 0}
The text was updated successfully, but these errors were encountered:
accounthist should read from blockstream (when running live) instead of only reading from files.
accounthist/injector/pipeline.go <-- injector's 'source' is set directly to a FileSource, not a JoiningSource
You can see log messages like this:
The text was updated successfully, but these errors were encountered: