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 INVALID_TERMINAL_BLOCK_HASH error #3842

Closed
garyschulte opened this issue May 16, 2022 · 0 comments · Fixed by #3882
Closed

Remove INVALID_TERMINAL_BLOCK_HASH error #3842

garyschulte opened this issue May 16, 2022 · 0 comments · Fixed by #3882
Assignees
Labels

Comments

@garyschulte
Copy link
Contributor

Description

This PR to the engine api spec has removed the INVALID_TERMINAL_BLOCK_HASH error:
ethereum/execution-apis#217

This should be a simple change, but the change needs to be made only once hive tests are implementing this change to execution api

Acceptance Criteria

  • Replace INVALID_TERMINAL_BLOCK_HASH with INVALID
  • Ensure the hive2 tests implement this expectation change before merging/deploying

Steps to Reproduce (Bug)

  1. [Step 1]
  2. [Step 2]
  3. [Step ...]

Expected behavior: [What you expect to happen]

Actual behavior: [What actually happens]

Frequency: [What percentage of the time does it occur?]

Versions (Add all that apply)

  • Software version: [besu --version]
  • Java version: [java -version]
  • OS Name & Version: [cat /etc/*release]
  • Kernel Version: [uname -a]
  • Virtual Machine software & version: [vmware -v]
  • Docker Version: [docker version]
  • Cloud VM, type, size: [Amazon Web Services I3-large]

Smart contract information (If you're reporting an issue arising from deploying or calling a smart contract, please supply related information)

  • Solidity version [solc --version]
  • Repo with minimal set of deployable/reproducible contract code - please provide a link
  • Please include specifics on how you are deploying/calling the contract
  • Have you reproduced the issue on other eth clients

Additional Information (Add any of the following or anything else that may be relevant)

  • Besu setup info - genesis file, config options
  • System info - memory, CPU
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants