Enrico Del Fante
Enrico Del Fante
An EF tool is saying that we update the metadata (RPC) and the enr (discovery) with different timings. ``` WARN[0108] enr custody (4) mismatches metadata RPC one (64) INFO[0108] scanning...
Next release will have PoolV2 enabled by default. After some releases, after checking that there is no need to go back to V1, we can do a cleanup
We could rewrite `SlotProcessor` to use `RepeatingTaskScheduler`, like we do in `TimeBasedEventAdapter` for the VC side, so we could remove a dependency and simplify the implementation. Maybe we don't need...
When we write latest finalized state via `setLatestFinalizedState`, we serialize the entire state in memory. The state is growing and we should start trying to avoid it. ``` java.util.concurrent.CompletionException: java.lang.OutOfMemoryError:...