Skip to content

feat: add reth-rpc-convert crate#7

Closed
theochap wants to merge 1 commit intoparadigmxyz:mainfrom
theochap:feat/rpc-convert-traits
Closed

feat: add reth-rpc-convert crate#7
theochap wants to merge 1 commit intoparadigmxyz:mainfrom
theochap:feat/rpc-convert-traits

Conversation

@theochap
Copy link
Copy Markdown

Adds a new reth-rpc-convert crate with trait definitions for converting between consensus and RPC transaction types:

  • SignableTxRequest: building and signing transaction requests
  • FromConsensusTx / IntoRpcTx: consensus tx to RPC response conversion
  • TryIntoSimTx: tx request to simulated transaction conversion

These traits are extracted from reth's reth-rpc-convert crate so downstream consumers can depend on the interfaces without pulling in the full RPC stack. Only trait definitions are included — concrete Ethereum implementations remain in reth.

🤖 Generated with Claude Code

Adds a new crate with trait definitions for converting between consensus
and RPC transaction types:
- SignableTxRequest: building and signing transaction requests
- FromConsensusTx / IntoRpcTx: consensus tx to RPC response conversion
- TryIntoSimTx: tx request to simulated transaction conversion

Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant