We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TxEnvelope
consensus, eips, genesis
We need to do the same change as #2162 for TxEnvelope.
The steps are:
EthereumTxEnvelope<Eip4844>
TxEnvelope = EthereumTxEnvelope<TxEip4844Variant>
EthereumTxEnvelope
PooledTransaction
PooledTransaction = TxEnvelope<TxEip4844WithSidecar>
alloy/crates/consensus/src/transaction/pooled.rs
Lines 32 to 43 in 9442fef
No response
The text was updated successfully, but these errors were encountered:
May I look on this
Sorry, something went wrong.
Rimeeeeee
No branches or pull requests
Component
consensus, eips, genesis
Describe the feature you would like
We need to do the same change as #2162 for
TxEnvelope
.The steps are:
EthereumTxEnvelope<Eip4844>
type and type aliasTxEnvelope = EthereumTxEnvelope<TxEip4844Variant>
TxEnvelope
impls to generic impls onEthereumTxEnvelope
insteadPooledTransaction
with type aliasPooledTransaction = TxEnvelope<TxEip4844WithSidecar>
alloy/crates/consensus/src/transaction/pooled.rs
Lines 32 to 43 in 9442fef
Additional context
No response
The text was updated successfully, but these errors were encountered: