Emilia Hane
Emilia Hane
from op-node the `--syncmode=execution-layer` flag is missing @tofanovskiy
you can try to postpone pruning https://github.com/paradigmxyz/reth/issues/7500#issuecomment-2074698780. I would also turn of the rpc server for initial sync. @mrabino1
did syncing work out for you in the end @mrabino1 ?
do you have an example showing that being optimistic about validation here has caused problems? I'm not familiar enough with this part of the code to say what the source...
nice @0xJepsen ! I was thinking that we would not remove the `LruCache`, but instead change it internally to an `LruMap`. wdyt? edit: it was using `lru::LruCache` I see on...
I was thinking if we could swat two flies at once by moving the `LruMap` into `LruCache` , wdyt?
> My question here is: Should I attempt to implement `Clone` for the `RandomState`? or should we specify a different hasher? Or is possible we do not need the `LruCache`...
> I got these figured out but now I am unsure how to handle these not using clone on the backups in the fetcher > > https://github.com/paradigmxyz/reth/blob/05d9cf950b85f2af84a04012b9d60a1de1f36978/crates/net/network/src/transactions/fetcher.rs#L1468-L1484 amazing! thanks. as...
@0xJepsen anything I can help with here?
> > @0xJepsen anything I can help with here? > > Been a little bogged down with new work. I remember wrestling with these tests for a bit. I think...