Skip to content
This repository has been archived by the owner on Nov 5, 2023. It is now read-only.

chore: Final rebase #126

Closed
wants to merge 287 commits into from
Closed

chore: Final rebase #126

wants to merge 287 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Aug 12, 2023

  1. Use TTD(0) fork condition for OP_GOERLI Paris hardfork

    Signed-off-by: Brian Bland <[email protected]>
    BrianBland authored and clabby committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    9fa57b7 View commit details
    Browse the repository at this point in the history
  2. Resolve conflict

    clabby committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    b78e3e5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    95708a3 View commit details
    Browse the repository at this point in the history
  4. Add compact support for txs with type values >3 via variable encoding

    Signed-off-by: Brian Bland <[email protected]>
    BrianBland authored and clabby committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    88592c6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e49f078 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c781f49 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7096dd0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8bb463b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7833afe View commit details
    Browse the repository at this point in the history
  10. Remove .vscode in gitignore

    refcell authored and clabby committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    7b3a8d9 View commit details
    Browse the repository at this point in the history
  11. Fix cargo manifest

    refcell authored and clabby committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    b18dc5a View commit details
    Browse the repository at this point in the history
  12. Fix clippy lints in base

    refcell authored and clabby committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    080572d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    942dc96 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e1fcc7a View commit details
    Browse the repository at this point in the history
  15. Update bin/reth/src/args/rollup_args.rs

    Co-authored-by: nicolas <[email protected]>
    2 people authored and clabby committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    4fb9ea5 View commit details
    Browse the repository at this point in the history
  16. Update bin/reth/src/args/rollup_args.rs

    Co-authored-by: nicolas <[email protected]>
    2 people authored and clabby committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    ee3fc55 View commit details
    Browse the repository at this point in the history
  17. Compute Pending Block rollup arg

    refcell authored and clabby committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    2d5fdd1 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    bb0236a View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    daca72a View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    8b8e9eb View commit details
    Browse the repository at this point in the history
  21. Revert "chore: upstream sync"

    refcell authored and clabby committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    91c30d0 View commit details
    Browse the repository at this point in the history
  22. Update bin/reth/src/args/rollup_args.rs

    Co-authored-by: nicolas <[email protected]>
    2 people authored and clabby committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    abae91a View commit details
    Browse the repository at this point in the history
  23. Ensure that block execution maintains L1 compatibility with optimism …

    …feature enabled
    BrianBland authored and clabby committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    0dc97a7 View commit details
    Browse the repository at this point in the history
  24. Address review feedback

    BrianBland authored and clabby committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    920a5b4 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    05e45a8 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    69232e3 View commit details
    Browse the repository at this point in the history
  27. chore: updated trait function

    merklefruit authored and clabby committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    7e96b43 View commit details
    Browse the repository at this point in the history
  28. chore: borrow instead of cloning

    merklefruit authored and clabby committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    8128b30 View commit details
    Browse the repository at this point in the history
  29. chore: deleted function

    merklefruit authored and clabby committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    a2cdf1a View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    a5d8876 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2023

  1. Make it all back in one commit

    Resolution checkpoint
    
    Resolution checkpoint #2
    
    Resolution checkpoint #3
    
    x
    
    Resolution checkpoint #4
    
    Resolution checkpoint #5
    
    Resolution checkpoint #6
    
    Resolution checkpoint #7
    
    Resolution checkpoint #8
    
    Resolve checkpoint #9 (transaction primitive)
    
    Resolve checkpoint #10 (rpc api transactions)
    
    Resolve checkpoint #11 (building w/o feature flag)
    
    Start review
    
    Compiling with and without `optimism` feature flag
    
    Remove `DepositTx` from txpool mock tests, they never go into the txpool
    
    fmt
    
    code lint
    
    fix signature tests
    
    Co-authored-by: nicolas <[email protected]>
    
    Use free CI runners (revert before upstream)
    
    Co-authored-by: refcell <[email protected]>
    
    Signature test fixes
    
    Co-authored-by refcell <[email protected]>
    
    Fix Receipt proptest
    
    Co-authored-by BB <[email protected]>
    
    lint
    
    Fix variable-length compact for txtype/transaction
    
    Co-authored-by: Brian Bland <[email protected]>
    
    Fix basefee tests
    
    Remove unnecessary rpc deps
    
    Co-authored-by: Brian Bland <[email protected]>
    Co-authored-by: refcell <[email protected]>
    Co-authored-by: nicolas <[email protected]>
    Co-authored-by: Roberto <[email protected]>
    5 people committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    d91a8fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f20d8a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #55 from anton-rs/refcell/optimism-basefee

    feat(primitives): Add Optimism next base fee test
    clabby authored Aug 13, 2023
    Configuration menu
    Copy the full SHA
    ec43c23 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fe18b0d View commit details
    Browse the repository at this point in the history
  5. Merge pull request #58 from anton-rs/nox/remove-opconf

    ♻️ remove optimism config, replace with boolean flag
    clabby authored Aug 13, 2023
    Configuration menu
    Copy the full SHA
    365524b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1d19bb9 View commit details
    Browse the repository at this point in the history
  7. Add Base Goerli genesis

    change regolith fork timestamp
    N0xMare committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    21efbfa View commit details
    Browse the repository at this point in the history
  8. Merge pull request #61 from anton-rs/refcell/bedrock_specs

    fix(primitives): Update Optimism Goerli Chain Spec with Bedrock Hardfork
    clabby authored Aug 13, 2023
    Configuration menu
    Copy the full SHA
    ab462f1 View commit details
    Browse the repository at this point in the history
  9. Configure regolith timestamp.

    refcell committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    583beda View commit details
    Browse the repository at this point in the history
  10. Merge pull request #60 from anton-rs/nox/base-goerli-spec

    Add Base Goerli ChainSpec
    refcell authored Aug 13, 2023
    Configuration menu
    Copy the full SHA
    743b6a0 View commit details
    Browse the repository at this point in the history
  11. Add optional nonce to DepositTx for Regolith

    Review
    clabby committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    69dfca8 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #62 from anton-rs/refcell/regolith-timestamp

    fix(primitives): Update ChainBuilder Regolith with Timestamp Parameter
    clabby authored Aug 13, 2023
    Configuration menu
    Copy the full SHA
    5508769 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #63 from anton-rs/clabby/deposit-tx-optional-nonce

    fix(primitives): Add optional nonce to `DepositTx` for Regolith
    clabby authored Aug 13, 2023
    Configuration menu
    Copy the full SHA
    48ede00 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b790ee4 View commit details
    Browse the repository at this point in the history
  15. Revert #63

    clabby committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    3caba32 View commit details
    Browse the repository at this point in the history
  16. Merge pull request #64 from anton-rs/clabby/fix-failing-tests

    chore: fix failing tests
    clabby authored Aug 13, 2023
    Configuration menu
    Copy the full SHA
    3f5ea46 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    8247f7f View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    30aca6c View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    7fec46c View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    bf0bae8 View commit details
    Browse the repository at this point in the history
  21. compute_pending_block handlers

    clabby committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    f6faf9c View commit details
    Browse the repository at this point in the history
  22. doc lint

    clabby committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    6eb4ccb View commit details
    Browse the repository at this point in the history
  23. Remove effective nonce comment

    clabby committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    94a0371 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. Review

    clabby committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    0ce8397 View commit details
    Browse the repository at this point in the history
  2. Update crates/payload/basic/src/lib.rs

    Co-authored-by: Roman Krasiuk <[email protected]>
    clabby and rkrasiuk authored Aug 14, 2023
    Configuration menu
    Copy the full SHA
    571b9a3 View commit details
    Browse the repository at this point in the history
  3. Review nits

    clabby committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    6dcb73d View commit details
    Browse the repository at this point in the history
  4. Regolith deposit nonce

    🧹
    clabby committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    839d2ce View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8a33d5f View commit details
    Browse the repository at this point in the history
  6. Merge pull request #66 from anton-rs/clabby/sync-op-reth

    chore: Sync with upstream
    clabby authored Aug 14, 2023
    Configuration menu
    Copy the full SHA
    974c6ae View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    78b811f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4c87b7a View commit details
    Browse the repository at this point in the history
  9. Merge pull request #69 from anton-rs/refcell/revert-github-workflows

    chore: Revert github workflow changes
    refcell authored Aug 14, 2023
    Configuration menu
    Copy the full SHA
    2ffd661 View commit details
    Browse the repository at this point in the history
  10. Fix unit github action file

    refcell committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    15927b8 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #70 from anton-rs/refcell/small-github-workflow-fix

    chore: Small github action unit.yml workflow runner group fix
    refcell authored Aug 14, 2023
    Configuration menu
    Copy the full SHA
    197dadd View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. Configuration menu
    Copy the full SHA
    1e82331 View commit details
    Browse the repository at this point in the history
  2. Update crates/net/network/src/config.rs

    Co-authored-by: refcell.eth <[email protected]>
    roberto-bayardo and refcell authored Aug 15, 2023
    Configuration menu
    Copy the full SHA
    3a6ccca View commit details
    Browse the repository at this point in the history
  3. Update crates/net/network/src/config.rs

    Co-authored-by: refcell.eth <[email protected]>
    roberto-bayardo and refcell committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    3292ed7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ed52310 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #71 from anton-rs/roberto/disable-gossip

    feat: disable gossip when optimism CLI flag is set
    clabby authored Aug 15, 2023
    Configuration menu
    Copy the full SHA
    31ddab5 View commit details
    Browse the repository at this point in the history
  6. Use generic builder

    clabby committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    41698d2 View commit details
    Browse the repository at this point in the history
  7. Resolve some TODOs

    clabby committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    6fa012c View commit details
    Browse the repository at this point in the history
  8. Merge pull request #72 from anton-rs/clabby/clean

    chore: Fix up some TODOs
    refcell authored Aug 15, 2023
    Configuration menu
    Copy the full SHA
    2ea77ef View commit details
    Browse the repository at this point in the history
  9. Rename error

    clabby committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    b274c17 View commit details
    Browse the repository at this point in the history
  10. Fix no_tx_pool option

    clabby committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    ac32a29 View commit details
    Browse the repository at this point in the history
  11. Default ethereum feature flag

    refcell committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    f3daa96 View commit details
    Browse the repository at this point in the history
  12. 🧹

    clabby committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    d58c1c1 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e742207 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. Merge pull request #59 from anton-rs/clabby/engine-api-and-block-buil…

    …ding
    
    feat: Engine API + Block Building modifications
    clabby authored Aug 16, 2023
    Configuration menu
    Copy the full SHA
    9ae48d7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #75 from anton-rs/roberto/base-chainspec

    add chainspec for Base mainnet
    clabby authored Aug 16, 2023
    Configuration menu
    Copy the full SHA
    10c6113 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #74 from anton-rs/refcell/compile-error-feats

    feat: Inclusive Default Feature Flags
    refcell authored Aug 16, 2023
    Configuration menu
    Copy the full SHA
    3c2ee28 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6339a2b View commit details
    Browse the repository at this point in the history
  5. Merge pull request #76 from anton-rs/clabby/rpc-types

    feat: Add Optimism fields to `rpc-types`
    refcell authored Aug 16, 2023
    Configuration menu
    Copy the full SHA
    79dcc4b View commit details
    Browse the repository at this point in the history
  6. Upstream sync clabby/op-reth

    refcell committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    2ca15c7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    31f3770 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #78 from anton-rs/refcell/upstream-sync

    chore: clabby/op-reth upstream sync
    refcell authored Aug 16, 2023
    Configuration menu
    Copy the full SHA
    e458a09 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. Configuration menu
    Copy the full SHA
    2961b0b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #65 from anton-rs/refcell/tx-pool-updates

    feat(transaction-pool): Tx Pool Cost Updates
    refcell authored Aug 17, 2023
    Configuration menu
    Copy the full SHA
    ff1f580 View commit details
    Browse the repository at this point in the history
  3. fixes #1

    clabby committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    b1dc043 View commit details
    Browse the repository at this point in the history
  4. Payload hex parsing hack

    clabby committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    54129b7 View commit details
    Browse the repository at this point in the history
  5. Version byte?

    clabby committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    6126c93 View commit details
    Browse the repository at this point in the history
  6. Remove no_tx_pool temp

    clabby committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    7543a00 View commit details
    Browse the repository at this point in the history
  7. Fix deposit tx RLP

    clabby committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    d2155cd View commit details
    Browse the repository at this point in the history
  8. [temp] dbgs

    moar logs
    clabby committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    08e1ea4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    37ef33d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    392aee1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    fc6bb20 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #77 from anton-rs/refcell/small-nit-fixes

    fix(nits): Fixes some nits
    refcell authored Aug 17, 2023
    Configuration menu
    Copy the full SHA
    833da96 View commit details
    Browse the repository at this point in the history
  13. (╯°□°)╯︵ ┻━┻

    refcell committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    a9bf9d6 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #80 from anton-rs/refcell/nit-fixes

    chore: small nit fixes
    refcell authored Aug 17, 2023
    Configuration menu
    Copy the full SHA
    bcc19c9 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. Testing

    clabby committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    748b555 View commit details
    Browse the repository at this point in the history
  2. Gas limit override txenv

    clabby committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    b77583d View commit details
    Browse the repository at this point in the history
  3. Add base mainnet to arg utils

    clabby committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    3ba5b86 View commit details
    Browse the repository at this point in the history
  4. Remove a lotta debug comments

    clabby committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    0813119 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    041ed05 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    05e5622 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7f4108f View commit details
    Browse the repository at this point in the history
  8. Fix conflicts

    refcell committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    c39181c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6f822c2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    99d522d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    31fa610 View commit details
    Browse the repository at this point in the history
  12. executor regolith features

    clabby committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    c36e142 View commit details
    Browse the repository at this point in the history
  13. lint

    clabby committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    faa93c2 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #81 from anton-rs/refcell/more-upstream-sync

    chore: upstream sync
    refcell authored Aug 18, 2023
    Configuration menu
    Copy the full SHA
    bb8978c View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    e4afa79 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2023

  1. Executor + L1 fee fixes

    Executor + L1 fee fixes
    
    Disable balance check for deposit transactions pre-regolith
    
    Fix deposit RLP conflicts
    
    Executor + L1 fee fixes
    
    L1 fee
    
    Add L1 fee parsing test
    clabby committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    f05e317 View commit details
    Browse the repository at this point in the history
  2. More fixes

    x
    
    Payload builder update
    
    dbg
    
    x
    
    x
    
    L1 cost in payload builder
    
    Update DB when L1 cost is subtracted.
    
    lint
    clabby committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    43c98e1 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #79 from anton-rs/clabby/fixes

    spike: Sync errors
    refcell authored Aug 19, 2023
    Configuration menu
    Copy the full SHA
    14983f1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    896c3d1 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2023

  1. Resolve conflicts

    clabby committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    70ad7ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d2094d8 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #82 from anton-rs/clabby/sync-upstream

    Clabby/sync upstream
    refcell authored Aug 20, 2023
    Configuration menu
    Copy the full SHA
    95e0e2c View commit details
    Browse the repository at this point in the history
  4. Start more fixes

    clabby committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    a4a6574 View commit details
    Browse the repository at this point in the history
  5. test

    x
    clabby committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    f8f2c4d View commit details
    Browse the repository at this point in the history
  6. wat do

    x
    
    x
    
    x
    
    x
    
    x
    
    x
    clabby committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    f3463d1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dd9712b View commit details
    Browse the repository at this point in the history
  8. Remove debug logs

    clabby committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    3b225db View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0480cb6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0f6201d View commit details
    Browse the repository at this point in the history
  11. dbg

    x
    
    :broom:
    clabby committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    c62e4cd View commit details
    Browse the repository at this point in the history
  12. lint

    clabby committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    088e28f View commit details
    Browse the repository at this point in the history
  13. Merge pull request #83 from anton-rs/clabby/fixes-r2

    feat: fix syncing errors
    clabby authored Aug 20, 2023
    Configuration menu
    Copy the full SHA
    190ce4f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    8c2cfc9 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #84 from anton-rs/clabby/fix-ex-prune-tests

    chore: Fix tests with all feature flags enabled
    clabby authored Aug 20, 2023
    Configuration menu
    Copy the full SHA
    62c55a3 View commit details
    Browse the repository at this point in the history
  16. Start cleaning up no_tx_pool impl

    x
    clabby committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    a95e2b0 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    5f5e290 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Configuration menu
    Copy the full SHA
    cacc785 View commit details
    Browse the repository at this point in the history
  2. Do not activate Dao on OP

    clabby committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    728420c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4df55a8 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Configuration menu
    Copy the full SHA
    cbbcbee View commit details
    Browse the repository at this point in the history
  2. Clean up deposit tx failure

    clabby committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    41c9de0 View commit details
    Browse the repository at this point in the history
  3. Add execute_transactions to BlockExecutor trait

    Fix cumulative gas on failed deposit
    
    failed deposit receipt gas reporting
    clabby committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    254f9cd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1f842dd View commit details
    Browse the repository at this point in the history
  5. Merge pull request #85 from anton-rs/clabby/clean-up-no-tx-pool

    chore: Clean ups
    refcell authored Aug 23, 2023
    Configuration menu
    Copy the full SHA
    f5113cd View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. Gas diff fix

    clabby committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    4c0148e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #87 from anton-rs/clabby/gas-diff-fix

    fix(executor): Deposit Failure `CfgEnv` reset
    clabby authored Aug 24, 2023
    Configuration menu
    Copy the full SHA
    026e590 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. Fix receipts

    clabby committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    a50995f View commit details
    Browse the repository at this point in the history
  2. Try adding nonce to cfgenv

    clabby committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    cc37eee View commit details
    Browse the repository at this point in the history
  3. Force nonce into tx env

    clabby committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    5c9338e View commit details
    Browse the repository at this point in the history
  4. 🧹

    clabby committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    8f08db5 View commit details
    Browse the repository at this point in the history
  5. Draft receipt hydration

    clabby committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    d9cc2be View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    50ea8d8 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2023

  1. receipt hash test

    refcell committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    e228049 View commit details
    Browse the repository at this point in the history
  2. receipt hash test

    refcell committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    3ef39a9 View commit details
    Browse the repository at this point in the history
  3. receipt hash test

    refcell committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    5987a58 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d31c04f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    13e6bc6 View commit details
    Browse the repository at this point in the history
  6. 🧹 deposit nonce fix

    clabby committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    ab3438e View commit details
    Browse the repository at this point in the history
  7. Merge pull request #89 from anton-rs/refcell/receipt-hash-test

    add receipt root hash test for regolith block
    clabby authored Aug 26, 2023
    Configuration menu
    Copy the full SHA
    7b5934d View commit details
    Browse the repository at this point in the history
  8. 🧹 lint

    clabby committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    6c6e947 View commit details
    Browse the repository at this point in the history
  9. 🧹 x2

    clabby committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    fb0fb11 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    eb21cb0 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2023

  1. Configuration menu
    Copy the full SHA
    e256007 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #92 from anton-rs/fix/reverted-deposit-regolith-gas

    fix: Gas accounting for reverting deposits post-regolith
    refcell authored Aug 27, 2023
    Configuration menu
    Copy the full SHA
    3855777 View commit details
    Browse the repository at this point in the history
  3. Fix halt

    clabby committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    2dc300c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9b1821f View commit details
    Browse the repository at this point in the history
  5. Merge upstream

    clabby committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    513bec2 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. chore: lint

    clabby committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    de038f7 View commit details
    Browse the repository at this point in the history
  2. Fix code lints

    refcell committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    7d311b8 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'clabby/merge-upstream' of github.com:anton-rs/op-reth i…

    …nto clabby/merge-upstream
    refcell committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    e3f5e75 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #94 from anton-rs/clabby/merge-upstream

    feat: Merge with upstream
    clabby authored Aug 28, 2023
    Configuration menu
    Copy the full SHA
    475ccd0 View commit details
    Browse the repository at this point in the history
  5. Fix comments

    refcell committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    7d5f543 View commit details
    Browse the repository at this point in the history
  6. More comment fixes

    refcell committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    7869520 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #95 from anton-rs/refcell/op-builder

    fix: comments
    clabby authored Aug 28, 2023
    Configuration menu
    Copy the full SHA
    358669b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    60b83b9 View commit details
    Browse the repository at this point in the history
  9. Remove c-kzg patch from diff

    clabby committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    87909d4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a053c26 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a01b9c9 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    54957c4 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #91 from anton-rs/roberto/fix-base-fee

    fix the base fee params for base mainnet
    clabby authored Aug 28, 2023
    Configuration menu
    Copy the full SHA
    3798be1 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a84ea91 View commit details
    Browse the repository at this point in the history
  15. Fix basefee tests

    refcell committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    6470379 View commit details
    Browse the repository at this point in the history
  16. Merge pull request #98 from anton-rs/rkrasiuk/perf-address-parsing

    perf(executor): pre-parse address constants
    refcell authored Aug 28, 2023
    Configuration menu
    Copy the full SHA
    6b110d9 View commit details
    Browse the repository at this point in the history
  17. Document added feature flags

    refcell committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    4a12a3a View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    5e046df View commit details
    Browse the repository at this point in the history
  19. Fix tests :doh:

    refcell committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    ce6731a View commit details
    Browse the repository at this point in the history
  20. Merge pull request #100 from anton-rs/refcell/feat-flag-docs

    fix: Document Additional Feature Flags
    refcell authored Aug 28, 2023
    Configuration menu
    Copy the full SHA
    a182909 View commit details
    Browse the repository at this point in the history
  21. move compile error to cli run

    refcell committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    f17dc3c View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    7edf44d View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    5b3b524 View commit details
    Browse the repository at this point in the history
  24. Update crates/storage/provider/src/post_state/mod.rs

    Co-authored-by: Roman Krasiuk <[email protected]>
    refcell and rkrasiuk authored Aug 28, 2023
    Configuration menu
    Copy the full SHA
    3321955 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    738d7da View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    4dfb9fa View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    6966735 View commit details
    Browse the repository at this point in the history
  28. Bump the nonce on deposit EVM halt

    Attempt #2
    clabby committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    f2e6bd0 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    08ed3d3 View commit details
    Browse the repository at this point in the history
  30. Fix parse typo

    refcell committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    afb8172 View commit details
    Browse the repository at this point in the history
  31. Merge pull request #102 from anton-rs/refcell/feat-compile-error

    fix: Feature Flag Compiling Errors
    refcell authored Aug 28, 2023
    Configuration menu
    Copy the full SHA
    ee59168 View commit details
    Browse the repository at this point in the history
  32. Merge pull request #104 from anton-rs/refcell/compat-tx-type-comment

    fix: Comment on the Compat Tx Type Buffer Reading
    refcell authored Aug 28, 2023
    Configuration menu
    Copy the full SHA
    19d082d View commit details
    Browse the repository at this point in the history
  33. Merge pull request #105 from anton-rs/refcell/signed-tx-construction

    fix: Signed Transaction Instantiation
    refcell authored Aug 28, 2023
    Configuration menu
    Copy the full SHA
    06e503d View commit details
    Browse the repository at this point in the history
  34. Merge pull request #106 from anton-rs/refcell/rename-redundancies

    fix: Redundant Serde Camel Case Renames in RPC Transaction Receipt
    refcell authored Aug 28, 2023
    Configuration menu
    Copy the full SHA
    8924c5e View commit details
    Browse the repository at this point in the history
  35. Merge pull request #99 from anton-rs/refcell/fix-basefee-tests

    fix: basefee tests
    refcell authored Aug 28, 2023
    Configuration menu
    Copy the full SHA
    c21a224 View commit details
    Browse the repository at this point in the history
  36. Merge pull request #101 from anton-rs/refcell/chain-name-kebab-case

    fix: Switch chain names to kebab casing
    refcell authored Aug 28, 2023
    Configuration menu
    Copy the full SHA
    7a4536a View commit details
    Browse the repository at this point in the history
  37. Merge pull request #103 from anton-rs/refcell/remove-u64-serde-helper…

    …-feat-flag
    
    fix: Remove Optimism Feat on U64 Serde Helper
    refcell authored Aug 28, 2023
    Configuration menu
    Copy the full SHA
    d311c2e View commit details
    Browse the repository at this point in the history
  38. Merge pull request #107 from anton-rs/clabby/fix-deposit-contract-cre…

    …ation
    
    Bump the nonce on deposit EVM halt
    clabby authored Aug 28, 2023
    Configuration menu
    Copy the full SHA
    2d70e0b View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Configuration menu
    Copy the full SHA
    973cc9a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5b4bd07 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #109 from anton-rs/refcell/upstream-sync-open

    chore: upstream sync
    refcell authored Aug 29, 2023
    Configuration menu
    Copy the full SHA
    455d637 View commit details
    Browse the repository at this point in the history
  4. Another upstream sync

    refcell committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    bf9901d View commit details
    Browse the repository at this point in the history
  5. Merge pull request #110 from anton-rs/another-upstream-sync

    Another upstream sync
    refcell authored Aug 29, 2023
    Configuration menu
    Copy the full SHA
    e7a6771 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9122353 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #112 from anton-rs/refcell/fix-deposit-tx-comments

    fix:  Deposit Transaction Doc Comments
    refcell authored Aug 29, 2023
    Configuration menu
    Copy the full SHA
    5d7ea82 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. Fix sequencer tx forwarding

    clabby committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    68b621a View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. Replace hyper w/ reqwest

    clabby committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    4c00711 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #113 from anton-rs/cl/sequencer_forwarding_fix

    fix: sequencer tx forwarding
    refcell authored Sep 1, 2023
    Configuration menu
    Copy the full SHA
    b8fd4dd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2a89bcd View commit details
    Browse the repository at this point in the history
  4. lints

    clabby committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    d7dd0e2 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #114 from anton-rs/clabby/merge-upstream-831

    chore: Merge with upstream
    refcell authored Sep 1, 2023
    Configuration menu
    Copy the full SHA
    fc8ebf9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a8978e2 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #115 from anton-rs/clabby/fix-ci

    feat: Run tests with and without `optimism` feature flag
    clabby authored Sep 1, 2023
    Configuration menu
    Copy the full SHA
    03395dc View commit details
    Browse the repository at this point in the history
  8. Rename test jobs

    clabby committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    3bc22fa View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ada47ff View commit details
    Browse the repository at this point in the history
  10. Merge pull request #116 from anton-rs/refcell/last-upstream-fix-maybe

    chore: possibly the last upstream sync pr
    refcell authored Sep 1, 2023
    Configuration menu
    Copy the full SHA
    c23408f View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

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

