aboutsummaryrefslogtreecommitdiffstats
path: root/packages/web3-wrapper/src/index.ts
Commit message (Expand)AuthorAgeFilesLines
* Update dependency packagesHsuan Lee2019-01-191-60/+0
* Properly unmarshall TransactionReceiptRPC to TransactionReceiptLeonid Logvinov2018-11-201-0/+3
* chore: change package org from 0xproject to 0xJacob Evans2018-10-181-1/+1
* Update the exported types for the packages which touch RPC providersJacob Evans2018-10-091-0/+1
* Cleanup web3-wrapper and subproviders index.tsFabio Berger2018-08-201-3/+22
* Merge developmentFabio Berger2018-08-151-1/+13
|\
| * Export RPC data types from web3-wrapperLeonid Logvinov2018-08-031-1/+11
| * Export marshaller from web3-wrapperLeonid Logvinov2018-08-031-0/+1
* | Add missing types to web3-wrapper index.tsFabio Berger2018-08-031-0/+9
* | Add missing exports discovered by generating compact typedoc JSONFabio Berger2018-07-301-0/+14
|/
* Stop exporting marshaller from web3-wrapperfragosti2018-07-201-1/+0
* Don't export object literal because the docs cannot yet render them, moved ty...Fabio Berger2018-07-191-2/+2
* Export marshaller and use it to unmarshal tx dataafragosti2018-07-071-0/+1
* Revert moving formatUtils into utilsfragosti2018-07-071-1/+0
* Unmarshall txn data in SignerSubprovider before calling web3wrapper sendTrans...fragosti2018-07-061-0/+1
* Improve robustness of revert reason assertionsAlex Browne2018-07-031-1/+1
* Update more things to work with both Geth and GanacheAlex Browne2018-06-071-1/+1
* 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