Bastian Köcher
Bastian Köcher
> > This pr introduces a trie level cache and removes the old state cache. As seen on a lot of parachains the state cache was/is buggy: [paritytech/cumulus#474](https://github.com/paritytech/cumulus/issues/474) > >...
> I also notice that state-machine/src/proving_backend.rs is not linked anymore so file could be removed (maybe some test could be kept or were already copied out of it). Ahh probably...
With this pr here: https://github.com/paritytech/substrate/pull/12501 we can probably close this?
CC @KiChjang
@muharem you now need to merge master and then this is mergable.
Validators are not running as archive nodes anymore. Default pruning window is 250 blocks after the last finalized block. Maybe you are accessing old data?
> Any idea why it does @bkchr ? After getting the db and playing around I realized what the problem is. Polkadot-js is calling `runtime_version` for each rpc call. If...
> @rphmeier I have a question. If I'm correct, when a node produces a block, it also needs to import it after (which is done before propagating it). If we...