aboutsummaryrefslogtreecommitdiffstats
path: root/packages/0x.js/src/index.ts
Commit message (Collapse)AuthorAgeFilesLines
* Fixed merge conflict from developmentGreg Hysen2019-01-081-0/+1
|
* export dutch auction wrapper types from 0x.jsGreg Hysen2019-01-081-0/+2
|
* Export dutch auction wrapper in 0x.jsGreg Hysen2019-01-081-0/+1
|
* Do not export AssetData in 0x.jsAmir Bandeali2019-01-081-1/+0
|
* Update CHANGELOGsAmir Bandeali2019-01-081-0/+2
|
* Add recursive MultiAsset decoding, store first address in pipelineAmir Bandeali2019-01-081-0/+1
|
* feat: Add fields to OrderRelevantState and change AssetData to SingleAssetDataAmir Bandeali2019-01-081-1/+1
|
* feat: Export MultiAssetData in typesAmir Bandeali2019-01-081-0/+1
|
* chore: change package org from 0xproject to 0xJacob Evans2018-10-181-9/+9
|
* feat: export AssetData from utilsfragosti2018-10-171-0/+1
|
* Fix failing doc generation testsAlex Browne2018-10-161-9/+14
|
* chore: Export Stats from types, not indirectly from OrderWatcherFabio Berger2018-10-151-1/+2
|
* chore: Export stats type from 0x.jsFabio Berger2018-10-151-1/+1
|
* Throw and handle errors from Providers.Jacob Evans2018-10-091-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 Evans2018-10-051-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 typeFabio Berger2018-09-041-0/+1
|
* Export missing types and add OrderValidatorWrapper to hidden constructorsBrandon Millman2018-08-291-0/+3
|
* Add OrderValidatorWrapper to public interfaceBrandon Millman2018-08-281-0/+1
|
* Fix remaining merge issuesFabio Berger2018-08-221-0/+1
|
* Fix index.ts given fix in doc generationFabio Berger2018-08-221-8/+1
|
* Move types from sol-compiler to types so they can be used in other places ↵Fabio Berger2018-08-221-8/+5
| | | | without requiring sol-compiler as a dep
* Add missing exports to 0x.js and contract-wrappers index.tsFabio Berger2018-08-211-0/+2
|
* Remove unused ContractWrapper exportFabio Berger2018-08-171-2/+0
|
* Export Web3ProviderEngine directly instead of indirectly via subprovidersFabio Berger2018-08-161-7/+3
|
* Remove unused types from 0x.js index.ts discoveredFabio Berger2018-08-161-26/+0
|
* Move purging private underscored items to the doc json generation phaseFabio Berger2018-08-151-2/+0
|
* Flesh out 0x.js index.ts and added some exports to other index.ts in the processFabio Berger2018-08-151-2/+44
|
* Merge in new 0x.js interfaceFabio Berger2018-08-151-17/+30
|\
| * Refactor 0x.js to simply re-export it's own sub-dependencies rather then ↵Fabio Berger2018-08-141-32/+52
| | | | | | | | wrapping them in a ZeroEx object
* | Merge developmentFabio Berger2018-08-151-2/+0
|\|
| * Rename from SignerProviderType.EthSign to SignerType.DefaultJacob Evans2018-08-111-1/+1
| |
| * Introduce SignerProviderTypeJacob Evans2018-08-091-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.tsFabio Berger2018-08-141-1/+10
| |
* | Add missing type exportsFabio Berger2018-08-071-0/+10
| |
* | Add missing typeFabio Berger2018-08-061-0/+1
| |
* | Change order of index.ts since it not dictates to ordering of the docsFabio Berger2018-08-011-26/+27
|/
* Export missing types and add to doc ref whitelistFabio Berger2018-07-171-0/+4
|
* Export Web3ProviderEngine and RPCSubprovider from 0x.jsFabio Berger2018-07-131-0/+1
|
* Refactor 0x.js to V2Fabio Berger2018-07-121-21/+31
|
* Temporarily remove OrderWatcher from 0x.jsFabio Berger2018-07-111-2/+0
|
* Export OrderWatcherConfig from 0x.jsFabio Berger2018-06-191-0/+2
|
* Rename zeroExContract... to contractWrappers...Fabio Berger2018-05-101-1/+1
|
* Split 0x.js into contract-wrappers, order-watcher but keep 0x.js as a ↵Fabio Berger2018-05-101-31/+21
| | | | unifying library with the same interface
* Move our contract templates to accept Provider instead of Web3WrapperLeonid Logvinov2018-04-041-1/+1
|
* Move common types out of web3 typesLeonid Logvinov2018-03-271-1/+1
|
* Add SignedOrder, Order, and ECSignature types to the types packageBrandon Millman2018-03-151-3/+3
|
* Consolidate all same exports togetherFabio Berger2018-03-031-2/+1
|
* Use abi-gen for events in 0x.jsLeonid Logvinov2018-02-071-13/+22
|
* Move BlockParamLiteral to shared types packageJacob Evans2018-02-071-1/+7
| | | | Also BlockParam
* Move BlockParam and BlockParamLiteral to shared typesJacob Evans2018-02-071-3/+1
|
* Remove truffle from testsLeonid Logvinov2018-01-301-3/+2
|
* Apply prettier configLeonid Logvinov2018-01-031-4/+2
|
* Export new public typesLeonid Logvinov2017-12-201-0/+3
|
* Add etherToken.getLogsAsync and etherToken.subscribe with testsLeonid Logvinov2017-12-201-0/+2
|
* Rename SubscriptionOpts to BlockRangeLeonid Logvinov2017-12-191-1/+1
|
* Move shared types to types packageLeonid Logvinov2017-12-141-1/+4
|
* Export TransactionOpts typeLeonid Logvinov2017-11-291-0/+1
|
* Callback for subscribe no longer supports an Async CallbackJacob Evans2017-11-141-2/+0
|
* Switch over to Lerna + Yarn Workspaces setup for a mono-repo approachFabio Berger2017-11-131-0/+45