Commit Graph

11 Commits

Author SHA1 Message Date
fe5e10fdbc Fix status script fork check (#18)
Fixes the `status.sh` script to recognize Capella and Deneb as post-Merge forks.

Fixes cerc-io/fixturenet-eth-stacks#17.

Reviewed-on: cerc-io/fixturenet-eth-stacks#18
2024-07-24 03:28:58 +00:00
4c886dbdd1 Add geth API flags for statediff (#16)
Patch for Plugeth stack. `statediff` RPC API is currently only used by ipld-eth-server.

Reviewed-on: cerc-io/fixturenet-eth-stacks#16
2024-07-13 11:08:17 +00:00
0d63b95f7d Add Plugeth stack (#14)
Adds definitions for Plugeth stack and `ipld-eth-db`.

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

Reviewed-on: cerc-io/fixturenet-eth-stacks#14
2024-07-10 01:28:09 +00:00
f20f91422b Use state.scheme=hash (#15)
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: cerc-io/fixturenet-eth-stacks#15
2024-07-10 01:27:58 +00:00
af0c6a9143 Add an option to allow unprotected txs in geth (#8)
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: cerc-io/fixturenet-eth-stacks#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
99ea065389 Use geth v1.14 (#7)
Co-authored-by: David Boreham <david@bozemanpass.com>
Reviewed-on: cerc-io/fixturenet-eth-stacks#7
2024-05-31 18:07:20 +00:00
897a4bc997 Remove geth2 ports (#9)
Not exposing the geth-2 ports will allow us to use `deploy init --map-ports-to-host any-same` without creating conflicts.

Reviewed-on: cerc-io/fixturenet-eth-stacks#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
edc2e0756c Rename cerc-fixturenet-eth-genesis cerc-fixturenet-eth-genesis-premerge (#6)
Reviewed-on: cerc-io/fixturenet-eth-stacks#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)
Reviewed-on: cerc-io/fixturenet-eth-stacks#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)
Reviewed-on: cerc-io/fixturenet-eth-stacks#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
e93101e73b Move stack directories to new layout 2024-04-29 17:11:35 -06:00