forked from ethereum/go-ethereum
-
Notifications
You must be signed in to change notification settings - Fork 278
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
L1sload #748
Closed
Closed
L1sload #748
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
* add system tx * some more scaffolding for system tx * add validation for system txs * system txs are never underpriced * Add SystemTx check for L1 data fee * formatting * add Gas to SystemTx's * fix test * update for internal production of SystemTxs * fix nil pointer dereference * avoid potential nil pointer dereference * fix nil pointer dereference * fix l1 validation, enforce system txs as prefix contiguous section * future proof OrderedSystemTxs.Pop * fix Sender for system txs * more handling of system txs * some more system tx checks * merge ifs * refactor system tx - no gas - no nonce - no sorting for ordered set * no gas accounting for system txs
* init * add l1 blocks worker to generate system tx * finish the impl * move the L1Blocks building to sync service * lint --------- Co-authored-by: Péter Garamvölgyi <[email protected]>
* crypto/kz4844: pass blobs by ref (ethereum#29050) This change makes use of the following underlying changes to the kzg-libraries in order to avoid passing large things on the stack: - c-kzg: ethereum/c-kzg-4844#393 and - go-kzg: https://github.com/crate-crypto/go-kzg-4844/pull/63 * update version patch * run go mod tidy * use blob reference --------- Co-authored-by: Martin HS <[email protected]> Co-authored-by: Mason Liang <[email protected]>
remove arm64 from supported platform
* L1Sload preliminaries * flesh out implementation * fix CI * add TODO * add distinguished L1 RPC error * update the l1sload address and init the vm config with l1client * fix the test and tweak the l1sload * goimports lint * update CI * simplify * lint --------- Co-authored-by: Haichen Shen <[email protected]> Co-authored-by: HAOYUatHZ <[email protected]>
* Fix l1sload precompile * lint * fix
* change to new design, make batch RPC request * add test for storagesat * fix lint * Update core/vm/contracts.go Co-authored-by: Péter Garamvölgyi <[email protected]> * fix lint * address comments --------- Co-authored-by: Péter Garamvölgyi <[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.
1. Purpose or design rationale of this PR
...
2. PR title
Your PR title must follow conventional commits (as we are doing squash merge for each PR), so it must start with one of the following types:
3. Deployment tag versioning
Has the version in
params/version.go
been updated?4. Breaking change label
Does this PR have the
breaking-change
label?