Mark Tyneway

Results 574 comments of Mark Tyneway

@ben-chain Ok sounds good to me, I told @TransmissionsDev that I'd verify the kovan deployment for him and generally people will find it easier to develop if the contract is...

Once we have `hardhat deploy` then this script will be deprecated. Just placing it here for now

Please be sure to fix the linting errors and its important to make the tests pass in CI. Have you tried syncing the node against the upgraded testnet?

@andrewcottage Thanks for being interested in helping out Andrew! More review can always help and also verifying that it can sync on the Schnorr Testnet. Also verifying that all of...

Also see here: http://bcoin.io/api-docs/index.html#get-server-info ``` curl $url | jq .time.uptime ```

Should also add a bcash `docker-compose` file

Only if the token from the front end is different than the token on the backend, because that token needs to be proxied for some requests. I think an exception...

running `npm install` deletes things installed by start script since they are not in `package.json`

This looks like you have another application running on port 80 and the applications are conflicting as both are trying to bind to port 80