Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improvements and conventions in utils package + abi decoder | Greg Hysen | 2019-02-09 | 1 | -1/+1 |
| | |||||
* | Added exports for doc generation | Greg Hysen | 2019-02-09 | 1 | -1/+1 |
| | |||||
* | Use new check for isBigNumber | Leonid Logvinov | 2019-01-15 | 1 | -5/+1 |
| | |||||
* | Upgrade bignumber.js version | Leonid Logvinov | 2019-01-15 | 1 | -1/+1 |
| | |||||
* | Fix linter | Fabio Berger | 2018-12-08 | 1 | -2/+4 |
| | |||||
* | Remove excess commas | Fabio Berger | 2018-12-07 | 1 | -1/+1 |
| | |||||
* | fix: txData returned so that `value` and `gasPrice` are BigNumbers to avoid ↵ | Fabio Berger | 2018-12-07 | 1 | -4/+4 |
| | | | | precision errors | ||||
* | bug: Only unmarshall receipt if blockNumber present. | Jacob Evans | 2018-11-23 | 1 | -2/+5 |
| | | | | | https://github.com/paritytech/parity-ethereum/issues/1180 Parity can return a pending transaction receipt with a number of null values | ||||
* | Properly unmarshall TransactionReceiptRPC to TransactionReceipt | Leonid Logvinov | 2018-11-20 | 4 | -11/+63 |
| | |||||
* | Merge branch 'development' into patch-1 | Bryan Stitt | 2018-11-13 | 1 | -3/+0 |
|\ | |||||
| * | bug(web3-wrapper): throws when contract returns null | Jacob Evans | 2018-11-12 | 1 | -3/+0 |
| | | |||||
* | | start jsonRpcRequestId at 1, not 0 | Bryan Stitt | 2018-11-08 | 1 | -1/+1 |
|/ | | | I'm trying to use the 0x-watcher against a parity websocket rpc and getting an error that I think is the same as https://github.com/ethereum/web3.js/issues/1967 | ||||
* | chore: Fix linter | Alex Browne | 2018-10-24 | 1 | -1/+1 |
| | |||||
* | fix(web3-wrapper): Make getTransactionByHashAsync return the correct type | Alex Browne | 2018-10-24 | 1 | -2/+9 |
| | |||||
* | chore: change package org from 0xproject to 0x | Jacob Evans | 2018-10-18 | 4 | -7/+7 |
| | |||||
* | Update the exported types for the packages which touch RPC providers | Jacob Evans | 2018-10-09 | 1 | -0/+1 |
| | |||||
* | 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 |
| | |||||
* | Fix linter issue | Leonid Logvinov | 2018-10-02 | 1 | -2/+2 |
| | |||||
* | 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. | ||||
* | Cleanup web3-wrapper and subproviders index.ts | Fabio Berger | 2018-08-20 | 1 | -3/+22 |
| | |||||
* | Merge development | Fabio Berger | 2018-08-15 | 2 | -1/+61 |
|\ | |||||
| * | Add @return comments | Leonid Logvinov | 2018-08-09 | 1 | -0/+9 |
| | | |||||
| * | Add comments | Leonid Logvinov | 2018-08-03 | 1 | -0/+39 |
| | | |||||
| * | Export RPC data types from web3-wrapper | Leonid Logvinov | 2018-08-03 | 1 | -1/+11 |
| | | |||||
| * | Export marshaller from web3-wrapper | Leonid Logvinov | 2018-08-03 | 1 | -0/+1 |
| | | |||||
* | | Add missing doc comments | Fabio Berger | 2018-08-03 | 1 | -0/+1 |
| | | |||||
* | | Add missing types to web3-wrapper index.ts | Fabio Berger | 2018-08-03 | 1 | -0/+9 |
| | | |||||
* | | Add missing exports discovered by generating compact typedoc JSON | Fabio Berger | 2018-07-30 | 1 | -0/+14 |
| | | |||||
* | | Remove all in-package monorepo-scripts by adding doc gen/upload and ↵ | Fabio Berger | 2018-07-30 | 2 | -16/+0 |
|/ | | | | aggregate release note publishing to publish script | ||||
* | Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-07-26 | 1 | -1/+14 |
|\ | | | | | | | feature/web3-wrapper/unexport-marshaller | ||||
| * | 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 |
| | | |||||
* | | Stop exporting marshaller from web3-wrapper | fragosti | 2018-07-20 | 1 | -1/+0 |
|/ | |||||
* | Don't export object literal because the docs cannot yet render them, moved ↵ | Fabio Berger | 2018-07-19 | 3 | -10/+10 |
| | | | | type to types file | ||||
* | Fix tslint issues | Leonid Logvinov | 2018-07-17 | 3 | -9/+9 |
| | |||||
* | Export marshaller and use it to unmarshal tx dataa | fragosti | 2018-07-07 | 1 | -0/+1 |
| | |||||
* | Revert moving formatUtils into utils | fragosti | 2018-07-07 | 4 | -43/+95 |
| | |||||
* | Add to changelog, rename to formatUtils and lint | fragosti | 2018-07-06 | 2 | -34/+36 |
| | |||||
* | Unmarshall txn data in SignerSubprovider before calling web3wrapper ↵ | fragosti | 2018-07-06 | 4 | -95/+41 |
| | | | | sendTransactionAsync | ||||
* | Add unmarshallTxData to marshaller | fragosti | 2018-07-06 | 1 | -0/+13 |
| | |||||
* | 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 |
| | |||||
* | Make sure from is included in txData | Fabio Berger | 2018-07-05 | 1 | -0/+3 |
| | |||||
* | Add defaultBlock param to getBalanceInWeiAsync | Fabio Berger | 2018-07-05 | 1 | -2/+7 |
| | |||||
* | Move 'from' check to sendTransaction | Fabio Berger | 2018-07-05 | 2 | -3/+3 |
| | |||||
* | Fix linter issues | Fabio Berger | 2018-07-05 | 3 | -11/+4 |
| | |||||
* | remove stray console.log | Fabio Berger | 2018-07-05 | 1 | -1/+0 |
| | |||||
* | Remove web3Utils dep and write necessary utility methods | Fabio Berger | 2018-07-05 | 5 | -76/+92 |
| | |||||
* | Add new param javadoc comment | Fabio Berger | 2018-07-05 | 1 | -0/+1 |
| | |||||
* | merge v2-prototype | Fabio Berger | 2018-07-05 | 2 | -1/+21 |
|\ | |||||
| * | 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 | 2 | -1/+22 |
| | | |||||
* | | Refactor Web3Wrapper to no longer use Web3.js & add more test coverage | Fabio Berger | 2018-07-05 | 5 | -62/+345 |
| | | |||||
* | | 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 | 2 | -4/+19 |
| | |||||
* | 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 | 3 | -326/+380 |
| | |||||
* | Move common types out of web3 types | Leonid Logvinov | 2018-03-27 | 1 | -12/+24 |
| | |||||
* | Improve comments | Fabio Berger | 2018-03-21 | 1 | -13/+12 |
| | |||||
* | Add DocComments to Web3Wrapper | Fabio Berger | 2018-03-21 | 1 | -1/+132 |
| | |||||
* | Rename method for clarity | Fabio Berger | 2018-03-21 | 1 | -1/+1 |
| | |||||
* | Remove duplicate method | Fabio Berger | 2018-03-21 | 1 | -3/+0 |
| | |||||
* | Fix var name typo | Fabio Berger | 2018-03-21 | 1 | -2/+2 |
| | |||||
* | Rename `stagedocs.ts` file to `stage_docs.ts` in keeping with our file ↵ | Fabio Berger | 2018-03-20 | 1 | -0/+0 |
| | | | | naming conventions. `postpublish.ts` is the only exception and this is because it is dictated by Lerna | ||||
* | Added doc json generation and uploading to Web3Wrapper package | Fabio Berger | 2018-03-14 | 1 | -0/+8 |
| | |||||
* | Merge branch 'development' into convertScriptsToTs | Fabio Berger | 2018-03-14 | 1 | -1/+17 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (71 commits) Transform input data before encoding for callAsync and getABIEncodedTransactionData Update coverage badge to show development coverage Configure post build hook Notify coveralls after all tasks have finished Address feedback Revert "Report all coverage reports together" Separate published packages and typescript typings on README Report all coverage reports together Add other statement types Properly and consistently parse ENV vars Add forgotten file Start using solidity-parser-antlr Fix the default always overriding to address Submit a TD PR Add an explanatory comment for making ranges unique Fix a typo in handling env variables Introduce TESTRPC_FIRST_ADDRESS Make BlockchainLifecycle accept only web3Wrapper Fix comments Fix deployer CHANGELOG ... # Conflicts: # README.md # packages/deployer/package.json # packages/subproviders/src/globals.d.ts # yarn.lock | ||||
| * | Add sol-cover implementation | Leonid Logvinov | 2018-03-12 | 1 | -1/+17 |
| | | |||||
* | | Move configuration into package.json configs section | Fabio Berger | 2018-03-14 | 1 | -2/+3 |
| | | |||||
* | | Fix lint issues | Fabio Berger | 2018-03-13 | 1 | -0/+1 |
| | | |||||
* | | move scripts to monorepro-scripts | Fabio Berger | 2018-03-13 | 2 | -0/+12 |
|/ | |||||
* | Add getProvider method to web3Wrapper | Fabio Berger | 2018-03-10 | 1 | -0/+3 |
| | |||||
* | Fix comment | Fabio Berger | 2018-03-09 | 1 | -1/+1 |
| | |||||
* | Move RawLogEntry to types package | Fabio Berger | 2018-03-07 | 1 | -12/+1 |
| | |||||
* | Move BaseContract to its own package | Leonid Logvinov | 2018-02-28 | 3 | -250/+179 |
| | |||||
* | Move BaseContract to web3Wrapper | Leonid Logvinov | 2018-02-28 | 3 | -179/+250 |
| | |||||
* | Add txData to async calls | Leonid Logvinov | 2018-02-28 | 1 | -2/+2 |
| | |||||
* | Add web3Wrapper.callAsync and remove web3Wrapper.getContractInstance | Leonid Logvinov | 2018-02-28 | 1 | -6/+6 |
| | |||||
* | Lowercase web3 wrapper addresses | Jacob Evans | 2018-02-27 | 1 | -2/+4 |
| | | | | Ensure all of the user account addresses are lower case when returned from web3wrapper | ||||
* | Remove promisified web3 functions from tests | Leonid Logvinov | 2018-01-30 | 1 | -0/+4 |
| | |||||
* | Include web3 types via typeRoots and factor out common parts of tsconfig.json | Leonid Logvinov | 2018-01-10 | 1 | -1/+1 |
| | |||||
* | Use configured version of bignumber in all packages | Leonid Logvinov | 2018-01-04 | 1 | -5/+1 |
| | |||||
* | Apply prettier config | Leonid Logvinov | 2018-01-03 | 1 | -16/+13 |
| | |||||
* | Add missing calls to bigNumberConfigs in packages where we are instantiating ↵ | Brandon Millman | 2017-12-22 | 1 | -1/+7 |
| | | | | BigNumbers | ||||
* | Add new underscore-privates rule to @0xproject/tslint-config and fix lint errors | Brandon Millman | 2017-12-20 | 1 | -39/+39 |
| | |||||
* | Refactor networkId out of web3Wrapper | Leonid Logvinov | 2017-12-08 | 1 | -7/+6 |
| | |||||
* | Address feedback | Leonid Logvinov | 2017-12-07 | 1 | -6/+0 |
| | |||||
* | Refactor web3Wrapper to a separate package | Leonid Logvinov | 2017-12-07 | 1 | -0/+181 |