Results 97 comments of Potuz

> @potuz what's the status on this PR? Need to review it again due to changes in our design. Waiting for the corresponding spec PR to be merged, will move...

Hi, thanks for the PR. If we are going this route of removing these attestations at the filtering stage when about to pack them in the block, why not simply...

I believe this issue is solved: ``` time="2022-08-30 15:10:47" level=warning msg="Recovering state summary for finalized root: 0xf4af42324d36" prefix=db ``` But this other one I do not really know how it...

Assigning this to me as I've already spoken with @gballet and will produce a branch that simply changes the Bellatrix types for the time being

Correct, we can start with pow genesis with Verkle trees and then merge directly without changing the execution payload object

> Oh damn! rocket How can check if my host supports SIMD? cpuid gives you this. A C++ call is here

> > > Oh damn! rocket How can check if my host supports SIMD? > > > > > > cpuid gives you this. A C++ call is here https://github.com/potuz/mammon/blob/main/ssz/hasher.cpp#L43-L55...

> That's huge then! Would love to see this in Lodestar. > > I did some comparisons with Lighthouse on our hashing throughput and somehow Lodestar is x5 slower when...

We'll most probably be using https://github.com/prysmaticlabs/hashtree, It's on very early stages of development, but I'll be happy to see some benchmarks from Lodestar if you could test it. If you...

> One thing I do wonder about is how builders are going to handle these re-orgs. My understanding (primarily from [this issue](https://github.com/ethereum/beacon-APIs/issues/244)) is that builders are relying on some signals...