This repository has been archived by the owner on Oct 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 795
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: added Optimism deposited transaction support (#2390)
* ad op deposited txs * fix input rlp * fix is_system_tx type * make source hash optional * chore: fix tests * fix: add tx type encoding * fix: optimism deposit tx rlp * chore: type encoding * wip: fix rlp encoding for op * feat: cleanup test * chore: removed dbg * feat: added optimism feature * chore: forgot match arm feature * chore: examples crate readded * chore: added feature to main cargo toml * feat: added docs * chore: added serde default * chore: docs: mutually exclusive features * chore: readme * chore: rlp opt --------- Co-authored-by: Noah Citron <noah@jeff.org>
- Loading branch information
1 parent
b4d9c52
commit a8d5f5f
Showing
4 changed files
with
106 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters