forked from erigontech/erigon
-
Notifications
You must be signed in to change notification settings - Fork 8
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
Upstream v2.60.9 #123
Merged
Merged
Upstream v2.60.9 #123
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…h#12027) I am not sure about https://github.com/erigontech/erigon/pull/11897/files#diff-032140708bca135b7bd11337e3debb2651170c556efaa3c931896debca32eaf9L171 Please, check it and let me know if this commit should be also back-ported to release/2.60.
Changes: - new binaries for linux/amd64 (v1) - new docker image for linux/amd64 (v1) - improve dockerhub health score - remove checksum step from goreleaser and move it to workflow (due to dynamic archive for two amd64 cases) - use bigger runner - add Dockerfile stages for ci-cd routine builds (not required atm for release/2.60).
…igontech#12089) (erigontech#12241) cherry-pick erigontech#12089 into E2 erigontech#12085 Co-authored-by: Alex Sharov <AskAlexSharov@gmail.com>
…ontech#12249) This PR uses rpcdaemon to run the tests in order to avoid copying the db.
…ntech#12315) `ComputeTxEnv` relied on `txIndex < len(block.Transactions())` which is violated by Polygon's state sync event transaction. We handle this case by adding an early return for this case, returning only ibs and blockContext which is used during state sync event tracing. Fixes erigontech#11701, erigontech#12007
…ease/2.60 (erigontech#12303) Having started testing Erigon v.3 on Gnosis, it is necessary to distinguish between the pre-build database of v.2 and v.3 on the test runner.
…12096) As the MarshalJson function does not generate the gasPrice field. --------- Co-authored-by: qcloud <ubuntu@localhost.localdomain> Co-authored-by: Alex Sharov <AskAlexSharov@gmail.com>
Main changes: - get rid of goreleaser - use latest debian base image - build and deliver silkworm library and support for AMD64 and AMD64v2 - use golang debian bookworm 1.22 docker image to build artifacts - use github workflow cache with a week number in the name (to avoid use of expired content)
…ontech#12342) Refinement from erigontech#12315 as this condition should only be allowed under certain cases.
Following erigontech#12342, we were missing a check on `debug_traceBlockByNumber` for state sync events during `ComputeTxEnv`.
same as erigontech#11710 and erigontech#12351 but for 2.60 Co-authored-by: JkLondon <ilya@mikheev.fun>
mmontour1306
approved these changes
Nov 1, 2024
jyellick
approved these changes
Nov 1, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Merge erigon upstream https://github.com/erigontech/erigon/releases/tag/v2.60.9