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

Merge branch 'release/2.60' into 'release/2.61' #12808

Merged
merged 7 commits into from
Nov 20, 2024
Merged

Commits on Oct 29, 2024

  1. e2: don't reopen files when new created (#12514)

    Cherry pick #12375 into `release/2.60`
    
    Co-authored-by: Alex Sharov <AskAlexSharov@gmail.com>
    yperbasis and AskAlexSharov authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    13e8803 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. trace API: commit state changes from InitializeBlockExecution (#12559)

    Prior to this PR in `callManyTransactions` (invoked by `trace_block`)
    changes made by `InitializeBlockExecution` were discarded, leading to
    issues like #12432. That was immaterial before since no much was
    happening at the beginning of a block. But that changed in Dencun with
    [EIP-4788](https://eips.ethereum.org/EIPS/eip-4788) – see `(s *Merge)
    Initialize`.
    yperbasis authored Oct 31, 2024
    Configuration menu
    Copy the full SHA
    fa452c5 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

  1. qa-tests: handle Erigon2 json rpc api improvements regarding the erro…

    …r reason (#12547)
    
    Erigon2 v2.6x add correct **error reason** to some json rpc api
    responses.
    Previously, the expected reason for the error was "{}".
    
    Affected apis are `debug_traceCall`, `debug_traceCallMany`,
    `debug_traceTransaction`.
    
    This PR uses a new branch of the rpc-tests repo that has been updated
    with these changes.
    mriccobene authored Nov 1, 2024
    Configuration menu
    Copy the full SHA
    679e16b View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

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

Commits on Nov 7, 2024

  1. Sync GIT_TAG with main branch (#12658)

    changes:
    -  7 chars for commit id
    - match pattern *.*.* (for example -- it will match v2.60.9 or 2.60.9)
    lystopad authored Nov 7, 2024
    Configuration menu
    Copy the full SHA
    04f94b4 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. Create git tag before release build, small cosmetic changes. (#12721)

    See #12661 for more details.
    Changes:
    - workflow will create git tag referencing to the last commit id in
    "checkout_ref" (branch name as for now)
    - in case of not successful build -- second job will start and will
    remove git tag.
    - workflow will now contain useful name which reflects released version,
    branch used to build artifacts and person who run workflow.
    - latest docker base images debian:12.8-slim
    lystopad authored Nov 14, 2024
    Configuration menu
    Copy the full SHA
    9d2d6a8 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2024

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