-
Notifications
You must be signed in to change notification settings - Fork 877
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
[Interop-4844] Data gas accounting #4998
Merged
garyschulte
merged 27 commits into
hyperledger:eip-4844-interop
from
fab-10:eip-4844-interop
Jan 25, 2023
Merged
[Interop-4844] Data gas accounting #4998
garyschulte
merged 27 commits into
hyperledger:eip-4844-interop
from
fab-10:eip-4844-interop
Jan 25, 2023
Conversation
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
* Don't cache protocol spec in block creator Don't cache the protocol spec in the block creator. With the new shanghaiTimestamp the correct spec may be a function of the timestamp not just the block number. So every time we are asked to build a block re-query the spec. Signed-off-by: Danno Ferrin <[email protected]>
* KZG implementation Signed-off-by: Justin Florentine <[email protected]>
* address case of block values exceeding long Signed-off-by: garyschulte <[email protected]>
Associate block number and hash with the various invalid block warnings Print a less obscure message when there's no error message. Signed-off-by: Simon Dudley <[email protected]>
* easy ones * parameterized test * refactor to avoid unnecessary stubbings * migrate abstract class and subclasses to junit 5 Signed-off-by: Sally MacFarlane <[email protected]>
* javadoc for kzg precompile Signed-off-by: Sally MacFarlane <[email protected]>
Signed-off-by: Fabio Di Fabio <[email protected]>
Address an RJumpV overflow discovered by reference tests. Signed-off-by: Danno Ferrin <[email protected]>
Signed-off-by: Fabio Di Fabio <[email protected]>
Signed-off-by: Fabio Di Fabio <[email protected]>
Signed-off-by: Fabio Di Fabio <[email protected]>
…hyperledger#4986) Signed-off-by: Jason Frame <[email protected]>
Signed-off-by: Fabio Di Fabio <[email protected]>
Signed-off-by: Fabio Di Fabio <[email protected]>
Signed-off-by: Fabio Di Fabio <[email protected]>
Signed-off-by: Fabio Di Fabio <[email protected]>
Signed-off-by: Fabio Di Fabio <[email protected]>
Signed-off-by: Fabio Di Fabio <[email protected]>
Signed-off-by: Fabio Di Fabio <[email protected]>
Signed-off-by: Fabio Di Fabio <[email protected]>
Signed-off-by: Fabio Di Fabio <[email protected]>
Signed-off-by: Fabio Di Fabio <[email protected]>
Signed-off-by: Fabio Di Fabio <[email protected]>
# Conflicts: # CHANGELOG.md # ethereum/api/src/main/java/org/hyperledger/besu/ethereum/api/graphql/GraphQLDataFetchers.java # ethereum/core/src/main/java/org/hyperledger/besu/ethereum/core/Transaction.java # ethereum/core/src/main/java/org/hyperledger/besu/ethereum/mainnet/MainnetProtocolSpecs.java # ethereum/core/src/main/java/org/hyperledger/besu/ethereum/mainnet/MainnetTransactionValidator.java # ethereum/core/src/main/java/org/hyperledger/besu/ethereum/transaction/TransactionInvalidReason.java # gradle/verification-metadata.xml # gradle/versions.gradle # plugin-api/build.gradle
Signed-off-by: Fabio Di Fabio <[email protected]>
garyschulte
approved these changes
Jan 25, 2023
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.
yolo
jflo
pushed a commit
that referenced
this pull request
Jun 30, 2023
merge of #4992 into interop feature branch Signed-off-by: Fabio Di Fabio <[email protected]> (cherry picked from commit 949e3fe) (cherry picked from commit 9734c983ce00bda161434506688f12ee07bbd820)
jflo
pushed a commit
that referenced
this pull request
Jun 30, 2023
merge of #4992 into interop feature branch Signed-off-by: Fabio Di Fabio <[email protected]> (cherry picked from commit 949e3fe) (cherry picked from commit 9734c983ce00bda161434506688f12ee07bbd820)
jflo
pushed a commit
that referenced
this pull request
Jun 30, 2023
merge of #4992 into interop feature branch Signed-off-by: Fabio Di Fabio <[email protected]> (cherry picked from commit 949e3fe) (cherry picked from commit 9734c983ce00bda161434506688f12ee07bbd820)
jflo
pushed a commit
that referenced
this pull request
Jun 30, 2023
merge of #4992 into interop feature branch Signed-off-by: Fabio Di Fabio <[email protected]> (cherry picked from commit 949e3fe) (cherry picked from commit 9734c983ce00bda161434506688f12ee07bbd820)
jflo
pushed a commit
that referenced
this pull request
Jun 30, 2023
merge of #4992 into interop feature branch Signed-off-by: Fabio Di Fabio <[email protected]> (cherry picked from commit 949e3fe) (cherry picked from commit 9734c983ce00bda161434506688f12ee07bbd820)
jflo
pushed a commit
that referenced
this pull request
Jun 30, 2023
merge of #4992 into interop feature branch Signed-off-by: Fabio Di Fabio <[email protected]> (cherry picked from commit 949e3fe) (cherry picked from commit 9734c983ce00bda161434506688f12ee07bbd820)
jflo
pushed a commit
that referenced
this pull request
Jun 30, 2023
merge of #4992 into interop feature branch Signed-off-by: Fabio Di Fabio <[email protected]> (cherry picked from commit 949e3fe) (cherry picked from commit 9734c983ce00bda161434506688f12ee07bbd820)
jflo
pushed a commit
that referenced
this pull request
Jun 30, 2023
merge of #4992 into interop feature branch Signed-off-by: Fabio Di Fabio <[email protected]> (cherry picked from commit 949e3fe) (cherry picked from commit 9734c983ce00bda161434506688f12ee07bbd820)
jflo
pushed a commit
that referenced
this pull request
Jun 30, 2023
merge of #4992 into interop feature branch Signed-off-by: Fabio Di Fabio <[email protected]> (cherry picked from commit 949e3fe) (cherry picked from commit 9734c983ce00bda161434506688f12ee07bbd820) Signed-off-by: Gabriel-Trintinalia <[email protected]>
jflo
pushed a commit
that referenced
this pull request
Jun 30, 2023
merge of #4992 into interop feature branch Signed-off-by: Fabio Di Fabio <[email protected]> (cherry picked from commit 949e3fe) (cherry picked from commit 9734c983ce00bda161434506688f12ee07bbd820) Signed-off-by: Gabriel-Trintinalia <[email protected]>
jflo
pushed a commit
that referenced
this pull request
Jul 5, 2023
merge of #4992 into interop feature branch Signed-off-by: Fabio Di Fabio <[email protected]> (cherry picked from commit 949e3fe) (cherry picked from commit 9734c983ce00bda161434506688f12ee07bbd820)
jflo
pushed a commit
that referenced
this pull request
Jul 5, 2023
merge of #4992 into interop feature branch Signed-off-by: Fabio Di Fabio <[email protected]> (cherry picked from commit 949e3fe) (cherry picked from commit 9734c983ce00bda161434506688f12ee07bbd820)
jflo
pushed a commit
that referenced
this pull request
Jul 5, 2023
merge of #4992 into interop feature branch Signed-off-by: Fabio Di Fabio <[email protected]> (cherry picked from commit 949e3fe) (cherry picked from commit 9734c983ce00bda161434506688f12ee07bbd820)
jflo
pushed a commit
that referenced
this pull request
Jul 5, 2023
merge of #4992 into interop feature branch Signed-off-by: Fabio Di Fabio <[email protected]> (cherry picked from commit 949e3fe) (cherry picked from commit 9734c983ce00bda161434506688f12ee07bbd820)
jflo
pushed a commit
that referenced
this pull request
Jul 5, 2023
merge of #4992 into interop feature branch Signed-off-by: Fabio Di Fabio <[email protected]> (cherry picked from commit 949e3fe) (cherry picked from commit 9734c983ce00bda161434506688f12ee07bbd820)
jflo
pushed a commit
that referenced
this pull request
Jul 5, 2023
merge of #4992 into interop feature branch Signed-off-by: Fabio Di Fabio <[email protected]> (cherry picked from commit 949e3fe) (cherry picked from commit 9734c983ce00bda161434506688f12ee07bbd820)
jflo
pushed a commit
that referenced
this pull request
Jul 5, 2023
merge of #4992 into interop feature branch Signed-off-by: Fabio Di Fabio <[email protected]> (cherry picked from commit 949e3fe) (cherry picked from commit 9734c983ce00bda161434506688f12ee07bbd820)
jflo
pushed a commit
that referenced
this pull request
Jul 5, 2023
merge of #4992 into interop feature branch Signed-off-by: Fabio Di Fabio <[email protected]> (cherry picked from commit 949e3fe) (cherry picked from commit 9734c983ce00bda161434506688f12ee07bbd820)
jflo
pushed a commit
that referenced
this pull request
Jul 5, 2023
merge of #4992 into interop feature branch Signed-off-by: Fabio Di Fabio <[email protected]> (cherry picked from commit 949e3fe) (cherry picked from commit 9734c983ce00bda161434506688f12ee07bbd820) Signed-off-by: Gabriel-Trintinalia <[email protected]>
jflo
pushed a commit
that referenced
this pull request
Jul 5, 2023
merge of #4992 into interop feature branch Signed-off-by: Fabio Di Fabio <[email protected]> (cherry picked from commit 949e3fe) (cherry picked from commit 9734c983ce00bda161434506688f12ee07bbd820) Signed-off-by: Gabriel-Trintinalia <[email protected]>
jflo
pushed a commit
to jflo/besu
that referenced
this pull request
Jul 20, 2023
merge of hyperledger#4992 into interop feature branch Signed-off-by: Fabio Di Fabio <[email protected]> (cherry picked from commit 949e3fe) (cherry picked from commit 9734c983ce00bda161434506688f12ee07bbd820)
jflo
pushed a commit
to jflo/besu
that referenced
this pull request
Jul 20, 2023
merge of hyperledger#4992 into interop feature branch Signed-off-by: Fabio Di Fabio <[email protected]> (cherry picked from commit 949e3fe) (cherry picked from commit 9734c983ce00bda161434506688f12ee07bbd820)
jflo
pushed a commit
to jflo/besu
that referenced
this pull request
Jul 20, 2023
merge of hyperledger#4992 into interop feature branch Signed-off-by: Fabio Di Fabio <[email protected]> (cherry picked from commit 949e3fe) (cherry picked from commit 9734c983ce00bda161434506688f12ee07bbd820)
jflo
pushed a commit
to jflo/besu
that referenced
this pull request
Jul 20, 2023
merge of hyperledger#4992 into interop feature branch Signed-off-by: Fabio Di Fabio <[email protected]> (cherry picked from commit 949e3fe) (cherry picked from commit 9734c983ce00bda161434506688f12ee07bbd820)
jflo
pushed a commit
to jflo/besu
that referenced
this pull request
Jul 20, 2023
merge of hyperledger#4992 into interop feature branch Signed-off-by: Fabio Di Fabio <[email protected]> (cherry picked from commit 949e3fe) (cherry picked from commit 9734c983ce00bda161434506688f12ee07bbd820)
jflo
pushed a commit
to jflo/besu
that referenced
this pull request
Jul 20, 2023
merge of hyperledger#4992 into interop feature branch Signed-off-by: Fabio Di Fabio <[email protected]> (cherry picked from commit 949e3fe) (cherry picked from commit 9734c983ce00bda161434506688f12ee07bbd820)
jflo
pushed a commit
to jflo/besu
that referenced
this pull request
Jul 20, 2023
merge of hyperledger#4992 into interop feature branch Signed-off-by: Fabio Di Fabio <[email protected]> (cherry picked from commit 949e3fe) (cherry picked from commit 9734c983ce00bda161434506688f12ee07bbd820)
jflo
pushed a commit
to jflo/besu
that referenced
this pull request
Jul 20, 2023
merge of hyperledger#4992 into interop feature branch Signed-off-by: Fabio Di Fabio <[email protected]> (cherry picked from commit 949e3fe) (cherry picked from commit 9734c983ce00bda161434506688f12ee07bbd820)
jflo
pushed a commit
to jflo/besu
that referenced
this pull request
Jul 20, 2023
merge of hyperledger#4992 into interop feature branch Signed-off-by: Fabio Di Fabio <[email protected]> (cherry picked from commit 949e3fe) (cherry picked from commit 9734c983ce00bda161434506688f12ee07bbd820) Signed-off-by: Gabriel-Trintinalia <[email protected]>
jflo
pushed a commit
to jflo/besu
that referenced
this pull request
Jul 20, 2023
merge of hyperledger#4992 into interop feature branch Signed-off-by: Fabio Di Fabio <[email protected]> (cherry picked from commit 949e3fe) (cherry picked from commit 9734c983ce00bda161434506688f12ee07bbd820) Signed-off-by: Gabriel-Trintinalia <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
PR description
Fixed Issue(s)
Documentation
doc-change-required
label to this PR ifupdates are required.
Changelog