From 3437c744fac38f4ee9bc0ed6cabeb1058c097f2f Mon Sep 17 00:00:00 2001 From: Dimitry Date: Thu, 25 Oct 2018 01:36:11 +0300 Subject: sstore collision overwrite sstore external call overwrite sstore --- Retesteth/eth/config | 5 +++++ Retesteth/eth/eth.sh | 2 ++ 2 files changed, 7 insertions(+) create mode 100644 Retesteth/eth/config create mode 100644 Retesteth/eth/eth.sh (limited to 'Retesteth') diff --git a/Retesteth/eth/config b/Retesteth/eth/config new file mode 100644 index 000000000..211eea22f --- /dev/null +++ b/Retesteth/eth/config @@ -0,0 +1,5 @@ +{ + "name" : "CPP Client", + "socketType" : "ipc", + "socketAddress" : "local" +} diff --git a/Retesteth/eth/eth.sh b/Retesteth/eth/eth.sh new file mode 100644 index 000000000..a822578d7 --- /dev/null +++ b/Retesteth/eth/eth.sh @@ -0,0 +1,2 @@ +echo "Starting $1 $2" +eth --test --db-path $1 --ipcpath $2 --log-verbosity 4 -- cgit v1.2.3