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

Upstream v2.60.9 #123

Merged
merged 25 commits into from
Nov 1, 2024
Merged

Upstream v2.60.9 #123

merged 25 commits into from
Nov 1, 2024

Conversation

boyuan-chen
Copy link

@boyuan-chen boyuan-chen commented Oct 31, 2024

lystopad and others added 25 commits September 18, 2024 15:31
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).
…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>
@boyuan-chen boyuan-chen merged commit 7a1fef8 into boba-develop Nov 1, 2024
8 checks passed
@boyuan-chen boyuan-chen deleted the upstream-v2.60.9 branch November 1, 2024 15:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.