aboutsummaryrefslogtreecommitdiffstats
path: root/packages/web3-wrapper/src/index.ts
Commit message (Expand)AuthorAgeFilesLines
* Add metacoin example projectLeonid Logvinov2018-04-021-326/+2
* Move common types out of web3 typesLeonid Logvinov2018-03-271-12/+24
* Improve commentsFabio Berger2018-03-211-13/+12
* Add DocComments to Web3WrapperFabio Berger2018-03-211-1/+132
* Rename method for clarityFabio Berger2018-03-211-1/+1
* Remove duplicate methodFabio Berger2018-03-211-3/+0
* Fix var name typoFabio Berger2018-03-211-2/+2
* Add sol-cover implementationLeonid Logvinov2018-03-121-1/+17
* Add getProvider method to web3WrapperFabio Berger2018-03-101-0/+3
* Fix commentFabio Berger2018-03-091-1/+1
* Move RawLogEntry to types packageFabio Berger2018-03-071-12/+1
* Move BaseContract to its own packageLeonid Logvinov2018-02-281-2/+179
* Move BaseContract to web3WrapperLeonid Logvinov2018-02-281-179/+2
* Add txData to async callsLeonid Logvinov2018-02-281-2/+2
* Add web3Wrapper.callAsync and remove web3Wrapper.getContractInstanceLeonid Logvinov2018-02-281-6/+6
* Lowercase web3 wrapper addressesJacob Evans2018-02-271-2/+4
* Remove promisified web3 functions from testsLeonid Logvinov2018-01-301-0/+4
* Include web3 types via typeRoots and factor out common parts of tsconfig.jsonLeonid Logvinov2018-01-101-1/+1
* Use configured version of bignumber in all packagesLeonid Logvinov2018-01-041-5/+1
* Apply prettier configLeonid Logvinov2018-01-031-16/+13
* Add missing calls to bigNumberConfigs in packages where we are instantiating ...Brandon Millman2017-12-221-1/+7
* Add new underscore-privates rule to @0xproject/tslint-config and fix lint errorsBrandon Millman2017-12-201-39/+39
* Refactor networkId out of web3WrapperLeonid Logvinov2017-12-081-7/+6
* Address feedbackLeonid Logvinov2017-12-071-6/+0
* Refactor web3Wrapper to a separate packageLeonid Logvinov2017-12-071-0/+181