Skip to content

Commit

Permalink
test: it works with the experiment flag
Browse files Browse the repository at this point in the history
Test with commit of this PR from plasma-contracts: 1d25e66420aaa4d23cac145c2ecea64123218b9a
Using MULTI_EXIT_GAME_EXPERIMENT flag.

omgnetwork/plasma-contracts#616
  • Loading branch information
boolafish committed Apr 28, 2020
1 parent a1955d7 commit 888286a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ commands:
curl -H "Authorization: token ${GITHUB_TOKEN}" -X POST -d "{\"body\": ${DATA} }" "https://api.github.com/repos/${CIRCLE_PROJECT_USERNAME}/${CIRCLE_PROJECT_REPONAME}/issues/${CIRCLE_PULL_REQUEST##*/}/comments"
fi
ls data/geth
docker-compose logs | grep "paymentV2ToPaymentV3Condition"
docker-compose down && sudo rm -rf data/geth/chaindata data/geth/LOCK data/geth/lightchaindata data/geth/nodekey data/geth/nodes data/geth/transactions.rlp
docker_import:
Expand Down
1 change: 1 addition & 0 deletions tester/CONTRACT_EXPERIMENTAL_FEATURES
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
MULTI_EXIT_GAME_EXPERIMENT=true
2 changes: 1 addition & 1 deletion tester/CONTRACT_SHA
Original file line number Diff line number Diff line change
@@ -1 +1 @@
a69c763f239b81c5eb46b0bbdef3459f764360dc
1d25e66420aaa4d23cac145c2ecea64123218b9a

0 comments on commit 888286a

Please sign in to comment.