Marius van der Wijden

Results 200 comments of Marius van der Wijden

After more digging: Changing the curve used in your test from `elliptic.P256()` to our own `crypto.S256()` made the test pass Its because `elliptic.P256()` does not implement `crypto.EllipticCurve` because of the...

It used to work out of the box, but unfortunately due to the changes in go 1.22, it doesn't work without marshalling anymore

Hmm I don't get how this addresses the deadlock. I think the core issue is that we are using the engine from the outside, so we have no control over...

``` INFO [04-05|06:05:25.335] Imported new potential chain segment number=19,582,762 hash=837eae..b93dbc blocks=1 txs=66 mgas=4.271 elapsed=10.167s mgasps=0.420 age=16h24m14s triedirty=0.00B ``` This means your node is syncing, but its incredibly slow. 10 seconds...

You're running an archive node?

Hmm sounds like a disk issue to me, could you do a speedtest/smart scan of your disks?

We need to allow prague in fcuV3 as well

Yeah I think clique support is minimal at best at this point if not completely broken. Thank you for your contribution, but I don't think we should merge it at...

I commented out all the `ethereum/tests` that we're failing with this PR due to them expecting us to not import a sidechain with lower td. There is one test in...