aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contracts/src/utils/web3_wrapper.ts
Commit message (Expand)AuthorAgeFilesLines
* Update file structureAmir Bandeali2018-06-301-82/+0
* Change wording of error message when you try to use more than one subproviderAlex Browne2018-06-151-1/+1
* Fix linter errors and remove coverage.jsonAlex Browne2018-06-151-2/+1
* Remove unused variables and other small fixesAlex Browne2018-06-151-5/+6
* Fix a bug in revert_trace.tsAlex Browne2018-06-151-23/+23
* Introduce subprovider for printing revert stack tracesAlex Browne2018-06-151-22/+29
* Implement SolidityProfiler & adapt sol-cov to work with GethLeonid Logvinov2018-06-091-0/+22
* Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ...fragosti2018-06-071-2/+37
|\
| * Use an enum for ProviderType in contracts/src/utils/web3_wrapperAlex Browne2018-06-071-4/+21
| * Add support for TEST_PROVIDER env varAlex Browne2018-06-071-3/+4
| * Get LibBytes tests working on both Ganache and GethAlex Browne2018-06-071-1/+1
| * Add ability to quickly switch between Geth and Ganache by changing a constAlex Browne2018-06-071-3/+16
| * Update code after rebaseAlex Browne2018-06-071-2/+6
* | Linter now passesfragosti2018-06-061-1/+0
|/
* Fix linter errorsLeonid Logvinov2018-06-011-1/+1
* Introduce ethereum-types packageLeonid Logvinov2018-06-011-1/+1
* Rename Signer to Wallet, rename GAS_ESTIMATE to GAS_LIMITAmir Bandeali2018-05-311-1/+1
* Fix a bug in CALL-like opcode handlingLeonid Logvinov2018-05-231-1/+2
* Remove web3Factory.create and remove dev-tools dependency on sol-covLeonid Logvinov2018-05-231-3/+9
* Merge branch 'development' into v2-prototypeAmir Bandeali2018-05-161-0/+12