Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #1537 from nitper/patch-1 | Alex Browne | 2019-01-23 | 1 | -0/+1 |
|\ | | | | | [fix] allow devnet rpc to listen on any vhost | ||||
| * | allow devnet rpc to listen on any vhost | nitper | 2019-01-23 | 1 | -0/+1 |
| | | | | | | geth's default value for `--rpcvhosts` is `localhost`, which does not work when trying to use the devnet in certain environments such as `docker-compose` or `gitlab-ci` | ||||
* | | Add docker-compose basic config (#1538) | Benjamin | 2019-01-23 | 1 | -0/+8 |
|/ | | | Add docker-compose.yml config for 0x-devnet package. This can be expanded upon in future if necessary. | ||||
* | Revert devnet mining period from 1 to 0 | Leonid Logvinov | 2019-01-17 | 1 | -1/+1 |
| | |||||
* | Merge development | Leonid Logvinov | 2019-01-14 | 1 | -2/+1 |
|\ | |||||
| * | Update prettier to version ^1.15.3 | Alex Browne | 2019-01-11 | 1 | -2/+1 |
| | | |||||
* | | Generate blocks at interval for truffle | Remco Bloemen | 2019-01-11 | 1 | -1/+1 |
|/ | |||||
* | Improve reliability of the minimum block number hack for the devnet/geth | Alex Browne | 2018-06-29 | 1 | -21/+2 |
| | |||||
* | Increase delay when sending transactions during devnet startup | Alex Browne | 2018-06-12 | 1 | -2/+2 |
| | |||||
* | Run contracts tests against Geth in CI | Alex Browne | 2018-06-08 | 1 | -0/+2 |
| | |||||
* | Apply various fixes based on PR feedback | Alex Browne | 2018-06-07 | 1 | -5/+19 |
| | |||||
* | Document debug_increaseTime method and fix typo in devnet README | Alex Browne | 2018-06-07 | 1 | -1/+36 |
| | |||||
* | Remove outdated todo | Alex Browne | 2018-06-07 | 1 | -4/+0 |
| | |||||
* | Add more transactions to Geth on init. Skip tests that are failing. | Alex Browne | 2018-06-07 | 3 | -9/+14 |
| | |||||
* | Increase gas limit to account for bigger ExchangeContract | Alex Browne | 2018-06-07 | 2 | -2/+2 |
| | |||||
* | Use Geth for contract tests | Alex Browne | 2018-06-07 | 16 | -0/+210 |