| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'development' into feature/0x.js/remove-hd-wallet-from-test | Jacob Evans | 2018-04-17 | 1 | -2/+2 |
|\ |
|
| * | Fix tests | Leonid Logvinov | 2018-04-12 | 1 | -2/+2 |
* | | Update the Changelog with pr number | Jacob Evans | 2018-04-14 | 1 | -1/+1 |
* | | Remove truffle-hdwallet from 0x.js tests | Jacob Evans | 2018-04-13 | 1 | -1/+5 |
|/ |
|
* | Move our contract templates to accept Provider instead of Web3Wrapper | Leonid Logvinov | 2018-04-04 | 2 | -3/+2 |
* | Add metacoin example project | Leonid Logvinov | 2018-04-02 | 1 | -1/+0 |
* | Merge branch 'development' into convertScriptsToTs | Fabio Berger | 2018-03-14 | 7 | -79/+99 |
|\ |
|
| * | Properly and consistently parse ENV vars | Leonid Logvinov | 2018-03-13 | 3 | -6/+7 |
| * | Fix a typo in handling env variables | Leonid Logvinov | 2018-03-12 | 1 | -3/+3 |
| * | Introduce TESTRPC_FIRST_ADDRESS | Leonid Logvinov | 2018-03-12 | 2 | -1/+4 |
| * | Make BlockchainLifecycle accept only web3Wrapper | Leonid Logvinov | 2018-03-12 | 1 | -4/+2 |
| * | Remove redundant Date.now() | Leonid Logvinov | 2018-03-12 | 1 | -0/+19 |
| * | Make env variables parsing more strict and add docs | Leonid Logvinov | 2018-03-12 | 1 | -2/+9 |
| * | Address feedback | Leonid Logvinov | 2018-03-12 | 1 | -1/+2 |
| * | Add double negation before using shouldUseInProcessGanache | Leonid Logvinov | 2018-03-12 | 1 | -1/+1 |
| * | Rename useInProcessGanache to shouldUseInProcessGanache | Leonid Logvinov | 2018-03-12 | 1 | -3/+3 |
| * | Make coverage a module instead of a function | Leonid Logvinov | 2018-03-12 | 3 | -9/+14 |
| * | Rename COVERAGE to SOLIDITY_COVERAGS | Leonid Logvinov | 2018-03-12 | 1 | -1/+1 |
| * | Rename getCoverageSubprovider to getCoverageSubproviderSingleton | Leonid Logvinov | 2018-03-12 | 3 | -4/+4 |
| * | Add sol-cover implementation | Leonid Logvinov | 2018-03-12 | 6 | -79/+65 |
* | | Move configuration into package.json configs section | Fabio Berger | 2018-03-14 | 1 | -2/+3 |
* | | Fix lint issues | Fabio Berger | 2018-03-13 | 1 | -0/+1 |
* | | small fixes | Fabio Berger | 2018-03-13 | 2 | -2/+1 |
* | | move scripts to monorepro-scripts | Fabio Berger | 2018-03-13 | 4 | -96/+11 |
* | | Convert 0x.js scripts to TS, move the prepublishUtils script to `dev-utils` a... | Fabio Berger | 2018-03-13 | 4 | -0/+99 |
|/ |
|
* | Change imports order | Leonid Logvinov | 2018-02-15 | 1 | -1/+2 |
* | Move subproviders from dev-utils to subproviders | Leonid Logvinov | 2018-02-15 | 3 | -64/+1 |
* | Remove constructor arg | Leonid Logvinov | 2018-01-30 | 2 | -4/+5 |
* | Make an RPC constructor param implicit | Leonid Logvinov | 2018-01-30 | 1 | -2/+3 |
* | Remove truffle from tests | Leonid Logvinov | 2018-01-30 | 1 | -1/+2 |
* | Refactor contracts tests to not use injected web3 instance | Leonid Logvinov | 2018-01-30 | 6 | -0/+111 |
* | Fix a stupid RPC bug which caused the port togo over 65535 | Leonid Logvinov | 2018-01-17 | 1 | -1/+1 |
* | Apply prettier config | Leonid Logvinov | 2018-01-03 | 2 | -3/+3 |
* | Add new underscore-privates rule to @0xproject/tslint-config and fix lint errors | Brandon Millman | 2017-12-20 | 2 | -25/+25 |
* | Fix connect unused vars | Leonid Logvinov | 2017-12-15 | 1 | -1/+0 |
* | Implement first custom linter rule async-suffix | Leonid Logvinov | 2017-12-15 | 1 | -3/+0 |
* | Create dev-utils with blockchainLifecycle in it | Leonid Logvinov | 2017-12-14 | 3 | -0/+89 |