Geth 1.13 (Cancun) update #8

Open
roysc wants to merge 10 commits from update-geth-1.13 into v5
Member
- Changes contract tests for EIP-6780 (selfdestruct change) - see https://git.vdb.to/cerc-io/ipld-eth-server/pulls/264. - Beacon block roots are now injected into the blockchain before processing transactions (https://eips.ethereum.org/EIPS/eip-4788)
roysc added 7 commits 2024-04-25 11:53:43 +00:00
fix state processing

read only db
use tx-spammer in tests
All checks were successful
Unit and integration tests / Run unit tests (pull_request) Successful in 11m18s
Unit and integration tests / Run integration tests (pull_request) Successful in 42m11s
042fc9a36c
roysc requested review from telackey 2024-04-25 12:12:18 +00:00
roysc requested review from jonathanface 2024-04-25 12:12:18 +00:00
jonathanface reviewed 2024-04-25 13:43:12 +00:00
@ -0,0 +27,4 @@
Ethash: new(params.EthashConfig),
}
var TestDBConfig, _ = postgres.TestConfig.WithEnv()
Owner

is the _ an error? Should be checked if so

is the _ an error? Should be checked if so
roysc marked this conversation as resolved
jonathanface approved these changes 2024-04-25 13:45:51 +00:00
roysc added 1 commit 2024-04-25 15:20:12 +00:00
Check error
Some checks failed
Unit and integration tests / Run unit tests (pull_request) Failing after 1s
Unit and integration tests / Run integration tests (pull_request) Failing after 39m14s
51b024a2d5
roysc added 1 commit 2024-05-29 12:36:10 +00:00
module tags
Some checks failed
Unit and integration tests / Run integration tests (pull_request) Failing after 2m25s
Unit and integration tests / Run unit tests (pull_request) Successful in 10m43s
a4059d79bc
roysc added 1 commit 2024-06-10 12:12:05 +00:00
fix stack refs
Some checks failed
Unit and integration tests / Run unit tests (pull_request) Successful in 10m40s
Unit and integration tests / Run integration tests (pull_request) Failing after 30m2s
405f9ae01c
dboreham was assigned by roysc 2024-06-13 12:11:05 +00:00
Some checks failed
Unit and integration tests / Run unit tests (pull_request) Successful in 10m40s
Unit and integration tests / Run integration tests (pull_request) Failing after 30m2s
This pull request can be merged automatically.
You are not authorized to merge this pull request.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin update-geth-1.13:update-geth-1.13
git checkout update-geth-1.13
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: cerc-io/ipld-eth-db-validator#8
No description provided.