Commit Graph

31 Commits

Author SHA1 Message Date
61bad072f8 Support validator withdrawals (#19)
All checks were successful
Publish Ethereum Fixturenet Stack Container Images / Publish Ethereum Fixturenet Stack Container Images (push) Successful in 23m28s
Test Ethereum Fixturenet Stack / Run Ethereum Fixturenet stack test (push) Successful in 24m11s
Test Ethereum Plugeth Fixturenet Stack / Test fixturenet-plugeth stack (ubuntu-latest) (push) Successful in 31m30s
Test Ethereum Plugeth Fixturenet Stack / Test fixturenet-plugeth stack (ubuntu-latest-arm) (push) Successful in 42m4s
Adds CL spec settings to enable validator withdrawals and expedite them by reducing the delays between withdrawal (and validator exit) initiation and execution.

To create a testnet genesis Beacon state where withdrawals and exits are possible, this also depends on cerc-io/lighthouse#1.

Reviewed-on: #19
Reviewed-by: David Boreham <dboreham@noreply.git.vdb.to>
2024-08-05 14:06:43 +00:00
f2d11f314c Trigger container publish job
All checks were successful
Publish Ethereum Fixturenet Stack Container Images / Publish Ethereum Fixturenet Stack Container Images (push) Successful in 22m15s
Test Ethereum Fixturenet Stack / Run Ethereum Fixturenet stack test (push) Successful in 20m8s
Test Ethereum Plugeth Fixturenet Stack / Test fixturenet-plugeth stack (ubuntu-latest) (push) Successful in 28m30s
Test Ethereum Plugeth Fixturenet Stack / Test fixturenet-plugeth stack (ubuntu-latest-arm) (push) Successful in 38m11s
2024-08-01 14:10:08 +00:00
7ef20f94b3 Trigger container publish job
All checks were successful
Publish Ethereum Fixturenet Stack Container Images / Publish Ethereum Fixturenet Stack Container Images (push) Successful in 21m45s
Test Ethereum Fixturenet Stack / Run Ethereum Fixturenet stack test (push) Successful in 19m47s
Test Ethereum Plugeth Fixturenet Stack / Test fixturenet-plugeth stack (ubuntu-latest) (push) Successful in 28m22s
Test Ethereum Plugeth Fixturenet Stack / Test fixturenet-plugeth stack (ubuntu-latest-arm) (push) Successful in 34m1s
2024-07-31 19:37:02 +00:00
27503949ab Add Slack alerts for CI test failures (#20)
Some checks failed
Test Ethereum Fixturenet Stack / Run Ethereum Fixturenet stack test (push) Has been cancelled
Test Ethereum Plugeth Fixturenet Stack / Test fixturenet-plugeth stack (ubuntu-latest) (push) Has been cancelled
Test Ethereum Plugeth Fixturenet Stack / Test fixturenet-plugeth stack (ubuntu-latest-arm) (push) Has been cancelled
To replace the alerts in the stack-orchestrator repo.

Reviewed-on: #20
Reviewed-by: David Boreham <dboreham@noreply.git.vdb.to>
2024-07-31 19:30:21 +00:00
fe5e10fdbc Fix status script fork check (#18)
All checks were successful
Test Ethereum Fixturenet Stack / Run Ethereum Fixturenet stack test (push) Successful in 18m37s
Test Ethereum Plugeth Fixturenet Stack / Test fixturenet-plugeth stack (push) Successful in 27m28s
Fixes the `status.sh` script to recognize Capella and Deneb as post-Merge forks.

Fixes #17.

Reviewed-on: #18
2024-07-24 03:28:58 +00:00
4c886dbdd1 Add geth API flags for statediff (#16)
All checks were successful
Test Ethereum Fixturenet Stack / Run Ethereum Fixturenet stack test (push) Successful in 18m15s
Test Ethereum Plugeth Fixturenet Stack / Test fixturenet-plugeth stack (push) Successful in 27m20s
Patch for Plugeth stack. `statediff` RPC API is currently only used by ipld-eth-server.

Reviewed-on: #16
2024-07-13 11:08:17 +00:00
0d63b95f7d Add Plugeth stack (#14)
All checks were successful
Test Ethereum Fixturenet Stack / Run Ethereum Fixturenet stack test (push) Successful in 17m31s
Test Ethereum Plugeth Fixturenet Stack / Test fixturenet-plugeth stack (push) Successful in 26m34s
Adds definitions for Plugeth stack and `ipld-eth-db`.

Uses cerc-io/stack-orchestrator#851 in tests.

Reviewed-on: #14
2024-07-10 01:28:09 +00:00
f20f91422b Use state.scheme=hash (#15)
All checks were successful
Test Ethereum Fixturenet Stack / Run Ethereum Fixturenet stack test (push) Successful in 18m34s
As of [Geth 1.14](https://github.com/ethereum/go-ethereum/releases/tag/v1.14.0), state storage defaults to `--state.scheme=path` mode for new DBs. This doesn't yet support archiving, so for now we need to explicitly use the old `hash` scheme.

Reviewed-on: #15
2024-07-10 01:27:58 +00:00
e1faeb9eca Trigger container publish job
All checks were successful
Publish Ethereum Fixturenet Stack Container Images / Publish Ethereum Fixturenet Stack Container Images (push) Successful in 20m45s
Test Ethereum Fixturenet Stack / Run Ethereum Fixturenet stack test (push) Successful in 19m17s
2024-06-20 15:50:32 +00:00
af0c6a9143 Add an option to allow unprotected txs in geth (#8)
All checks were successful
Test Ethereum Fixturenet Stack / Run Ethereum Fixturenet stack test (push) Successful in 18m50s
Part of [Update Optimism stack to use Bedrock release](https://www.notion.so/Update-Optimism-stack-to-use-Bedrock-release-e44a490247724a6095a9fbc19fba3bcd)
- Add an env option (`CERC_ALLOW_UNPROTECTED_TXS`) to allow unprotected (non `EIP155`) txs in fixturenet geth node (disables replay protection)
  - Required by `fixturenet-optimism`

Reviewed-on: #8
Co-authored-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
Co-committed-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
2024-06-05 12:55:29 +00:00
fc8abf7bc4 Enable run on trigger
All checks were successful
Publish Ethereum Fixturenet Stack Container Images / Publish Ethereum Fixturenet Stack Container Images (push) Successful in 26m31s
Test Ethereum Fixturenet Stack / Run Ethereum Fixturenet stack test (push) Successful in 18m13s
2024-06-04 10:41:07 -06:00
0002a90523 Rename for clarity
All checks were successful
Publish Ethereum Fixturenet Stack Container Images / Publish Ethereum Fixturenet Stack Container Images (push) Successful in 29m35s
Test Ethereum Fixturenet Stack / Run Ethereum Fixturenet stack test (push) Successful in 29m55s
2024-06-04 10:00:01 -06:00
4296951f60 Tidy up job
All checks were successful
Ethereum Fixturenet Stack Test / Run Ethereum Fixturenet stack test (push) Successful in 36m25s
Publish Ethereum Fixturenet Stack Container Images / Publish Ethereum Fixturenet Stack Container Images (push) Successful in 36m46s
2024-06-04 08:43:28 -06:00
c4a45b7f04 Merge pull request 'Add job for image publication' (#12) from dboreham/publish-container-images into main
Some checks are pending
Ethereum Fixturenet Stack Test / Run Ethereum Fixturenet stack test (push) Waiting to run
Publish Ethereum Fixturenet Stack Container Images / Run Ethereum Fixturenet stack test (push) Waiting to run
Reviewed-on: #12
2024-06-04 14:40:07 +00:00
e6f2ec632f Add job for image publication 2024-06-04 08:38:23 -06:00
99ea065389 Use geth v1.14 (#7)
All checks were successful
Ethereum Fixturenet Stack Test / Run Ethereum Fixturenet stack test (push) Successful in 24m49s
Co-authored-by: David Boreham <david@bozemanpass.com>
Reviewed-on: #7
2024-05-31 18:07:20 +00:00
5f7798f392 Change schedule to try to get gitea to re-index
All checks were successful
Ethereum Fixturenet Stack Test / Run Ethereum Fixturenet stack test (push) Successful in 21m18s
2024-05-20 11:50:52 +00:00
759aeb245f Update .gitea/workflows/fixturenet-eth-stack.yml
All checks were successful
Ethereum Fixturenet Stack Test / Run Ethereum Fixturenet stack test (push) Successful in 21m11s
2024-05-17 02:36:45 +00:00
270cdd6eb3 Update .gitea/workflows/fixturenet-eth-stack.yml
Some checks failed
Ethereum Fixturenet Stack Test / Run Ethereum Fixturenet stack test (push) Has been cancelled
2024-05-17 02:36:17 +00:00
0430199348 Try making schedule definition exactly the same as in SO
All checks were successful
Ethereum Fixturenet Stack Test / Run Ethereum Fixturenet stack test (push) Successful in 21m4s
2024-05-15 09:09:38 -06:00
897a4bc997 Remove geth2 ports (#9)
Some checks failed
Ethereum Fixturenet Stack Test / Run Ethereum Fixturenet stack test (push) Failing after 55s
Not exposing the geth-2 ports will allow us to use `deploy init --map-ports-to-host any-same` without creating conflicts.

Reviewed-on: #9
Co-authored-by: Thomas E Lackey <telackey@bozemanpass.com>
Co-committed-by: Thomas E Lackey <telackey@bozemanpass.com>
2024-05-08 21:53:38 +00:00
4b7b9751fe Add CI schedule
All checks were successful
Ethereum Fixturenet Stack Test / Run Ethereum Fixturenet stack test (push) Successful in 23m19s
2024-05-05 22:08:45 +00:00
edc2e0756c Rename cerc-fixturenet-eth-genesis cerc-fixturenet-eth-genesis-premerge (#6)
All checks were successful
Ethereum Fixturenet Stack Test / Run Ethereum Fixturenet stack test (push) Successful in 24m1s
Reviewed-on: #6
Co-authored-by: Thomas E Lackey <telackey@bozemanpass.com>
Co-committed-by: Thomas E Lackey <telackey@bozemanpass.com>
2024-05-02 19:00:52 +00:00
84f9fed18b Use old genesis. (#4)
All checks were successful
Ethereum Fixturenet Stack Test / Run Ethereum Fixturenet stack test (push) Successful in 22m9s
Reviewed-on: #4
Co-authored-by: Thomas E Lackey <telackey@bozemanpass.com>
Co-committed-by: Thomas E Lackey <telackey@bozemanpass.com>
2024-05-01 22:26:22 +00:00
83fb0f92ea Add CI test (#3)
Some checks failed
Ethereum Fixturenet Stack Test / Run Ethereum Fixturenet stack test (push) Failing after 24m19s
Reviewed-on: #3
Co-authored-by: David Boreham <david@bozemanpass.com>
Co-committed-by: David Boreham <david@bozemanpass.com>
2024-05-01 20:17:18 +00:00
3587ba33c9 Merge pull request 'Move stack directories to new layout' (#2) from dboreham/refactor-stack-directories into main
Reviewed-on: #2
2024-04-29 23:12:11 +00:00
e93101e73b Move stack directories to new layout 2024-04-29 17:11:35 -06:00
1472eb2dbe Merge pull request 'Add readme doc' (#1) from dboreham/add-readme into main
Reviewed-on: #1
2024-04-25 12:31:24 +00:00
4abd474f31 Add readme doc 2024-04-25 06:30:09 -06:00
2b7f29f44c Migrate from SO repo 2024-04-25 06:23:30 -06:00
f64b903fc0 Initial commit 2024-04-25 12:05:13 +00:00