twoeths
twoeths
need to add `eth1Data` to `IBeaconStateView` also, it's needed to produce block, see https://github.com/ChainSafe/lodestar/pull/8692/changes#diff-c331f7b8e7121839c55f5f20f21d1efe1375b69c6fbbe5db12a4baf1ed4acf5dR673
it would also be nice to log get consensus on `root` `blockRoot` vs `blockRootHex` vs `rootHex` log
it also showed that it may take up to more than 5s to download a block
one down side with this approach is downloading blocks in parallel will degrade the performance of node, need to address this before start also the performance improvement needs to be...
the UnknownBlockSync does not seem that bad https://github.com/ChainSafe/lodestar/pull/8416#issuecomment-3302101216 also #8408 should get us import block faster should only revisit if it shows bad validator performance
some peers likely hold the request and only response once it has data for example: - it takes 7.79s to get a success reponse from this peer - once it...
`gc` on hoodi sas node is now surpassed unstable this is the same situation to #8634 where beacon_attestation mesh peers are 1.5x this is on unstable DataColumnSidecar Received time is...
I redeployed `gossipD=4, gossipDLow=3, gossipDHight=6 ` but `gc` was not any better, especially the MarkSweekCompact was even higher I can constraint `beacon_attestation` mesh peers, but it also caused fewer received...
closing this as it contains a lot of noises, we have some improvements recently, will open another PR instead
replaced by #8689