twoeths

Results 213 comments of twoeths
trafficstars

we switched to ssz v2 a long time ago, closing the issue

we switched to ssz v2 a long time ago https://github.com/ChainSafe/ssz/pull/223 also the batch hash work going to save a lot of memory allocation which is the main contribution to the...

haven't seen this issue for a while, closing now. Will reopen if we see it again

this PR implements the fundamental work for historical state regen on worker thread, however I'm not sure how likely it could be fully functional in production, a request could take...

in kurtosis devnet-0, this is my config ```yml participants: - el_type: nethermind el_image: 192.168.45.152:80/dh/nethermindeth/nethermind:pectra cl_type: lodestar cl_image: 192.168.45.152:80/dh/ethpandaops/lodestar:electra-fork count: 1 - el_type: ethereumjs el_image: 192.168.45.152:80/dh/ethpandaops/ethereumjs:master cl_type: grandine cl_image: 192.168.45.152:80/dh/ethpandaops/grandine:feature-electra count:...

this is not as high priority as it seems to be, now the "till become head" depends a lot on how early blob comes since deneb

with EIP-7732, we'll execution payload is processed separately from block so we don't need this anymore, closing the issue cc @philknows see https://eips.ethereum.org/EIPS/eip-7732

`processRewardsAndPenalties` is great since we merge ssz v0.15.1 https://github.com/ChainSafe/ssz/pull/352 this is what I see on a mainnet node as of Jul 2024

metrics look all good to me rss is just the same to `feat1

benchmark is consistently worse in CI, however on feat4 mainnet node and my local env it's better master ``` ✓ digestTwoHashObjects 50023 times 20.73418 ops/s 48.22953 ms/op - 1233 runs...