Skip to content

Bug fixes

Brice Aldrich requested to merge bug_fixes into develop

There was an issue where really old blocks were being requested even though the db already contained the data. This was because the cache was left over from when Caldera had multiple workers consuming blocks. This PR removes the block cache from the worker and also adds a minor fix to the db schema and some logs.

Merge request reports