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

remove td field #3532

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

DavidRomanovizc
Copy link
Contributor

What was wrong?

Related to Issue #3502
Closes #3502

How was it fixed?

Implements ethereum/execution-apis#570

Todo:

  • Clean up commit history
  • Add or update documentation related to these changes
  • Add entry to the release notes

Cute Animal Picture

image

@@ -182,7 +182,6 @@ def is_hexstr(value: Any) -> bool:
"logs_bloom": "logsBloom",
"state_root": "stateRoot",
"receipts_root": "receiptsRoot",
"total_difficulty": "totalDifficulty",
Copy link
Collaborator

Choose a reason for hiding this comment

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

Ideally we'd want to remove this in eth-tester before removing it here.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

If no one is against it, I can open a PR in eth-tester to remove the td field.

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.

Consider removing totalDifficulty field
2 participants