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

L1sload #748

Open
wants to merge 9 commits into
base: develop
Choose a base branch
from
Open

L1sload #748

wants to merge 9 commits into from

Commits on May 2, 2024

  1. feat: System Transactions (#723)

    * 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
    vyzo authored May 2, 2024
    Configuration menu
    Copy the full SHA
    d104225 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2024

  1. Generate L1Blocks system tx (#738)

    * 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]>
    icemelon and Thegaram authored May 11, 2024
    Configuration menu
    Copy the full SHA
    28518b9 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. chore(dep): upgrade go kzg 4844 (#718)

    * 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]>
    3 people authored and 0xmountaintop committed May 13, 2024
    Configuration menu
    Copy the full SHA
    9abb1c2 View commit details
    Browse the repository at this point in the history
  2. ci - remove arm64 from supported platform (#719)

    remove arm64 from supported platform
    sbaizet-ledger authored and 0xmountaintop committed May 13, 2024
    Configuration menu
    Copy the full SHA
    fbc1ed5 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Configuration menu
    Copy the full SHA
    632fd69 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Configuration menu
    Copy the full SHA
    bf29b26 View commit details
    Browse the repository at this point in the history
  2. feat: L1Sload precompile (#752)

    * 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]>
    3 people authored May 17, 2024
    Configuration menu
    Copy the full SHA
    ccd1906 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. Fix l1sload precompile (#757)

    * Fix l1sload precompile
    
    * lint
    
    * fix
    icemelon authored May 20, 2024
    Configuration menu
    Copy the full SHA
    ea6aabd View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. L1sload new design (#862)

    * 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]>
    NazariiDenha and Thegaram authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    bb3fa97 View commit details
    Browse the repository at this point in the history