Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"container-tests" module. #1894

Merged
merged 14 commits into from
Apr 14, 2021
Prev Previous commit
Next Next commit
PR fixes.
Signed-off-by: Mark Terry <mark.terry@consensys.net>
  • Loading branch information
mark-terry committed Apr 7, 2021
commit ebe8586911529114fa000345626fd839c3701cdd
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ public class ContainerTestBase {
private final String goQuorumVersion = "21.1.0";
private final String tesseraVersion = "21.1.0";

protected final int defaultWait = 10;

protected final String goQuorumTesseraPubKey = "3XGBIf+x8IdVQOVfIsbRnHwTYOJP/Fx84G8gMmy8qDM=";
protected final String besuTesseraPubKey = "8JJLEAbq6o9m4Kqm++v0Y1n9Z2ryAFtZTyhnxSKWgws=";

Expand Down Expand Up @@ -169,7 +167,7 @@ private GenericContainer buildBesuContainer() {
"--rpc-http-port",
besuRpcPort.toString(),
"--rpc-http-api",
"ADMIN,ETH,NET,WEB3,PRIV,GOQUORUM",
"ADMIN,ETH,NET,WEB3,GOQUORUM",
"--goquorum-compatibility-enabled",
"--min-gas-price",
"0",
Expand Down
6 changes: 0 additions & 6 deletions container-tests/tests/src/test/resources/genesis.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,6 @@
"period": 2,
"epoch": 30000
},
"maxCodeSizeConfig": [
{
"block": 0,
"size": 35
}
],
"isQuorum": true
},
"coinbase":"0x0000000000000000000000000000000000000000",
Expand Down