Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | chore: change package org from 0xproject to 0x | Jacob Evans | 2018-10-18 | 1 | -4/+4 |
| | |||||
* | Throw and handle errors from Providers. | Jacob Evans | 2018-10-09 | 1 | -1/+4 |
| | | | | | | | In web3 wrapper when a response contains an error field we throw this rather than return response.result which is often undefined. In Signature Utils we handle the error thrown when a user rejects the signing dialogue to prevent double signing. Exposed the ZeroExTransaction JSON schema. In Website only use the MetamaskSubprovider if we can detect the provider is Metamask | ||||
* | Return SignedOrder from signing utils. | Jacob Evans | 2018-10-05 | 1 | -2/+2 |
| | | | | | Create a helper back in EIP712Utils for code cleanup. Moved constants in order-utils into the constants object | ||||
* | 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 ↵ | Fabio Berger | 2018-09-24 | 1 | -9/+17 |
| | | | | | | | | returns `undefined` | ||||
* | | Fix prettier | Fabio Berger | 2018-09-21 | 1 | -1/+3 |
| | | |||||
* | | Add assertion that one cannot specify both blockHash & fromBlock/toBlock to ↵ | Fabio Berger | 2018-09-21 | 1 | -0/+4 |
|/ | | | | getLogsAsync | ||||
* | Also make sure the transactionReceipt contains a blockNumber when checking ↵ | Fabio Berger | 2018-09-21 | 1 | -1/+1 |
| | | | | if a transaction has been mined. | ||||
* | 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 ↵ | Fabio Berger | 2018-07-19 | 1 | -8/+2 |
| | | | | type to types file | ||||
* | 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 ↵ | Fabio Berger | 2018-07-05 | 1 | -9/+0 |
| | | | | | | | | recommend others use it | ||||
* | | 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 ↵ | Alex Browne | 2018-06-12 | 1 | -1/+16 |
| | | | | tests | ||||
* | 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 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: Fix ganache subprovider config Fix a bug in compiler config precedence Fix linter errors Fix templates Remove unused deployer docs configs Add a legacy endpoint for the deployer Add a check for compiler output Add a comment Put ARTIFACTS_VERSION in a config Improve a comment Remove _applyDefaultsToDeployTxDataAsync Add a HACK comment Fix linter issues Rename deployer to sol-compiler Remove deployer Remove deployer from 0x.js and migrations Configure migrations with a compiler.json Remove deployer from metacoin and contract tests Update wallet footer and add remove token functionality # Conflicts: # .gitignore # packages/0x.js/package.json # packages/0x.js/src/0x.ts # packages/contracts/package.json # packages/contracts/test/multi_sig_with_time_lock.ts # packages/contracts/test/multi_sig_with_time_lock_except_remove_auth_addr.ts # packages/contracts/util/artifacts.ts # packages/deployer/test/deployer_test.ts # packages/migrations/package.json | ||||
| * | 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 ↵ | Fabio Berger | 2018-05-10 | 1 | -0/+7 |
|/ | | | | unifying library with the same interface | ||||
* | 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 |