aboutsummaryrefslogtreecommitdiffstats
path: root/packages/devnet
Commit message (Collapse)AuthorAgeFilesLines
* Deploy @dexon-foundation/0x.jsstableHsuan Lee2019-03-0617-251/+0
|
* Merge pull request #1537 from nitper/patch-1Alex Browne2019-01-231-0/+1
|\ | | | | [fix] allow devnet rpc to listen on any vhost
| * allow devnet rpc to listen on any vhostnitper2019-01-231-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)Benjamin2019-01-231-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 0Leonid Logvinov2019-01-171-1/+1
|
* Merge developmentLeonid Logvinov2019-01-141-2/+1
|\
| * Update prettier to version ^1.15.3Alex Browne2019-01-111-2/+1
| |
* | Generate blocks at interval for truffleRemco Bloemen2019-01-111-1/+1
|/
* Improve reliability of the minimum block number hack for the devnet/gethAlex Browne2018-06-291-21/+2
|
* Increase delay when sending transactions during devnet startupAlex Browne2018-06-121-2/+2
|
* Run contracts tests against Geth in CIAlex Browne2018-06-081-0/+2
|
* Apply various fixes based on PR feedbackAlex Browne2018-06-071-5/+19
|
* Document debug_increaseTime method and fix typo in devnet READMEAlex Browne2018-06-071-1/+36
|
* Remove outdated todoAlex Browne2018-06-071-4/+0
|
* Add more transactions to Geth on init. Skip tests that are failing.Alex Browne2018-06-073-9/+14
|
* Increase gas limit to account for bigger ExchangeContractAlex Browne2018-06-072-2/+2
|
* Use Geth for contract testsAlex Browne2018-06-0716-0/+210