Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions espresso/devnet-tests/challenge_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ import (
)

func TestChallengeGame(t *testing.T) {
t.Skip("Temporarily skipped: Re-enable once Succinct Integration is investigated.")

ctx, cancel := context.WithCancel(context.Background())
defer cancel()

Expand Down
2 changes: 2 additions & 0 deletions espresso/devnet-tests/withdraw_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,8 @@ func finalizeWithdrawal(d *Devnet, ctx context.Context, t *testing.T, userAddres
}

func TestWithdrawal(t *testing.T) {
t.Skip("Temporarily skipped: Re-enable once Succinct Integration is investigated.")

ctx, cancel := context.WithCancel(context.Background())
defer cancel()

Expand Down
1 change: 1 addition & 0 deletions espresso/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Espresso OP Integration Docker Setup
# Trigger docker-images workflow

services:
l1-data-init:
Expand Down
3 changes: 1 addition & 2 deletions espresso/scripts/prepare-allocs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,7 @@ dasel put -f "${DEPLOYER_DIR}/intent.toml" -s .chains.[0].roles.proposer -v "${P

# Fill in a specified create2Salt for the deployer, in order to ensure that the
# contract addresses are deterministic.
# Temporarily commenting out to test if this is causing deployment failures
# dasel put -f "${DEPLOYER_DIR}/state.json" -s create2Salt -v "0xaecea4f57fadb2097ccd56594f2f22715ac52f92971c5913b70a7f1134b68feb"
dasel put -f "${DEPLOYER_DIR}/state.json" -s create2Salt -v "0xaecea4f57fadb2097ccd56594f2f22715ac52f92971c5913b70a7f1134b68feb"

op-deployer apply --l1-rpc-url "${ANVIL_URL}" \
--workdir "${DEPLOYER_DIR}" \
Expand Down
Loading