Update ethereum/tests submodule to v16.0 for Prague support #8648
+2
−2
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
this PR updates the ethereum/tests submodule from the current version to v16.0 as an incremental step toward eventually supporting v17.0.
Changes
updated ethereum/tests submodule to v16.0 (commit hash:
afed83bf2a097cba688a60246429f3a051fe03f6
)updated the expectedHash in ethereum/referencetests/build.gradle to match
as noted in issue, v17.0 involves a significant refactor that breaks compatibility with Besu in several ways. 8000 this PR takes the recommended approach of first upgrading to v16.0 to add Prague support without introducing the breaking changes from v17.0. a future PR will be needed to update to v17.0 after addressing the compatibility issues with the refactored test suite.
Testing
verified that the submodule points to the correct v16.0 tag
ensured the expectedHash value in build.gradle matches the v16.0 commit hash
#8558