nimbus-eth2/beacon_chain
Jacek Sieka 7ec97a6b35
Fix missing checkpoint states` (#3225)
With the right sequence of events (for example a REST request or a
validation), it can happen that the first traversal across a state
checkpoint boundary is done without storing that state on disk - this
causes problens when replaying states, because now states may be missing
from the database.

Here, we simply avoid using the caches when advancing a state that will
go into the database, ensuring that the information lost during caching
always is permanently stored.

* fix recursion bug in `isProposed`
2021-12-30 12:33:03 +01:00
..
2021-12-17 12:39:24 +01:00
2021-12-20 20:20:31 +01:00
2021-12-20 20:20:31 +01:00
2021-03-26 07:52:01 +01:00
2021-12-20 20:20:31 +01:00
2021-03-26 07:52:01 +01:00
2021-10-14 14:13:51 +03:00
2021-12-03 20:04:38 +02:00