Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: erigontech/erigon
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.0.8
Choose a base ref
...
head repository: erigontech/erigon
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.0.9
Choose a head ref
  • 7 commits
  • 9 files changed
  • 5 contributors

Commits on Jun 24, 2025

  1. tests: revert inadvertent update of execution-spec-tests (#15716)

    PR #15559 inadvertently updated the `execution-spec-tests` submodule,
    leading to CI
    [failures](https://github.com/erigontech/erigon/actions/runs/15820036954/job/44587011094)
    like
    ````
    TestExecutionSpecBlockchain/osaka/eip7918_blob_reserve_price/blob_base_fee/reserve_price_various_base_fee_scenarios.json/tests/osaka/eip7918__base_fee_per_gas_17]_38 (0.00s)
                block_test.go:79: unsupported fork "Osaka"
    ````
    yperbasis authored Jun 24, 2025
    Configuration menu
    Copy the full SHA
    c7247e0 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2025

  1. Configuration menu
    Copy the full SHA
    a0bd8ae View commit details
    Browse the repository at this point in the history
  2. [r30] qa-tests: temporarily disable bor-mainnet from sync-from-scratc…

    …h test (#15680)
    
    We need to wait for the snapshots to be recreated.
    mriccobene authored Jun 25, 2025
    Configuration menu
    Copy the full SHA
    bf72e03 View commit details
    Browse the repository at this point in the history
  3. Fix post hiemdall v2 sync stall (#15735)

    This fixes an issue with erigon during the Heimdall v1->V2 migration
    where
    
    1. Erigon waits for hiemdall to get into sync - which is not going to
    happen for a potentially long period of time (several hours)
    2. On syncing Erigon stalls because it can't fetch enough backward
    headers due to loack of milestones and checkpoints
    mh0lt authored Jun 25, 2025
    Configuration menu
    Copy the full SHA
    ce9f152 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a5dc3e7 View commit details
    Browse the repository at this point in the history
  5. add small prune timeout (not 10 mins) (#15744)

    This adds code to exec to set a shortened prune timeout in exec if we're
    processing at the tip. This fix applies the same rules about timeouts in
    exec that pruning in the sync loop does,
    mh0lt authored Jun 25, 2025
    Configuration menu
    Copy the full SHA
    836fce7 View commit details
    Browse the repository at this point in the history
  6. Update version.go (#15745)

    VBulikov authored Jun 25, 2025
    Configuration menu
    Copy the full SHA
    aa4bad1 View commit details
    Browse the repository at this point in the history
Loading