Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: move BlockId type to alloy-eip (#565)
* Move BlockId type to alloy-eip * suggested changes * touchups * chore: touchups * fix: tmp fix for PendingTransactionBuilder::get_receipt (#558) * feat: add prague engine types (#557) * feat: add prague engine types * Update crates/eips/src/eip6110.rs Co-authored-by: DaniPopes <57450786+DaniPopes@users.noreply.github.com> * clippy * Update crates/eips/src/eip6110.rs Co-authored-by: Oliver Nordbjerg <onbjerg@users.noreply.github.com> * Update crates/rpc-types-engine/src/exit.rs Co-authored-by: Oliver Nordbjerg <onbjerg@users.noreply.github.com> --------- Co-authored-by: DaniPopes <57450786+DaniPopes@users.noreply.github.com> Co-authored-by: Oliver Nordbjerg <onbjerg@users.noreply.github.com> * fix: add more generics to any and receipt with bloom (#559) * fix: signer fills from if unset (#555) * fix: override txtype during submission prep (#556) * Use the same way to both serialize and deserialize `OptimismPayloadAttributes::gas_limit`. (#563) * Use the same way to both serialize and deserialize `OptimismPayloadAttributes::gas_limit`. I understand that `op-reth` only ever deserializes this structure. My use case is to serialize this struct and pass it to `op-geth`. The latter expects it to be hex. * rustfmt --------- Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de> * feat: add ClientVersionV1 (#562) * added ClientVersionV1 * touchups * rustfmt --------- Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de> * clippy * use alloc --------- Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de> Co-authored-by: Arsenii Kulikov <klkvrr@gmail.com> Co-authored-by: DaniPopes <57450786+DaniPopes@users.noreply.github.com> Co-authored-by: Oliver Nordbjerg <onbjerg@users.noreply.github.com> Co-authored-by: James Prestwich <james@prestwi.ch> Co-authored-by: Raman Hafiyatulin <r.gafiyatullin@me.com> Co-authored-by: guha-rahul <52607971+guha-rahul@users.noreply.github.com>
- Loading branch information