Skip to content

Commit

Permalink
fix lints
Browse files Browse the repository at this point in the history
  • Loading branch information
sapinb committed Jul 30, 2024
1 parent 46e0b32 commit 36c6e9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/evmexec/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ name = "alpen-vertex-evmexec"
version = "0.1.0"

[dependencies]
anyhow = { workspace = true }
alpen-vertex-db = { workspace = true }
alpen-vertex-evmctl = { workspace = true }
alpen-vertex-primitives = { workspace = true }
alpen-vertex-state = { workspace = true }
anyhow = { workspace = true }
arbitrary = { workspace = true }
borsh = { workspace = true }
futures = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion functional-tests/entry.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ def init(self, ctx: flexitest.EnvContext) -> flexitest.LiveEnv:
rpc_pass = bitcoind.get_prop("rpc_password")
rpc_sock = f"localhost:{rpc_port}"
sequencer = seq_fac.create_sequencer(rpc_sock, rpc_user, rpc_pass, reth_socket, reth_secret_path)
# need to wait for atleast `genesis_l1_height` blocks to be generated. sleeping some more for safety
# need to wait for at least `genesis_l1_height` blocks to be generated. sleeping some more for safety
time.sleep(BLOCK_GENERATION_INTERVAL_SECS * 10)

svcs = {"bitcoin": bitcoind, "sequencer": sequencer, "reth": reth}
Expand Down

0 comments on commit 36c6e9a

Please sign in to comment.