Aurélien
Aurélien
#383 follow up: Remove the lines below and wrap `Block` in `WithOtherFields` instead https://github.com/alloy-rs/alloy/blob/28cab90c70ef2df16571e1ec131aebbba7bc4412/crates/rpc-types/src/eth/block.rs#L962-L963
Btw I would like to take this on once #383 is merged.
You can have a look at this section in the docs: https://docs.succinct.xyz/docs/sp1/what-is-a-zkvm#how-does-sp1-work
I can take this on.
@mattsse Looking into this, it seems I will have to convert from reth `Signature` to alloy one at many places. Do you think I should work on migrating reth `Signature`...
Closing as it doesn't seems related to SP1. Feel free to reopen if I'm wrong.
@ple1n Can you elaborate a bit more what you need?
We are planning to add Poseidon precompile, I'll share here when I have more information on ETA.
Thanks for your comment @mattsse As you seen in the draft PR, I used `cfg-if` with c-kzg taking precedence over kzg-rs. Also, for our use case where we want to...