-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Commits on Oct 29, 2024
-
e2: don't reopen files when new created (#12514)
Cherry pick #12375 into `release/2.60` Co-authored-by: Alex Sharov <AskAlexSharov@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 13e8803 - Browse repository at this point
Copy the full SHA 13e8803View commit details
Commits on Oct 31, 2024
-
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`.
Configuration menu - View commit details
-
Copy full SHA for fa452c5 - Browse repository at this point
Copy the full SHA fa452c5View commit details
Commits on Nov 1, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for 679e16b - Browse repository at this point
Copy the full SHA 679e16bView commit details
Commits on Nov 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3afee08 - Browse repository at this point
Copy the full SHA 3afee08View commit details
Commits on Nov 7, 2024
-
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)
Configuration menu - View commit details
-
Copy full SHA for 04f94b4 - Browse repository at this point
Copy the full SHA 04f94b4View commit details
Commits on Nov 14, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for 9d2d6a8 - Browse repository at this point
Copy the full SHA 9d2d6a8View commit details
Commits on Nov 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 693ee3a - Browse repository at this point
Copy the full SHA 693ee3aView commit details