aboutsummaryrefslogtreecommitdiffstats
path: root/packages/web3-wrapper/src/web3_wrapper.ts
Commit message (Expand)AuthorAgeFilesLines
* Actually cache node type in web3-wrapperAlex Browne2018-07-041-0/+6
* Improve robustness of revert reason assertionsAlex Browne2018-07-031-0/+21
* Update default params in sendRawPaylodAsync for improved JSON-RPC compatibilityAra Kevonian2018-06-191-2/+7
* Speedup awaitTransactionMinedAsync and reduce polling interval in contracts t...Alex Browne2018-06-121-1/+16
* Fix typosLeonid Logvinov2018-06-091-0/+11
* Implement SolidityProfiler & adapt sol-cov to work with GethLeonid Logvinov2018-06-091-5/+36
* Apply various fixes based on PR feedbackAlex Browne2018-06-071-3/+5
* Update more things to work with both Geth and GanacheAlex Browne2018-06-071-3/+18
* Small fixes and cleanupAlex Browne2018-06-071-26/+0
* Throw in web3-wrapper when rawCallResult is '0x'Alex Browne2018-06-071-0/+3
* Add support for TEST_PROVIDER env varAlex Browne2018-06-071-2/+2
* Add more transactions to Geth on init. Skip tests that are failing.Alex Browne2018-06-071-1/+2
* Use Geth for contract testsAlex Browne2018-06-071-1/+36
* Fix linter errorsLeonid Logvinov2018-06-011-1/+1
* Introduce ethereum-types packageLeonid Logvinov2018-06-011-1/+1
* Change error message for awaitTransactionSuccessAsyncAlex Browne2018-05-241-1/+1
* Check transaction receipt status codes where applicableAlex Browne2018-05-241-0/+26
* Fix TSLint rulesFabio Berger2018-05-161-7/+9
* Add missing type definitionsLeonid Logvinov2018-05-141-2/+2
* Merge branch 'development' into breakUp0xjsFabio Berger2018-05-111-5/+5
|\
| * Remove unused deployer docs configsLeonid Logvinov2018-05-101-5/+5
* | Split 0x.js into contract-wrappers, order-watcher but keep 0x.js as a unifyin...Fabio Berger2018-05-101-0/+7
|/
* Move our contract templates to accept Provider instead of Web3WrapperLeonid Logvinov2018-04-041-23/+55
* Add metacoin example projectLeonid Logvinov2018-04-021-0/+375
* Move BaseContract to its own packageLeonid Logvinov2018-02-281-179/+0
* Move BaseContract to web3WrapperLeonid Logvinov2018-02-281-0/+179