| Commit message (Expand) | Author | Age | Files | Lines |
* | Throw and handle errors from Providers. | Jacob Evans | 2018-10-09 | 1 | -1/+4 |
* | Return SignedOrder from signing utils. | Jacob Evans | 2018-10-05 | 1 | -2/+2 |
* | Expose eth_signTypedData functionality for order signing | Jacob Evans | 2018-10-05 | 1 | -0/+15 |
* | Expose method to send raw JSON RPC payloads | Fabio Berger | 2018-09-25 | 1 | -34/+39 |
* | Merge development | Fabio Berger | 2018-09-24 | 1 | -9/+18 |
|\ |
|
| * | Add to doc comment why a block might not be returned to the caller | Fabio Berger | 2018-09-24 | 1 | -0/+1 |
| * | Fix bug where if block wasn't found, getBlockAsync would throw. Now it return... | Fabio Berger | 2018-09-24 | 1 | -9/+17 |
* | | Fix prettier | Fabio Berger | 2018-09-21 | 1 | -1/+3 |
* | | Add assertion that one cannot specify both blockHash & fromBlock/toBlock to g... | Fabio Berger | 2018-09-21 | 1 | -0/+4 |
|/ |
|
* | Also make sure the transactionReceipt contains a blockNumber when checking if... | Fabio Berger | 2018-09-21 | 1 | -1/+1 |
* | Add missing doc comments | Fabio Berger | 2018-08-03 | 1 | -0/+1 |
* | Get actual gasPrice from transaction instead of setting default | Amir Bandeali | 2018-07-23 | 1 | -0/+14 |
* | Deduplicate assert web3-wrapper signMessageAsync | Igor Kroitor | 2018-07-20 | 1 | -1/+0 |
* | Don't export object literal because the docs cannot yet render them, moved ty... | Fabio Berger | 2018-07-19 | 1 | -8/+2 |
* | Fix tslint issues | Leonid Logvinov | 2018-07-17 | 1 | -1/+1 |
* | Prettier fixes | Fabio Berger | 2018-07-05 | 1 | -3/+15 |
* | Add schema assertion checks for callData and txData | Fabio Berger | 2018-07-05 | 1 | -3/+4 |
* | Add defaultBlock param to getBalanceInWeiAsync | Fabio Berger | 2018-07-05 | 1 | -2/+7 |
* | Move 'from' check to sendTransaction | Fabio Berger | 2018-07-05 | 1 | -0/+3 |
* | Fix linter issues | Fabio Berger | 2018-07-05 | 1 | -7/+1 |
* | Remove web3Utils dep and write necessary utility methods | Fabio Berger | 2018-07-05 | 1 | -10/+10 |
* | Add new param javadoc comment | Fabio Berger | 2018-07-05 | 1 | -0/+1 |
* | merge v2-prototype | Fabio Berger | 2018-07-05 | 1 | -0/+20 |
|\ |
|
| * | Move NodeType caching out of web3-wrapper and into our internal code | Alex Browne | 2018-07-04 | 1 | -8/+1 |
| * | Actually cache node type in web3-wrapper | Alex Browne | 2018-07-04 | 1 | -0/+6 |
| * | Improve robustness of revert reason assertions | Alex Browne | 2018-07-03 | 1 | -0/+21 |
* | | Refactor Web3Wrapper to no longer use Web3.js & add more test coverage | Fabio Berger | 2018-07-05 | 1 | -62/+96 |
* | | Removee getContractFromAbi method since we no longer use it and do not recomm... | Fabio Berger | 2018-07-05 | 1 | -9/+0 |
* | | Add more assertions to Web3Wrapper public methods | Fabio Berger | 2018-07-04 | 1 | -3/+54 |
|/ |
|
* | Update default params in sendRawPaylodAsync for improved JSON-RPC compatibility | Ara Kevonian | 2018-06-19 | 1 | -2/+7 |
* | Speedup awaitTransactionMinedAsync and reduce polling interval in contracts t... | Alex Browne | 2018-06-12 | 1 | -1/+16 |
* | Fix typos | Leonid Logvinov | 2018-06-09 | 1 | -0/+11 |
* | Implement SolidityProfiler & adapt sol-cov to work with Geth | Leonid Logvinov | 2018-06-09 | 1 | -5/+36 |
* | Apply various fixes based on PR feedback | Alex Browne | 2018-06-07 | 1 | -3/+5 |
* | Update more things to work with both Geth and Ganache | Alex Browne | 2018-06-07 | 1 | -3/+18 |
* | Small fixes and cleanup | Alex Browne | 2018-06-07 | 1 | -26/+0 |
* | Throw in web3-wrapper when rawCallResult is '0x' | Alex Browne | 2018-06-07 | 1 | -0/+3 |
* | Add support for TEST_PROVIDER env var | Alex Browne | 2018-06-07 | 1 | -2/+2 |
* | Add more transactions to Geth on init. Skip tests that are failing. | Alex Browne | 2018-06-07 | 1 | -1/+2 |
* | Use Geth for contract tests | Alex Browne | 2018-06-07 | 1 | -1/+36 |
* | Fix linter errors | Leonid Logvinov | 2018-06-01 | 1 | -1/+1 |
* | Introduce ethereum-types package | Leonid Logvinov | 2018-06-01 | 1 | -1/+1 |
* | Change error message for awaitTransactionSuccessAsync | Alex Browne | 2018-05-24 | 1 | -1/+1 |
* | Check transaction receipt status codes where applicable | Alex Browne | 2018-05-24 | 1 | -0/+26 |
* | Fix TSLint rules | Fabio Berger | 2018-05-16 | 1 | -7/+9 |
* | Add missing type definitions | Leonid Logvinov | 2018-05-14 | 1 | -2/+2 |
* | Merge branch 'development' into breakUp0xjs | Fabio Berger | 2018-05-11 | 1 | -5/+5 |
|\ |
|
| * | Remove unused deployer docs configs | Leonid Logvinov | 2018-05-10 | 1 | -5/+5 |
* | | Split 0x.js into contract-wrappers, order-watcher but keep 0x.js as a unifyin... | Fabio Berger | 2018-05-10 | 1 | -0/+7 |
|/ |
|
* | Move our contract templates to accept Provider instead of Web3Wrapper | Leonid Logvinov | 2018-04-04 | 1 | -23/+55 |
* | Add metacoin example project | Leonid Logvinov | 2018-04-02 | 1 | -0/+375 |
* | Move BaseContract to its own package | Leonid Logvinov | 2018-02-28 | 1 | -179/+0 |
* | Move BaseContract to web3Wrapper | Leonid Logvinov | 2018-02-28 | 1 | -0/+179 |