Marius van der Wijden
Marius van der Wijden
I've started a full sync with this on 07/08
Looks like this fails currently: ``` func TestCrossG1MultiExp(t *testing.T) { input := []byte("0") fuzzCrossG1MultiExp(input) } ```
Why do you need tx-fuzz for this? Looks like you just want a tool that sends a bunch of pre-signed transactions?
You could just write a script for that, I don't think tx-fuzz is needed for that
I don't really like it tbh. The only thing I would consider adding would be a way to specify a list of bytecodes that are interesting to send on the...
Rebased, looks like I broke some verkle stuff, will fix later
Hey @veniger, I just came back from holiday. I would like to merge this soon, probably after we updated it to devnet-1 spec and the pectra fork has passed
I don't understand this issue. You are running with the default sync mode which is snap, and then you want to switch to a full sync? What are pre-genesis blocks?
Ahh I understand, so geth kinda errors on snap sync if the genesis time has not been reached yet
@GrapeBaBa do you have a link to your implementation?