-
Notifications
You must be signed in to change notification settings - Fork 867
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
Datahash opcode #4933
Merged
Merged
Datahash opcode #4933
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
aadd8e7
replace iteration over tx type enums with explicit lists, fixes BesuE…
jflo f62cc77
fixes more tests
jflo aae68e4
fixes BlockchainQueriesTest by changing the ORDER of transaction type…
jflo 8a6ef6d
fixes test that won't pass if local hostname unresolvable via reverse…
jflo 997596d
removed commented code
jflo 9bc7bfa
removed commented code
jflo 8157269
changelog blurb
jflo 60adb09
naive impl, passes a happy path test
jflo 6e07e73
adds error condition coverage
jflo f331684
updating TX construction signatures
jflo fb76b2f
updates plugin api hash since we've got a new TX type.
jflo 2f23a2f
changelog blurb
jflo 753d975
naive impl, passes a happy path test
jflo 448ce9e
adds error condition coverage
jflo 27c0fe5
unit tests passing
jflo b364cda
rebased off of 4844_tx_type
jflo dc5bd41
adopts pr suggestions
jflo 6c1ae0c
never throw an invalid operation
jflo bd14bb6
more memory
jflo f03af6f
fix broken integration test that doesn't use the builder, uses the pu…
jflo 9e90c0a
adopts pr suggestions
jflo 70beaef
adopts pr suggestions
jflo aaa9290
Merge branch 'main' into DATAHASH_opcode
jflo 429588b
Update evm/src/main/java/org/hyperledger/besu/evm/operation/DataHashO…
jflo b7d5380
Update evm/src/test/java/org/hyperledger/besu/evm/operations/DataHash…
jflo 79d9d26
Update evm/src/test/java/org/hyperledger/besu/evm/operations/DataHash…
jflo 534c1a0
adds test coverage to ensure halt reason is null
jflo 1aaf58c
Merge branch 'main' into DATAHASH_opcode
jflo d16cee5
minimized new param impact to legacy Transaction constructors
jflo 081edaa
Merge branch 'main' into DATAHASH_opcode
jflo 742a111
Merge branch 'main' into DATAHASH_opcode
jflo bb448be
fixes conflict
jflo File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
rebased off of 4844_tx_type
Signed-off-by: Justin Florentine <justin+github@florentine.us>
- Loading branch information
commit b364cda62be1a7a293077b16544b33c9af1d8641
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
idk too much about the recovery hash, so just asking if the
versionedHashes
should be ignored or taken in consideration hereThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm also unclear, but i think this will make more sense when we merge in the SSZ serialization