Commits on Sep 6, 2023

  1. Merge pull request #117 from anton-rs/refcell/upstream-sync-new

    chore: upstream sync
    clabby authored Sep 6, 2023
    Configuration menu
    Copy the full SHA
    a956013 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. Configuration menu
    Copy the full SHA
    8fbba1e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c14c339 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2023

  1. Merge pull request #119 from anton-rs/refcell/ethers-bump

    fix: Base Mainnet Chain Accessor
    refcell authored Sep 9, 2023
    Configuration menu
    Copy the full SHA
    122be97 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #118 from anton-rs/refcell/quick-upstream-sync-2

    chore: upstream sync
    refcell authored Sep 9, 2023
    Configuration menu
    Copy the full SHA
    09ff7e4 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. Upstream sync for wed review

    refcell committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    1decac7 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. Merge pull request #121 from anton-rs/refcell/up-sync

    chore: upstream sync
    clabby authored Sep 13, 2023
    Configuration menu
    Copy the full SHA
    588be43 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0619eb9 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #122 from anton-rs/cl/merge-upstream

    chore: Merge upstream
    refcell authored Sep 13, 2023
    Configuration menu
    Copy the full SHA
    12c8750 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2023

  1. Merge upstream

    clabby committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    8c546b1 View commit details
    Browse the repository at this point in the history
  2. More conflict resolving

    clabby committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    dc9ee70 View commit details
    Browse the repository at this point in the history
  3. checkpoint

    clabby committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    32c9046 View commit details
    Browse the repository at this point in the history
  4. Checkpoint bravo

    clabby committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    43309e1 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2023

  1. revm env [wip]

    clabby committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    c2ea10f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e173828 View commit details
    Browse the repository at this point in the history
  3. clippy + 🧹

    clabby committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    504273d View commit details
    Browse the repository at this point in the history
  4. Patch revm

    clabby committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    95abdc8 View commit details
    Browse the repository at this point in the history
  5. lint

    clabby committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    dc97883 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0977eb7 View commit details
    Browse the repository at this point in the history
  7. Pass compute_pending_block

    clabby committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    9cc55d5 View commit details
    Browse the repository at this point in the history
  8. 🧹

    clabby committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    a778a50 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. Configuration menu
    Copy the full SHA
    4e7cdfb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f2ea91 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d4b0fcf View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. Receipt roots

    clabby committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    3ce4b83 View commit details
    Browse the repository at this point in the history
  2. 🧹

    clabby committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    53b1a18 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2023

  1. db load smell

    clabby committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    10b5881 View commit details
    Browse the repository at this point in the history