-
Notifications
You must be signed in to change notification settings - Fork 46
DO NOT MERGE - PROD tracking - Beta v4.0 prod branch #2427
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
Open
amkCha
wants to merge
33
commits into
arith-dev
Choose a base branch
from
beta-v4.0-rc13-branch
base: arith-dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 28 commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
8c0e63c
feat: update constraints that is merge of rc11-hotfix and rc12
amkCha be348a8
feat: prover columns
OlivierBBB 24d5dff
spotless
OlivierBBB a63cb90
feat: prover columns in RLP_TXN
OlivierBBB 1842612
feat: update version in gradle properties
amkCha f07f006
feat: update constraints
amkCha e0b1baa
Chore: update Besu to 25.10.0-RC2-linea1 (#2419)
fab-10 a9d6409
chore: update besu version to 25.10.0-linea1
letypequividelespoubelles 2be0697
Feat/update ethereum foundation tests for prague (#2405)
amkCha 089f2b5
chore: update besu version to 25.10.0-linea1
letypequividelespoubelles e4ff372
fix: ReferenceTestProtocolSchedules method used in BlockchainReferenc…
amkCha 288b24a
feat: run unit tests for releases
amkCha a238f0a
fix: permissions and conditions
amkCha a1a1cbe
Merge branch 'beta-v4.0-rc13-branch' of github.com:Consensys/linea-tr…
letypequividelespoubelles 4e7ad7d
chore: update besu to 25.10.0-linea2
letypequividelespoubelles 0656299
rollback merge
letypequividelespoubelles be248c1
update tracer release version
letypequividelespoubelles 223fdab
fix: amend permissions on new manual release flow to allow jar uploads
amkCha 472535b
fix: reapply fix for ref tests after Besu update
amkCha 4240427
Feat/update ethereum foundation tests for prague (#2405)
amkCha 6ab013e
feat: run units and replay in // of jar building for releases
amkCha 3edbc80
ras
OlivierBBB d01d8ac
feat: update release version to rc17
OlivierBBB 5d7333f
fix: gas calculation for TX skip
DavePearce b90b701
update release version to rc18
DavePearce 5d4e10f
feat: detect if accounts have code via bytecode .size() rather than .…
OlivierBBB e9fcf70
feat: update release version to rc20
OlivierBBB 20b38a0
Chore: set besuVersion=25.10.0-linea3 (#2442)
fab-10 c887ffd
Chore: set besuVersion=25.11.0-RC1-linea2 (#2459)
fab-10 a231089
feat: bump releaseVersion to beta-v4.0-rc21
OlivierBBB 167c971
fix: @karim's fix for CANCUN blockchain reference tests
OlivierBBB 22e7978
feat: update release version to rc22
OlivierBBB d92ab9c
perf: rm tracePreOpcode module loop and call stateless modules only w…
letypequividelespoubelles 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
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 was deleted.
Oops, something went wrong.
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
Oops, something went wrong.
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.
Bug: Incorrect Transaction Count Passed to Trace
Passing
operations.size()tocancunOp.tracefor the maximum user transaction number is incorrect.operations.size()counts all operations, including system transactions, not just user transactions.