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

Refactor/adding require failure messages #265

Merged
merged 13 commits into from Sep 11, 2019
Next

spitting the docker compose for the test net with no block time.

  • Loading branch information
Freydal committed Aug 30, 2019
commit 982e227e86086a32a2b8542bdfa2f0e9dfe84cc8
@@ -0,0 +1,9 @@
version: '3'
services:
kosu:
build:
context: .
dockerfile: kosu-test.Dockerfile
ports:
- 8545:8545
- 8546:8546
@@ -8,6 +8,7 @@
"geth:init": "yarn geth:clean && geth init genesis.json --datadir .",
"geth:start:old": "geth --datadir . --networkid 6174 --rpc --rpcaddr '0.0.0.0' --unlock=\"`cat accounts`\" --password=./passwords --etherbase \"0x54E60Bccc86A7Bad4BC68E36a8fde0F369aE849E\" --mine --rpccorsdomain '*' --rpcapi 'personal,db,eth,net,web3,txpool,miner,debug' console",
"kosu:start": "docker-compose up --force-recreate --build",
"kosu:test:start": "docker-compose -f docker-compose.test.yml up --force-recreate --build",
"build:kosu": "scripts/build-and-push-geth-image.sh kosu.Dockerfile ${npm_package_config_image_host} kosu-geth ${npm_package_version}",
"build:kosu-test": "scripts/build-and-push-geth-image.sh kosu-test.Dockerfile ${npm_package_config_image_host} kosu-test-geth ${npm_package_version}",
"build_and_push": "yarn build:kosu && yarn build:kosu-test"
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.