Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: make a sensible encoding api (#1496)
* fix: make a sensible encoding api * fix: k256 test * fix: single doc hidden * fix: missing doc * nit: undo changed list * feat: optimize hash calculation * fix: chain rlp_decode_signed * fix: restore remaining check * refactor: helper trait * feat: add API to Signed for convenience * refactor: add header shortcut functions * feat: impl for some other tx types * refctor: impl RlpEcdsaTx for TxLegacy * lint: clippy * fix: import vec * fix: import Vec * fix: rebase artifacts * fix: correct handling of legacy signatures when encoding (#1510) * lint: clippy * fix: use corrected impls * nit: remove bug comments * refactor: use length_with_payload * fix: legacy network headers are transparent * fix: restore signature v check * fix: check for leftoverbytes * fix: corrected RLP decoding of eip4844 variant * fix: list check in 4844 decoding * fix: add map or
- Loading branch information