Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix prettier issues | Leonid Logvinov | 2018-10-18 | 1 | -8/+1 |
| | |||||
* | chore: change package org from 0xproject to 0x | Jacob Evans | 2018-10-18 | 1 | -1/+1 |
| | |||||
* | Throw and handle errors from Providers. | Jacob Evans | 2018-10-09 | 1 | -1/+7 |
| | | | | | | | 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 | -1/+8 |
| | | | | | Create a helper back in EIP712Utils for code cleanup. Moved constants in order-utils into the constants object | ||||
* | Introduce Metamask Subprovider. | Jacob Evans | 2018-10-05 | 1 | -0/+1 |
| | | | | MM has a number of inconsistencies with other providers when implementing the JSON RPC interface. This subprovider wraps those nuances so they do not leak into the rest of our code | ||||
* | Cleanup web3-wrapper and subproviders index.ts | Fabio Berger | 2018-08-20 | 1 | -3/+4 |
| | |||||
* | Re-order subproviders index.ts and add missing types | Fabio Berger | 2018-08-03 | 1 | -12/+20 |
| | |||||
* | Add missing exports discovered by generating compact typedoc JSON | Fabio Berger | 2018-07-30 | 1 | -0/+4 |
| | |||||
* | Export Web3ProviderEngine from subproviders package | Fabio Berger | 2018-07-13 | 1 | -0/+1 |
| | |||||
* | Add fetchAsync util and RPCSubprovider | Fabio Berger | 2018-07-13 | 1 | -0/+1 |
| | |||||
* | merge v2-prototype | Fabio Berger | 2018-07-04 | 1 | -0/+1 |
|\ | |||||
| * | Merge branch 'v2-prototype' into eth-lightwallet-subprovider-final | Jacob Evans | 2018-07-02 | 1 | -0/+1 |
| |\ | |||||
| * | | Add eth-lightwallet subprovider and tests | Cavan | 2018-06-26 | 1 | -1/+1 |
| | | | |||||
| * | | Formatting and standards updates | Cavan | 2018-06-26 | 1 | -0/+1 |
| | | | |||||
* | | | Replace use of web3 w/ web3wrapper in subproviders and rename injectedWeb3 ↵ | Fabio Berger | 2018-07-04 | 1 | -1/+1 |
| |/ |/| | | | | | to signer subprovider for clarity | ||||
* | | Export LedgerEthereumClient type in subproviders | Amir Bandeali | 2018-06-30 | 1 | -0/+1 |
|/ | |||||
* | Remove web3Factory.create and remove dev-tools dependency on sol-cov | Leonid Logvinov | 2018-05-23 | 1 | -0/+1 |
| | |||||
* | Merge branch 'development' into feature/subproviders/mnemonic-wallet-subprovider | Jacob Evans | 2018-04-12 | 1 | -1/+1 |
|\ | |||||
| * | merge development | Fabio Berger | 2018-04-09 | 1 | -0/+1 |
| |\ | |||||
| * | | Refactor RedundantRpcSubprovider into RedundantSubprovider | Fabio Berger | 2018-04-06 | 1 | -1/+1 |
| | | | |||||
* | | | Update website to support latest ledger | Jacob Evans | 2018-04-11 | 1 | -1/+0 |
| | | | |||||
* | | | Follow file naming pattern for mnemonic and private key subprovider | Jacob Evans | 2018-04-11 | 1 | -2/+2 |
| | | | |||||
* | | | Add Mnemonic wallet subprovider | Jacob Evans | 2018-04-06 | 1 | -0/+1 |
| |/ |/| | |||||
* | | Feedback | Jacob Evans | 2018-04-06 | 1 | -1/+1 |
| | | | | | | | | | | remove id management from testnet faucet spread over txParams rather than modify in place | ||||
* | | Create a private key subprovider | Jacob Evans | 2018-04-05 | 1 | -0/+1 |
|/ | |||||
* | Move common types out of web3 types | Leonid Logvinov | 2018-03-27 | 1 | -1/+1 |
| | |||||
* | Improve all the comments for the subproviders public methods | Fabio Berger | 2018-03-22 | 1 | -1/+1 |
| | |||||
* | Remove duplicate ECSignature type def | Fabio Berger | 2018-03-20 | 1 | -1/+3 |
| | |||||
* | Export ErrorCallback type from Subproviders package | Fabio Berger | 2018-03-18 | 1 | -1/+1 |
| | |||||
* | Add missing type to subproviders exports | Fabio Berger | 2018-03-16 | 1 | -1/+7 |
| | |||||
* | Add sol-cover implementation | Leonid Logvinov | 2018-03-12 | 1 | -0/+3 |
| | |||||
* | Nuke tests for now | Jacob Evans | 2018-03-06 | 1 | -9/+4 |
| | |||||
* | Remove old ledger | Jacob Evans | 2018-03-06 | 1 | -10/+0 |
| | |||||
* | Update ledgerco packages | Jacob Evans | 2018-03-06 | 1 | -14/+16 |
| | |||||
* | Move subproviders from dev-utils to subproviders | Leonid Logvinov | 2018-02-15 | 1 | -0/+2 |
| | |||||
* | Move BlockParam and BlockParamLiteral to shared types | Jacob Evans | 2018-02-07 | 1 | -1/+1 |
| | |||||
* | Nonce tracker subprovider | Jacob Evans | 2018-02-02 | 1 | -0/+1 |
| | | | | | Caches the nonce when a request to getTransactionCount is made and increments the pending nonce after successful transactions | ||||
* | Apply prettier config | Leonid Logvinov | 2018-01-03 | 1 | -11/+5 |
| | |||||
* | Fix lint issues | Fabio Berger | 2017-12-06 | 1 | -0/+8 |
| | |||||
* | Port subproviders over to mono repo, refactor LedgerSubprovider to no longer ↵ | Fabio Berger | 2017-12-06 | 1 | -0/+30 |
rely on hookedWalletSubprovider. Added unit and integration tests. |