aboutsummaryrefslogtreecommitdiffstats
path: root/packages/web3-wrapper/src/web3_wrapper.ts
Commit message (Expand)AuthorAgeFilesLines
* Add missing doc commentsFabio Berger2018-08-031-0/+1
* Get actual gasPrice from transaction instead of setting defaultAmir Bandeali2018-07-231-0/+14
* Deduplicate assert web3-wrapper signMessageAsyncIgor Kroitor2018-07-201-1/+0
* Don't export object literal because the docs cannot yet render them, moved ty...Fabio Berger2018-07-191-8/+2
* Fix tslint issuesLeonid Logvinov2018-07-171-1/+1
* Prettier fixesFabio Berger2018-07-051-3/+15
* Add schema assertion checks for callData and txDataFabio Berger2018-07-051-3/+4
* Add defaultBlock param to getBalanceInWeiAsyncFabio Berger2018-07-051-2/+7
* Move 'from' check to sendTransactionFabio Berger2018-07-051-0/+3
* Fix linter issuesFabio Berger2018-07-051-7/+1
* Remove web3Utils dep and write necessary utility methodsFabio Berger2018-07-051-10/+10
* Add new param javadoc commentFabio Berger2018-07-051-0/+1
* merge v2-prototypeFabio Berger2018-07-051-0/+20
|\
| * Move NodeType caching out of web3-wrapper and into our internal codeAlex Browne2018-07-041-8/+1
| * Actually cache node type in web3-wrapperAlex Browne2018-07-041-0/+6
| * Improve robustness of revert reason assertionsAlex Browne2018-07-031-0/+21
* | Refactor Web3Wrapper to no longer use Web3.js & add more test coverageFabio Berger2018-07-051-62/+96
* | Removee getContractFromAbi method since we no longer use it and do not recomm...Fabio Berger2018-07-051-9/+0
* | Add more assertions to Web3Wrapper public methodsFabio Berger2018-07-041-3/+54
|/
* 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