kevaundray
kevaundray
The error on linux seems to stem from the fact that linux has a different stack limit than the others -- The place where it is happening is not somewhere...
This is dependent on #6309 and #6311
This closes #6107 though note that we cannot have two c-kzg libraries in this repository because the c-kzg library links to a c static lib, so the mainnet path will...
@jimmygchen Any issues with the kzg libraries?
This looks good to me!
> Ah there's one thing: We only fuzz the MSM precompiles using random inputs. I'm going to add two additional fuzzers that fuzz these with inputs that are known to...
Good point. The only additional methods in this file are BytesLE and SetBytesLE, as you said we can put these into another file.
This seems to be a gnark-crypto issue, perhaps you could open up an issue on their repo? If this does continue to become a hinderance and it cannot be fixed...
Seems like there are still some calls `validate_header_with_total_difficulty` -- maybe grep and remove them where necessary? There also seems to be some clippy errors -- `cargo clippy --fix` should take...
Maybe also run `cargo fmt --all` ?