mirror of
https://github.com/vacp2p/linea-monorepo.git
synced 2026-01-09 04:08:01 -05:00
State recover part 4 (#324)
* statereover: adds working StateRecoverApp, besu-plugin and Integration tests --------- Signed-off-by: Pedro Novais <1478752+jpnovais@users.noreply.github.com> Co-authored-by: jonesho <81145364+jonesho@users.noreply.github.com>
This commit is contained in:
@@ -87,7 +87,7 @@ allprojects {
|
||||
systemProperty("L1_RPC_URL", "http://localhost:8445")
|
||||
systemProperty("L2_RPC_URL", "http://localhost:8545")
|
||||
systemProperty("L1_GENESIS", "docker/config/l1-node/el/genesis.json")
|
||||
systemProperty("L2_GENESIS", "docker/config/linea-local-dev-genesis.json")
|
||||
systemProperty("L2_GENESIS", "docker/config/linea-local-dev-genesis-PoA.json")
|
||||
|
||||
systemProperties["junit.jupiter.execution.timeout.default"] = "5 m" // 5 minutes
|
||||
systemProperties["junit.jupiter.execution.parallel.enabled"] = true
|
||||
@@ -203,7 +203,8 @@ dockerCompose {
|
||||
"staterecover"
|
||||
]
|
||||
useComposeFiles = [
|
||||
"${project.rootDir.path}/docker/compose.yml"
|
||||
"${project.rootDir.path}/docker/compose.yml",
|
||||
"${project.rootDir.path}/docker/compose-local-dev-traces-v2.overrides.yml"
|
||||
]
|
||||
waitForHealthyStateTimeout = Duration.ofMinutes(3)
|
||||
waitForTcpPorts = false
|
||||
|
||||
Reference in New Issue
Block a user