Overview
Our Jovian release (celo-v2.2.1) added the --history.logs flag, but with the default history value inherited from go-ethereum, resulting in our nodes retaining indexes for ~1 month's logs as opposed to the intended default of 1 year. This release fixes that by multiplying the default value of --history.logs by a factor of 12.
Note that upgrading to this version will trigger further log indexing (11 months of logs if upgrading from celo/v2.2.1 and 12 months of logs if upgrading from any earlier release) during this time the node will experience increased resource usage.
What's Changed
Full Changelog: celo-v2.2.1...celo-v2.2.2