Skip to content
New issue

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

Feat: refactore EIP-4844 #42

Merged
merged 34 commits into from
Jun 5, 2024
Merged

Feat: refactore EIP-4844 #42

merged 34 commits into from
Jun 5, 2024

Conversation

mrLSD
Copy link
Member

@mrLSD mrLSD commented May 27, 2024

Description

📶 This PR related to CANCUN hard for PR: #39

➡️ Refactoring EIP-4844 logic - blob transactions
➡️ Fix ethereum-json-tests for EIP-4844

@mrLSD mrLSD self-assigned this May 27, 2024
@mrLSD mrLSD changed the title Feat: refactore EIP-4844` Feat: refactore EIP-4844 May 27, 2024
@mrLSD mrLSD mentioned this pull request May 28, 2024
2 tasks
@mrLSD mrLSD changed the base branch from master to hard-fork/cancun May 28, 2024 13:57
@mrLSD mrLSD changed the base branch from hard-fork/cancun to master May 28, 2024 13:59
@mrLSD mrLSD changed the base branch from master to hard-fork/cancun June 1, 2024 12:01
@mrLSD mrLSD marked this pull request as ready for review June 3, 2024 09:24
@mrLSD mrLSD requested review from aleksuss and birchmd June 3, 2024 09:25
evm-tests/ethjson/src/test_helpers/state.rs Show resolved Hide resolved
evm-tests/jsontests/src/state.rs Outdated Show resolved Hide resolved
evm-tests/jsontests/src/state.rs Outdated Show resolved Hide resolved
evm-tests/jsontests/src/state.rs Outdated Show resolved Hide resolved
evm-tests/jsontests/src/state.rs Outdated Show resolved Hide resolved
evm-tests/jsontests/tests/state.rs Outdated Show resolved Hide resolved
@mrLSD
Copy link
Member Author

mrLSD commented Jun 3, 2024

@aleksuss it was an issue related to merging feat/evm-tests - some changes was not applied. Fixed it.

@mrLSD mrLSD requested a review from aleksuss June 3, 2024 11:52
Copy link
Member

@birchmd birchmd left a comment

Choose a reason for hiding this comment

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

Nice job, thanks for all your work on this!

core/src/utils.rs Outdated Show resolved Hide resolved
evm-tests/jsontests/src/main.rs Outdated Show resolved Hide resolved
|| exception == "TR_IntrinsicGas"
|| exception == "TransactionException.INTRINSIC_GAS_TOO_LOW"
|| exception == "IntrinsicGas"
|| exception == "TR_TypeNotSupported";
Copy link
Member

Choose a reason for hiding this comment

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

Why is TR_TypeNotSupported lumped in with the intrinsic gas errors?

Copy link
Member Author

Choose a reason for hiding this comment

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

I don't know. It's only one case for Berlin hardfork.

@mrLSD mrLSD merged commit 38adacd into hard-fork/cancun Jun 5, 2024
3 checks passed
@mrLSD mrLSD deleted the fix/eip-4844 branch June 5, 2024 08:19
@mrLSD mrLSD restored the fix/eip-4844 branch June 5, 2024 08:40
@mrLSD mrLSD deleted the fix/eip-4844 branch June 11, 2024 16:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants