aboutsummaryrefslogtreecommitdiffstats
path: root/packages/dev-utils/src/web3_factory.ts
Commit message (Expand)AuthorAgeFilesLines
* Add Docker image and Snapshot commandsJacob Evans2018-12-171-0/+6
* chore: change package org from 0xproject to 0xJacob Evans2018-10-181-1/+1
* Handle revert with reason when decoding call resultJacob Evans2018-09-281-1/+6
* Export Web3ProviderEngine from subproviders packageFabio Berger2018-07-131-4/+3
* -fetch';Fabio Berger2018-07-131-7/+7
* Remove hack since latest web3-provider-engine fixed underlying issueFabio Berger2018-07-041-5/+0
* Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ...fragosti2018-06-071-1/+7
|\
| * Add ability to quickly switch between Geth and Ganache by changing a constAlex Browne2018-06-071-1/+7
| * Use Geth for contract testsAlex Browne2018-06-071-1/+1
* | Try enabling no-unused-variable...fragosti2018-06-051-2/+0
|/
* Introduce ethereum-types packageLeonid Logvinov2018-06-011-1/+1
* Rename Signer to Wallet, rename GAS_ESTIMATE to GAS_LIMITAmir Bandeali2018-05-311-2/+2
* Increase block gas limitAmir Bandeali2018-05-311-0/+1
* Remove web3Factory.create and remove dev-tools dependency on sol-covLeonid Logvinov2018-05-231-19/+1
* Fix ganache subprovider configLeonid Logvinov2018-05-111-2/+2
* Update the Changelog with pr numberJacob Evans2018-04-141-1/+1
* Remove truffle-hdwallet from 0x.js testsJacob Evans2018-04-131-1/+5
* Move our contract templates to accept Provider instead of Web3WrapperLeonid Logvinov2018-04-041-1/+2
* Properly and consistently parse ENV varsLeonid Logvinov2018-03-131-6/+1
* Make env variables parsing more strict and add docsLeonid Logvinov2018-03-121-2/+9
* Add double negation before using shouldUseInProcessGanacheLeonid Logvinov2018-03-121-1/+1
* Rename useInProcessGanache to shouldUseInProcessGanacheLeonid Logvinov2018-03-121-3/+3
* Make coverage a module instead of a functionLeonid Logvinov2018-03-121-2/+2
* Rename COVERAGE to SOLIDITY_COVERAGSLeonid Logvinov2018-03-121-1/+1
* Rename getCoverageSubprovider to getCoverageSubproviderSingletonLeonid Logvinov2018-03-121-2/+2
* Add sol-cover implementationLeonid Logvinov2018-03-121-9/+40
* Change imports orderLeonid Logvinov2018-02-151-1/+2
* Move subproviders from dev-utils to subprovidersLeonid Logvinov2018-02-151-3/+1
* Refactor contracts tests to not use injected web3 instanceLeonid Logvinov2018-01-301-0/+42