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

Erigon v2.60.1 #403

Merged
merged 25 commits into from
Jun 5, 2024
Merged

Erigon v2.60.1 #403

merged 25 commits into from
Jun 5, 2024

Commits on May 17, 2024

  1. fix Consensus specification tests CI (erigontech#10391) (erigontech#1…

    …0396)
    
    Cherry-pick:
    erigontech@bc5fa6f
    
    Need this to get PR CI green for v2.60.1 patches, e.g. -
    erigontech#10390
    
    Co-authored-by: Andrew Ashikhmin <34320705+yperbasis@users.noreply.github.com>
    taratorio and yperbasis authored May 17, 2024
    Configuration menu
    Copy the full SHA
    ce8b757 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2024

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

Commits on May 20, 2024

  1. Fixed Bor Log appearing on Ethereum Mainnet (erigontech#10405) (erigo…

    …ntech#10420)
    
    Cherry-pick:
    erigontech@be889f6
    
    Co-authored-by: Giulio rebuffo <giulio.rebuffo@gmail.com>
    taratorio and Giulio2002 authored May 20, 2024
    Configuration menu
    Copy the full SHA
    6d4a614 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. fix gas price not right problem (erigontech#10456)

    Cherry pick PR erigontech#10451 into the release branch
    
    Co-authored-by: mars <marshalys@gmail.com>
    yperbasis and marshalys authored May 24, 2024
    Configuration menu
    Copy the full SHA
    7fced9f View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. eth_estimateGas: default feeCap to base fee (erigontech#10499)

    Copy PR erigontech#10495 into the release branch
    yperbasis authored May 27, 2024
    Configuration menu
    Copy the full SHA
    c0be07d View commit details
    Browse the repository at this point in the history
  2. Add flag for bor waypoint types (erigontech#10501)

    Cherry pick PR erigontech#10281 into the release branch
    
    Co-authored-by: Mark Holt <135143369+mh0lt@users.noreply.github.com>
    Co-authored-by: alex.sharov <AskAlexSharov@gmail.com>
    3 people authored May 27, 2024
    Configuration menu
    Copy the full SHA
    2e500bd View commit details
    Browse the repository at this point in the history
  3. try to fix 'method handler crashed' for debug_traceCall of erigontech…

    …#9090 (erigontech#10502)
    
    Cherry pick PR erigontech#10401 into the release branch
    
    Co-authored-by: mars <marshalys@gmail.com>
    yperbasis and marshalys authored May 27, 2024
    Configuration menu
    Copy the full SHA
    b0df97f View commit details
    Browse the repository at this point in the history
  4. diagnostics: cherry pick speedtest disable (erigontech#10509)

    Cherry pick PR erigontech#10449 into the release branch
    dvovk authored May 27, 2024
    Configuration menu
    Copy the full SHA
    7e1adef View commit details
    Browse the repository at this point in the history
  5. Enable DNS p2p discovery on holesky (erigontech#10507)

    Cherry pick PR erigontech#10460 into the release branch
    
    Co-authored-by: Willian Mitsuda <wmitsuda@gmail.com>
    yperbasis and wmitsuda authored May 27, 2024
    Configuration menu
    Copy the full SHA
    7b5653b View commit details
    Browse the repository at this point in the history
  6. fix eth_call 'method handler crashed' error when tx has set maxFeePer…

    …BlobGas (erigontech#10506)
    
    Cherry pick PR erigontech#10452 into the release branch
    
    Co-authored-by: mars <marshalys@gmail.com>
    yperbasis and marshalys authored May 27, 2024
    Configuration menu
    Copy the full SHA
    d3af203 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. e2: remove overlapped files only after merge (erigontech#10487)

    Otherwise: if start after `kill -9` in the middle of merge - may remove
    small files of 1 type of file, but leave small files of another type of
    files (which merge was not finished) - and leave node in un-mergable
    state: erigontech#10485
    
    ---------
    
    Co-authored-by: awskii <awskii@users.noreply.github.com>
    AskAlexSharov and awskii authored May 28, 2024
    Configuration menu
    Copy the full SHA
    608a940 View commit details
    Browse the repository at this point in the history
  2. add flag checking for pruning waypoints (erigontech#10508)

    Cherry pick PR erigontech#10468 into the release branch
    
    Co-authored-by: Mark Holt <135143369+mh0lt@users.noreply.github.com>
    yperbasis and mh0lt authored May 28, 2024
    Configuration menu
    Copy the full SHA
    e9840ad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9501f93 View commit details
    Browse the repository at this point in the history
  4. add lock to purgeMilestoneIDsList (erigontech#10524)

    Cherry pick PR erigontech#10493 into the release branch
    
    Co-authored-by: Mark Holt <135143369+mh0lt@users.noreply.github.com>
    yperbasis and mh0lt authored May 28, 2024
    Configuration menu
    Copy the full SHA
    128f015 View commit details
    Browse the repository at this point in the history
  5. polygon/heimdall: fix checkpoint json marshalling (erigontech#10530)

    Fixes a recent regression causing unwinds due to checkpoints having zero
    root hash:
    ```
    [WARN] [05-18|23:58:54.662] [bor] Root hash mismatch while whitelisting checkpoint expected=ac1c57270479250af3ce8eee90075cd8b2ba1bac55353105e063d9a4c87c743e got=0000000000000000000000000000000000000000000000000000000000000000
    [WARN] [05-18|23:58:54.662] [bor] Rewinding chain due to checkpoint root hash mismatch number=57125727
    ```
    
    Note this has already been fixed on Erigon 3 branch but as part of a
    non-related PR -
    https://github.com/ledgerwatch/erigon/pull/10124/files#diff-47d4532f399f2d6a45e6f19944a45c80bac573b4d1b5cb51485d0254229d1b16
    taratorio authored May 28, 2024
    Configuration menu
    Copy the full SHA
    f13762b View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Fix capacity for immediate appends (erigontech#10539)

    Cherry pick PR erigontech#10528 into the release branch
    
    Co-authored-by: Shoham Chakraborty <shhmchk@gmail.com>
    yperbasis and shohamc1 authored May 29, 2024
    Configuration menu
    Copy the full SHA
    b672fcb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c33912c View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

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

Commits on May 31, 2024

  1. blobGasPrice should be marshalled as hex (erigontech#10571)

    Cherry pick PR erigontech#10551 into the release branch
    yperbasis authored May 31, 2024
    Configuration menu
    Copy the full SHA
    efed89b View commit details
    Browse the repository at this point in the history
  2. Caplin: Fixed reforwarding of Bls Execution changes (erigontech#10577)

    Cherry pick PR erigontech#10546 into the release branch
    
    Co-authored-by: Giulio rebuffo <giulio.rebuffo@gmail.com>
    yperbasis and Giulio2002 authored May 31, 2024
    Configuration menu
    Copy the full SHA
    c3fcd76 View commit details
    Browse the repository at this point in the history
  3. Caplin: Proper "Normalization" of length of ForkVersions to 8 hex cha…

    …racters (erigontech#10578)
    
    Cherry pick PR erigontech#10512 into the release branch
    
    Co-authored-by: Giulio rebuffo <giulio.rebuffo@gmail.com>
    yperbasis and Giulio2002 authored May 31, 2024
    Configuration menu
    Copy the full SHA
    2e3d061 View commit details
    Browse the repository at this point in the history
  4. Caplin: Update BlobSidecars Beacon API endpoint to the latest specs (e…

    …rigontech#10580)
    
    Cherry pick PR erigontech#10576 into the release branch
    
    Co-authored-by: Giulio rebuffo <giulio.rebuffo@gmail.com>
    yperbasis and Giulio2002 authored May 31, 2024
    Configuration menu
    Copy the full SHA
    b29d137 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. bor blocks retire: infinity loop fix (erigontech#10596)

    Problem: `+1` was added to maxBlockNum instead of minBlockNum
    for: erigontech#10554
    AskAlexSharov authored Jun 3, 2024
    Configuration menu
    Copy the full SHA
    5bbcc7a View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

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

Commits on Jun 5, 2024

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