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

Datahash opcode #4933

Merged
merged 32 commits into from
Jan 20, 2023
Merged
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 Jan 13, 2023
f62cc77
fixes more tests
jflo Jan 14, 2023
aae68e4
fixes BlockchainQueriesTest by changing the ORDER of transaction type…
jflo Jan 14, 2023
8a6ef6d
fixes test that won't pass if local hostname unresolvable via reverse…
jflo Jan 15, 2023
997596d
removed commented code
jflo Jan 15, 2023
9bc7bfa
removed commented code
jflo Jan 15, 2023
8157269
changelog blurb
jflo Jan 4, 2023
60adb09
naive impl, passes a happy path test
jflo Jan 10, 2023
6e07e73
adds error condition coverage
jflo Jan 10, 2023
f331684
updating TX construction signatures
jflo Jan 10, 2023
fb76b2f
updates plugin api hash since we've got a new TX type.
jflo Jan 10, 2023
2f23a2f
changelog blurb
jflo Jan 4, 2023
753d975
naive impl, passes a happy path test
jflo Jan 10, 2023
448ce9e
adds error condition coverage
jflo Jan 10, 2023
27c0fe5
unit tests passing
jflo Jan 11, 2023
b364cda
rebased off of 4844_tx_type
jflo Jan 15, 2023
dc5bd41
adopts pr suggestions
jflo Jan 16, 2023
6c1ae0c
never throw an invalid operation
jflo Jan 17, 2023
bd14bb6
more memory
jflo Jan 17, 2023
f03af6f
fix broken integration test that doesn't use the builder, uses the pu…
jflo Jan 17, 2023
9e90c0a
adopts pr suggestions
jflo Jan 18, 2023
70beaef
adopts pr suggestions
jflo Jan 18, 2023
aaa9290
Merge branch 'main' into DATAHASH_opcode
jflo Jan 19, 2023
429588b
Update evm/src/main/java/org/hyperledger/besu/evm/operation/DataHashO…
jflo Jan 19, 2023
b7d5380
Update evm/src/test/java/org/hyperledger/besu/evm/operations/DataHash…
jflo Jan 19, 2023
79d9d26
Update evm/src/test/java/org/hyperledger/besu/evm/operations/DataHash…
jflo Jan 19, 2023
534c1a0
adds test coverage to ensure halt reason is null
jflo Jan 19, 2023
1aaf58c
Merge branch 'main' into DATAHASH_opcode
jflo Jan 19, 2023
d16cee5
minimized new param impact to legacy Transaction constructors
jflo Jan 19, 2023
081edaa
Merge branch 'main' into DATAHASH_opcode
jflo Jan 19, 2023
742a111
Merge branch 'main' into DATAHASH_opcode
jflo Jan 20, 2023
bb448be
fixes conflict
jflo Jan 20, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
removed commented code
Signed-off-by: Justin Florentine <justin+github@florentine.us>
  • Loading branch information
jflo committed Jan 18, 2023
commit 9bc7bfa73e0bbb92adac24ddd72a03f25319b0f9
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,6 @@ allprojects {
'--add-exports',
'jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED'
]

Set toImport = [
'test.ethereum.include',
'test.ethereum.state.eip',
Expand Down