aboutsummaryrefslogtreecommitdiffstats
path: root/packages/0x.js/src/0x.ts
Commit message (Expand)AuthorAgeFilesLines
* Refactor 0x.js to simply re-export it's own sub-dependencies rather then wrap...Fabio Berger2018-08-141-279/+0
* Update version numbers.Jacob Evans2018-08-141-1/+1
* Rename from SignerProviderType.EthSign to SignerType.DefaultJacob Evans2018-08-111-11/+6
* Introduce SignerProviderTypeJacob Evans2018-08-091-7/+13
* Move methods in `ZeroEx.assetData` to `ZeroEx` itselfFabio Berger2018-07-201-4/+51
* Fix 0x.js ts warningsFabio Berger2018-07-181-1/+4
* Merge pull request #884 from 0xProject/export-more-0x.jsFabio Berger2018-07-181-0/+5
|\
| * Make assetData a static property and add to CHANGELOGFabio Berger2018-07-171-1/+1
| * Export assetDataUtils from 0x.jsFabio Berger2018-07-171-0/+5
* | Fix tslint issuesLeonid Logvinov2018-07-171-1/+1
|/
* remove non-existent param commentFabio Berger2018-07-121-1/+0
* Refactor 0x.js to V2Fabio Berger2018-07-121-33/+49
* Remove TokenRegistry from 0x.jsFabio Berger2018-07-121-7/+2
* Temporarily remove OrderWatcher from 0x.jsFabio Berger2018-07-111-15/+0
* Try enabling no-unused-variable...fragosti2018-06-051-1/+0
* Add missing type definitionsLeonid Logvinov2018-05-141-1/+1
* Revert back to hack, we need the configured web3WrapperFabio Berger2018-05-111-6/+7
* Get rid of hackFabio Berger2018-05-111-7/+6
* Fix tslint errorsFabio Berger2018-05-101-1/+1
* Rename zeroExContract... to contractWrappers...Fabio Berger2018-05-101-2/+2
* Improve createOrderWatcherAsyncFabio Berger2018-05-101-4/+5
* Fix no-any-propagationFabio Berger2018-05-101-2/+2
* Split 0x.js into contract-wrappers, order-watcher but keep 0x.js as a unifyin...Fabio Berger2018-05-101-81/+39
* Stop exporting assertions from order-utilsLeonid Logvinov2018-05-021-1/+1
* Create wrapper functions so that docs render properlyLeonid Logvinov2018-05-021-29/+37
* Move order utils to @0xproject/order-utilsLeonid Logvinov2018-05-021-94/+50
* Move our contract templates to accept Provider instead of Web3WrapperLeonid Logvinov2018-04-041-17/+9
* Stop passing _abiDecoderLeonid Logvinov2018-04-021-1/+1
* Add metacoin example projectLeonid Logvinov2018-04-021-42/+10
* Add missing type importAmir Bandeali2018-04-011-8/+2
* Amended comments to clarify changes on PR #488Ara Kevonian2018-03-301-0/+1
* Monitor different state layers with OrderWatcherAra Kevonian2018-03-301-13/+15
* Fix typosFabio Berger2018-03-231-1/+1
* Rename method for clarityFabio Berger2018-03-211-1/+1
* Add SignedOrder, Order, and ECSignature types to the types packageBrandon Millman2018-03-151-2/+2
* Merge branch 'development' into feature/0x.js/lowercase-addressesJacob Evans2018-02-271-1/+6
|\
| * Change assert.doesConformToShema interfaceLeonid Logvinov2018-02-211-4/+4
| * Better validate ZeroExConfig on public networksLeonid Logvinov2018-02-151-0/+5
* | Check isETHAddressHex before lowercaseJacob Evans2018-02-271-4/+3
* | Lowercase public addressesJacob Evans2018-02-231-6/+9
|/
* Make awaitTransactionMinedAsync non-generic againLeonid Logvinov2018-01-301-4/+4
* Remove truffle from testsLeonid Logvinov2018-01-301-17/+9
* Add config file specifically in prettier command and fix filesFabio Berger2018-01-301-304/+304
* Fix prettierFabio Berger2018-01-301-304/+304
* Add shouldAddPersonalMessagePrefix param to signOrderHashAsync instead of try...Fabio Berger2018-01-301-9/+11
* Fix the bug making it impossible to specify the custom ZRX addressLeonid Logvinov2018-01-241-0/+1
* Make some callbacks failable and add error handlingLeonid Logvinov2018-01-111-18/+25
* Include web3 types via typeRoots and factor out common parts of tsconfig.jsonLeonid Logvinov2018-01-101-1/+6
* Use configured version of bignumber in all packagesLeonid Logvinov2018-01-041-5/+1
* Apply prettier configLeonid Logvinov2018-01-031-51/+54
* Refactor toBaseUnitAmount so that it throws if user supplies unitAmount with ...Fabio Berger2017-12-211-0/+4
* Make assertion stricter so that one cannot submit invalid baseUnit amounts to...Fabio Berger2017-12-211-1/+1
* Add etherToken.getLogsAsync and etherToken.subscribe with testsLeonid Logvinov2017-12-201-1/+1
* Throw a better error message when taker is null|undefined or anything but not...Leonid Logvinov2017-12-191-0/+2
* Modify the etherToken wrapper methods to accept an etherTokenAddress as the f...Fabio Berger2017-12-171-1/+1
* Fix 0x.js unused varsLeonid Logvinov2017-12-151-2/+0
* Fix linter errorsLeonid Logvinov2017-12-141-1/+1
* Move more shared utils into utils package and reuse themLeonid Logvinov2017-12-141-2/+1
* Refactor networkId out of web3WrapperLeonid Logvinov2017-12-081-3/+10
* Refactor web3Wrapper to a separate packageLeonid Logvinov2017-12-071-1/+1
* Pass networkId on provider updateLeonid Logvinov2017-11-241-4/+5
* Fix the imports orderLeonid Logvinov2017-11-241-22/+23
* Store networkId in web3WrapperLeonid Logvinov2017-11-241-1/+1
* Add networkId to ZeroExConfig and make it requiredLeonid Logvinov2017-11-241-16/+7
* Add json-schemas package to mono repoBrandon Millman2017-11-141-1/+1
* Switch over to Lerna + Yarn Workspaces setup for a mono-repo approachFabio Berger2017-11-131-0/+333