Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | chore: change package org from 0xproject to 0x | Jacob Evans | 2018-10-18 | 1 | -9/+9 |
| | |||||
* | feat: export AssetData from utils | fragosti | 2018-10-17 | 1 | -0/+1 |
| | |||||
* | Fix failing doc generation tests | Alex Browne | 2018-10-16 | 1 | -9/+14 |
| | |||||
* | chore: Export Stats from types, not indirectly from OrderWatcher | Fabio Berger | 2018-10-15 | 1 | -1/+2 |
| | |||||
* | chore: Export stats type from 0x.js | Fabio Berger | 2018-10-15 | 1 | -1/+1 |
| | |||||
* | Throw and handle errors from Providers. | Jacob Evans | 2018-10-09 | 1 | -0/+1 |
| | | | | | | | 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 | ||||
* | Introduce Metamask Subprovider. | Jacob Evans | 2018-10-05 | 1 | -2/+7 |
| | | | | 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 | ||||
* | Export missing type | Fabio Berger | 2018-09-04 | 1 | -0/+1 |
| | |||||
* | Export missing types and add OrderValidatorWrapper to hidden constructors | Brandon Millman | 2018-08-29 | 1 | -0/+3 |
| | |||||
* | Add OrderValidatorWrapper to public interface | Brandon Millman | 2018-08-28 | 1 | -0/+1 |
| | |||||
* | Fix remaining merge issues | Fabio Berger | 2018-08-22 | 1 | -0/+1 |
| | |||||
* | Fix index.ts given fix in doc generation | Fabio Berger | 2018-08-22 | 1 | -8/+1 |
| | |||||
* | Move types from sol-compiler to types so they can be used in other places ↵ | Fabio Berger | 2018-08-22 | 1 | -8/+5 |
| | | | | without requiring sol-compiler as a dep | ||||
* | Add missing exports to 0x.js and contract-wrappers index.ts | Fabio Berger | 2018-08-21 | 1 | -0/+2 |
| | |||||
* | Remove unused ContractWrapper export | Fabio Berger | 2018-08-17 | 1 | -2/+0 |
| | |||||
* | Export Web3ProviderEngine directly instead of indirectly via subproviders | Fabio Berger | 2018-08-16 | 1 | -7/+3 |
| | |||||
* | Remove unused types from 0x.js index.ts discovered | Fabio Berger | 2018-08-16 | 1 | -26/+0 |
| | |||||
* | Move purging private underscored items to the doc json generation phase | Fabio Berger | 2018-08-15 | 1 | -2/+0 |
| | |||||
* | Flesh out 0x.js index.ts and added some exports to other index.ts in the process | Fabio Berger | 2018-08-15 | 1 | -2/+44 |
| | |||||
* | Merge in new 0x.js interface | Fabio Berger | 2018-08-15 | 1 | -17/+30 |
|\ | |||||
| * | Refactor 0x.js to simply re-export it's own sub-dependencies rather then ↵ | Fabio Berger | 2018-08-14 | 1 | -32/+52 |
| | | | | | | | | wrapping them in a ZeroEx object | ||||
* | | Merge development | Fabio Berger | 2018-08-15 | 1 | -2/+0 |
|\| | |||||
| * | Rename from SignerProviderType.EthSign to SignerType.Default | Jacob Evans | 2018-08-11 | 1 | -1/+1 |
| | | |||||
| * | Introduce SignerProviderType | Jacob Evans | 2018-08-09 | 1 | -1/+1 |
| | | | | | | | | This allows the developer to indicate the nuanced signer provider. Some have different implementations (trezor, ledger) and others have different implementations (metamask). Breaking the abstraction of eth_sign. EthSign assumes a spec compliant implementation and can be used as a default | ||||
* | | Add missing types from 0x.js index.ts | Fabio Berger | 2018-08-14 | 1 | -1/+10 |
| | | |||||
* | | Add missing type exports | Fabio Berger | 2018-08-07 | 1 | -0/+10 |
| | | |||||
* | | Add missing type | Fabio Berger | 2018-08-06 | 1 | -0/+1 |
| | | |||||
* | | Change order of index.ts since it not dictates to ordering of the docs | Fabio Berger | 2018-08-01 | 1 | -26/+27 |
|/ | |||||
* | Export missing types and add to doc ref whitelist | Fabio Berger | 2018-07-17 | 1 | -0/+4 |
| | |||||
* | Export Web3ProviderEngine and RPCSubprovider from 0x.js | Fabio Berger | 2018-07-13 | 1 | -0/+1 |
| | |||||
* | Refactor 0x.js to V2 | Fabio Berger | 2018-07-12 | 1 | -21/+31 |
| | |||||
* | Temporarily remove OrderWatcher from 0x.js | Fabio Berger | 2018-07-11 | 1 | -2/+0 |
| | |||||
* | Export OrderWatcherConfig from 0x.js | Fabio Berger | 2018-06-19 | 1 | -0/+2 |
| | |||||
* | Rename zeroExContract... to contractWrappers... | Fabio Berger | 2018-05-10 | 1 | -1/+1 |
| | |||||
* | Split 0x.js into contract-wrappers, order-watcher but keep 0x.js as a ↵ | Fabio Berger | 2018-05-10 | 1 | -31/+21 |
| | | | | unifying library with the same interface | ||||
* | Move our contract templates to accept Provider instead of Web3Wrapper | Leonid Logvinov | 2018-04-04 | 1 | -1/+1 |
| | |||||
* | Move common types out of web3 types | Leonid Logvinov | 2018-03-27 | 1 | -1/+1 |
| | |||||
* | Add SignedOrder, Order, and ECSignature types to the types package | Brandon Millman | 2018-03-15 | 1 | -3/+3 |
| | |||||
* | Consolidate all same exports together | Fabio Berger | 2018-03-03 | 1 | -2/+1 |
| | |||||
* | Use abi-gen for events in 0x.js | Leonid Logvinov | 2018-02-07 | 1 | -13/+22 |
| | |||||
* | Move BlockParamLiteral to shared types package | Jacob Evans | 2018-02-07 | 1 | -1/+7 |
| | | | | Also BlockParam | ||||
* | Move BlockParam and BlockParamLiteral to shared types | Jacob Evans | 2018-02-07 | 1 | -3/+1 |
| | |||||
* | Remove truffle from tests | Leonid Logvinov | 2018-01-30 | 1 | -3/+2 |
| | |||||
* | Apply prettier config | Leonid Logvinov | 2018-01-03 | 1 | -4/+2 |
| | |||||
* | Export new public types | Leonid Logvinov | 2017-12-20 | 1 | -0/+3 |
| | |||||
* | Add etherToken.getLogsAsync and etherToken.subscribe with tests | Leonid Logvinov | 2017-12-20 | 1 | -0/+2 |
| | |||||
* | Rename SubscriptionOpts to BlockRange | Leonid Logvinov | 2017-12-19 | 1 | -1/+1 |
| | |||||
* | Move shared types to types package | Leonid Logvinov | 2017-12-14 | 1 | -1/+4 |
| | |||||
* | Export TransactionOpts type | Leonid Logvinov | 2017-11-29 | 1 | -0/+1 |
| | |||||
* | Callback for subscribe no longer supports an Async Callback | Jacob Evans | 2017-11-14 | 1 | -2/+0 |
| | |||||
* | Switch over to Lerna + Yarn Workspaces setup for a mono-repo approach | Fabio Berger | 2017-11-13 | 1 | -0/+45 |