You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR is based on lambdaclass#138 (as they modify the same code), please merge it
first
**Motivation**
Add support for EIP4844 transactions
<!-- Why does this pull request exist? What are its goals? -->
**Description**
Add `EIP4844` transactions + needed trait and methods and integrate it
into existing transaction-related code
<!-- A clear and concise general description of the changes this PR
introduces -->
<!-- Link to issues: Resolveslambdaclass#111, Resolveslambdaclass#222 -->
Closeslambdaclass#26 (evm already performs validations before executing so adding
the transaction itself will sufice)
https://eips.ethereum.org/EIPS/eip-4844
The text was updated successfully, but these errors were encountered: