Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Conversation

suchapalaver
Copy link
Contributor

@suchapalaver suchapalaver commented Aug 22, 2024

@suchapalaver suchapalaver self-assigned this Aug 22, 2024
@suchapalaver suchapalaver force-pushed the joseph/tru-203-implement-eip-4844-in-transactionstransactionrs branch from 8a0ef92 to a64110a Compare August 22, 2024 21:38
@suchapalaver suchapalaver requested a review from pedrohba1 August 28, 2024 03:00
})
}
TxType::Eip4844 => unimplemented!(),
TxType::Eip4844 => Transaction::Eip4844(TxEip4844 {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When reconstructing the transaction, it might run into a similar problem you had in Execution Block to Header conversion, check if you can get the transaction hash matching from the data just to be sure. There should be a build in method to create the hash from the transaction, but if not, the process is just to rlp encode it's data, hash it and then compare to what it is supposed to be

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants