-
-
Notifications
You must be signed in to change notification settings - Fork 457
feat: cache the last 2 PayloadEnvelopeInputs #9260
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
Merged
+44
−41
Merged
Changes from all commits
Commits
Show all changes
65 commits
Select commit
Hold shift + click to select a range
a791964
feat: implement EIP-7843 slot_number in ExecutionPayload (specs#4840)
ensi321 3958681
Revert changes introduced by accident
ensi321 a912bc8
Bump version, skip fast_confirmation
ensi321 03c4349
Rest of the changes
ensi321 d3d74a9
Skip some tests
ensi321 40b5f9f
lint
ensi321 da7cc41
ethspecify
ensi321 e49b699
lint
ensi321 813cb52
ethspecify
ensi321 845bec9
fix unit test
ensi321 1d15ece
fix e2e
ensi321 c3d429d
address comment
ensi321 afbb9c1
feat: add processParentExecutionPayload and remove withdrawal early r…
ensi321 311eeca
refactor: add processParentExecutionPayload as first step in processB…
ensi321 e2d3ad2
refactor: transform processExecutionPayloadEnvelope to pure verification
ensi321 c3c73b4
refactor: remove executionPayloadStateRoot from fork choice onExecuti…
ensi321 bc621c3
refactor: simplify envelope import pipeline for deferred processing
ensi321 f4d4021
feat: block production, gossip validation, and cleanup for deferred p…
ensi321 63e5271
fix: type errors in processParentExecutionPayload and produceBlockBody
ensi321 06ab9c1
Fix spec test
ensi321 6552bc8
Address comments & follow up on spec change
ensi321 e10d287
fix upgrade state
ensi321 5421487
fix spec test
ensi321 b5937ec
Harmonize
ensi321 a0bbecf
Merge remote-tracking branch 'origin/unstable' into nc/defer-payload-…
nflaig 941a710
review
nflaig 532ffcc
ethspecify
nflaig 16941ff
restore some comments
nflaig 6b08376
Remove block production
ensi321 8967ae5
refactor
nflaig 5b1e344
simplify applyParentExecutionPayload function signature
nflaig 9a9fe6b
remove genesis block handling, will be separate pr
nflaig b07b363
Merge branch 'unstable' into nc/defer-payload-processing
nflaig bf7009e
we don't know and it's wrong, removed confusing todo
nflaig d2424d5
review computeAnchorCheckpoint
nflaig 9bf5103
review fork_choice.test.ts
nflaig 08b2712
revert changes to computeAnchorCheckpoint
nflaig e62a7a1
ahhh damn, we need that for spec tests
nflaig 8acf7c8
remove type cast
nflaig 24a3da5
clarify withdrawals
nflaig a04a4d0
review getExpectedWithdrawalsForFullParent
nflaig 2fa1c4f
review processParentExecutionPayload.ts
nflaig b89af0b
review operations.test.ts
nflaig c2ef8aa
final pass on processParentExecutionPayload
nflaig 78a7201
small nit
nflaig f8c73af
fix order of gossip checks
nflaig e399921
clarify comment
nflaig 56f686c
review import
nflaig 7728204
Update packages/beacon-node/src/chain/blocks/types.ts
nflaig 11f9d16
Update packages/beacon-node/test/spec/presets/fork_choice.test.ts
nflaig 2054188
Update packages/state-transition/src/block/index.ts
nflaig 2a7d8e6
Update packages/state-transition/src/block/processWithdrawals.ts
nflaig 372f485
.
nflaig 6218a8e
wording
nflaig e450f52
restore some comments
nflaig 232e294
ok that's it
nflaig e7759b0
not yet
nflaig c06c946
why is that comment even modified...
nflaig 5ae6863
feat: cache the last 2 PayloadEnvelopeInputs
twoeths 783d8d3
refactor: rename finalHead -> updatedHead
twoeths 89a60b7
chore: revert executionPayloadEnvelope validation
twoeths ba90d3d
Merge remote-tracking branch 'origin/unstable' into te/gloas_cache_la…
twoeths d7bdb55
chore: address comments
twoeths 4370934
remove redundant fc call
nflaig a8b0d5e
Merge branch 'unstable' into te/gloas_cache_last_2_payloads
nflaig 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
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
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.
Uh oh!
There was an error while loading. Please reload this page.