Add Plugeth stack #14

Merged
roysc merged 24 commits from plugeth-stack into main 2024-07-10 01:28:10 +00:00
Showing only changes of commit 849bb0a4f1 - Show all commits

View File

@ -69,7 +69,7 @@ echo "deploy create test: passed"
$SO_COMMAND deployment --dir $test_deployment_dir start $SO_COMMAND deployment --dir $test_deployment_dir start
geth_endpoint=localhost:$($SO_COMMAND deployment --dir $test_deployment_dir ports fixturenet-eth-geth-1 8545 | cut -d: -f2) geth_endpoint=localhost:$($SO_COMMAND deployment --dir $test_deployment_dir port fixturenet-eth-geth-1 8545 | cut -d: -f2)
timeout=900 # 15 minutes timeout=900 # 15 minutes
log_info "Getting initial block number. Timeout set to $timeout seconds" log_info "Getting initial block number. Timeout set to $timeout seconds"