aboutsummaryrefslogtreecommitdiffstats
path: root/packages/0x.js/src
Commit message (Expand)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-162-15/+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
* Introduce Metamask Subprovider.Jacob Evans2018-10-051-2/+7
* 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 wit...Fabio Berger2018-08-221-8/+5
* 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-159-10422/+30
|\
| * Refactor 0x.js to simply re-export it's own sub-dependencies rather then wrap...Fabio Berger2018-08-149-10443/+52
* | Merge developmentFabio Berger2018-08-152-15/+9
|\ \
| * | Updated CHANGELOGSAlex Browne2018-08-141-1/+1
| |/
| * Merge pull request #914 from 0xProject/feature/0x.js/ec-signature-stringJacob Evans2018-08-142-8/+9
| |\
| | * Update version numbers.Jacob Evans2018-08-141-1/+1
| | * Rename from SignerProviderType.EthSign to SignerType.DefaultJacob Evans2018-08-112-12/+7
| | * Introduce SignerProviderTypeJacob Evans2018-08-092-8/+14
| * | fix contract-wrappers json-schemasfragosti2018-08-101-1/+1
| |/
* | 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
* | Make signature_util into an object literal so related functions are rendered ...Fabio Berger2018-08-031-5/+4
* | Change order of index.ts since it not dictates to ordering of the docsFabio Berger2018-08-011-26/+27
* | Remove all in-package monorepo-scripts by adding doc gen/upload and aggregate...Fabio Berger2018-07-302-16/+0
|/
* 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-182-0/+9
|\
| * Export missing types and add to doc ref whitelistFabio Berger2018-07-171-0/+4
| * 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
|/
* Update yarn.lock and artifactFabio Berger2018-07-131-10057/+10030
* Export Web3ProviderEngine and RPCSubprovider from 0x.jsFabio Berger2018-07-131-0/+1
* remove non-existent param commentFabio Berger2018-07-121-1/+0
* prettier fixFabio Berger2018-07-121-10030/+10057
* Rename `compact_artifacts` to `artifacts` and update themFabio Berger2018-07-128-1845/+10031
* Refactor 0x.js to V2Fabio Berger2018-07-125-57/+93
* Remove TokenRegistry from 0x.jsFabio Berger2018-07-123-10/+2
* Temporarily remove OrderWatcher from 0x.jsFabio Berger2018-07-112-17/+0
* Export OrderWatcherConfig from 0x.jsFabio Berger2018-06-191-0/+2
* Run prettierfragosti2018-06-072-2/+0
* Try enabling no-unused-variable...fragosti2018-06-053-14/+0
* Fix TSLint rulesFabio Berger2018-05-161-1/+15
* 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-102-3/+3
* Improve createOrderWatcherAsyncFabio Berger2018-05-101-4/+5
* Fix no-any-propagationFabio Berger2018-05-101-2/+2
* Fix website and 0x.js docsFabio Berger2018-05-101-21/+0
* Split 0x.js into contract-wrappers, order-watcher but keep 0x.js as a unifyin...Fabio Berger2018-05-1028-3954/+62
* Stop exporting assertions from order-utilsLeonid Logvinov2018-05-029-8/+40
* Create wrapper functions so that docs render properlyLeonid Logvinov2018-05-021-29/+37
* Move order utils to @0xproject/order-utilsLeonid Logvinov2018-05-0214-239/+64
* Update comment to be more descriptive of null address in exchange simulatorJacob Evans2018-05-011-1/+3
* Execute taker side in trade simulationJacob Evans2018-05-012-22/+9
* Fix expiration watcher comparatorLeonid Logvinov2018-04-181-2/+11
* Merge pull request #535 from 0xProject/fix/commentRenderingFabio Berger2018-04-182-13/+13
|\
| * Fix commentsFabio Berger2018-04-182-13/+13
* | Fix linter and prettierJacob Evans2018-04-186-11/+24
* | Revert removeOrder flag in favor of noopAra Kevonian2018-04-172-5/+6
* | Fix redundant expired order removal bugAra Kevonian2018-04-171-3/+5
* | Merge pull request #510 from avonian/developmentFabio Berger2018-04-179-32/+123
|\ \ | |/ |/|
| * Use this.defaultBlock in OrderFilledCancelledLazyStoreAra Kevonian2018-04-171-2/+2
| * Add stateLayer param to getOrderState and clean up variable namesAra Kevonian2018-04-177-28/+39
| * Rename BalanceAndAllowanceFetchers to BalanceAndProxyAllowanceFetchersAra Kevonian2018-04-135-17/+17
| * Implement Simple FetchersAra Kevonian2018-04-138-8/+58
| * Modify lazy stores to implement abstract fetcher classesAra Kevonian2018-04-105-17/+31
| * Lint/PrettifyAra Kevonian2018-04-091-21/+18
| * Implement `zeroEx.exchange.getOrderStateAsync`Ara Kevonian2018-04-091-17/+36
* | Move migrations into separate monorepo subpackage and hook it up to 0x.js and...Fabio Berger2018-04-098-7/+7
|/
* Move our contract templates to accept Provider instead of Web3WrapperLeonid Logvinov2018-04-049-45/+47
* Remove unused 0x.js depsFabio Berger2018-04-031-1/+0
* Stop passing _abiDecoderLeonid Logvinov2018-04-021-1/+1
* Add metacoin example projectLeonid Logvinov2018-04-029-122/+19
* Run prettier, update deployer CHANGELOGAmir Bandeali2018-04-022-8/+8
* Add missing type importAmir Bandeali2018-04-011-8/+2
* Fixed comment(s) for PR #488Ara Kevonian2018-03-311-3/+3
* OrderStateWatcher fixes for PR #488Ara Kevonian2018-03-312-6/+5
* Amended comments to clarify changes on PR #488Ara Kevonian2018-03-302-0/+2
* Monitor different state layers with OrderWatcherAra Kevonian2018-03-304-18/+27
* Merge pull request #482 from 0xProject/feature/web3-typesLeonid Logvinov2018-03-287-33/+41
|\
| * Move common types out of web3 typesLeonid Logvinov2018-03-277-33/+41
* | Remove nested .gitignore files since `yarn publish` gets confused by them and...Fabio Berger2018-03-271-1/+0
|/
* Revert TokenRegistry address on KovanFabio Berger2018-03-271-1/+1
* Fix typosFabio Berger2018-03-235-6/+6
* Merge branch 'development' into addExtraDocsFabio Berger2018-03-221-0/+3
|\
| * Fix a bug causing fillOrdersUpTo validation to fail because of some extra ord...Leonid Logvinov2018-03-211-0/+3
* | Rename method for clarityFabio Berger2018-03-211-1/+1
* | Rename `stagedocs.ts` file to `stage_docs.ts` in keeping with our file naming...Fabio Berger2018-03-201-0/+0
|/
* Update Kovan Ethertoken AddressJacob Evans2018-03-201-1/+1
* Add SignedOrder, Order, and ECSignature types to the types packageBrandon Millman2018-03-1511-57/+30
* Merge branch 'development' into feature/utils/console-logBrandon Millman2018-03-153-0/+22
|\
| * Move configuration into package.json configs sectionFabio Berger2018-03-143-41/+8
| * Consolidate docs generation and uploading logicFabio Berger2018-03-142-29/+3
| * move scripts to monorepro-scriptsFabio Berger2018-03-132-2/+2
| * Move monorepo_scripts into src dir removing the need for a separate globals.d...Fabio Berger2018-03-133-0/+81
* | Consolidate all console.log into the @0xproject/utils packageBrandon Millman2018-03-141-4/+0
|/
* Consolidate all same exports togetherFabio Berger2018-03-031-2/+1
* Move BaseContract to web3WrapperLeonid Logvinov2018-02-282-76/+1
* Remove unused paramLeonid Logvinov2018-02-281-1/+1
* Add txData to async callsLeonid Logvinov2018-02-282-3/+10
* Create ethers-typescript-typingsLeonid Logvinov2018-02-281-29/+0
* Rewrite templates to decode call data on transactionsLeonid Logvinov2018-02-281-0/+1
* Fix buildLeonid Logvinov2018-02-281-5/+5
* Allow users to specify the contracts backend in abi-genLeonid Logvinov2018-02-289-32/+92
* Merge branch 'development' into fix/unsubscribeAllLeonid Logvinov2018-02-286-63/+139
|\
| * Merge branch 'development' into feature/0x.js/lowercase-addressesJacob Evans2018-02-275-25/+72
| |\
| * | Check isETHAddressHex before lowercaseJacob Evans2018-02-276-63/+51
| * | Check maker is valid addressJacob Evans2018-02-231-3/+8
| * | Lowercase public addressesJacob Evans2018-02-236-89/+172
* | | Rename _unsubscribeAll to unsubscribeAllLeonid Logvinov2018-02-273-6/+6
| |/ |/|
* | Remove unused importLeonid Logvinov2018-02-211-1/+1
* | Change assert.doesConformToShema interfaceLeonid Logvinov2018-02-211-4/+4
* | Remove type-level validationLeonid Logvinov2018-02-152-23/+9
* | Fix testsLeonid Logvinov2018-02-151-1/+1
* | Add entries to the CHANGELOGLeonid Logvinov2018-02-152-4/+2
* | Better validate ZeroExConfig on public networksLeonid Logvinov2018-02-155-33/+96
|/
* Fix ABI error messageLeonid Logvinov2018-02-071-1/+0
* Use abi-gen for events in 0x.jsLeonid Logvinov2018-02-076-119/+52
* Move BlockParamLiteral to shared types packageJacob Evans2018-02-078-11/+17
* Move BlockParam and BlockParamLiteral to shared typesJacob Evans2018-02-072-14/+4
* Revert "Temp"Leonid Logvinov2018-02-061-1/+0
* Merge branch 'development' of github.com:0xProject/0x.js into developmentLeonid Logvinov2018-02-062-1/+14
|\
| * Merge branch 'development' into fix/ether_token_addressLeonid2018-02-0512-181/+50
| |\
| * | Improve the comment and fix an exceptionLeonid Logvinov2018-02-051-3/+7
| * | Add zeroEx.etherToken.getContractAddressifExistsLeonid Logvinov2018-01-302-1/+10
* | | TempLeonid Logvinov2018-02-061-0/+1
| |/ |/|
* | Merge branch 'development' into feature/build_watchLeonid2018-02-051-1/+5
|\ \
| * | Fix linter errorsLeonid Logvinov2018-02-011-2/+2
| * | don't remove maker/zrx order from cache twiceLuke Autry2018-02-011-1/+5
* | | Fix errors after TS upgradeLeonid Logvinov2018-02-011-4/+4
|/ /
* | Fix lint errorsBrandon Millman2018-01-315-16/+16
* | Fix tslint issuesLeonid Logvinov2018-01-302-5/+5
* | Normalize the dependenciesLeonid Logvinov2018-01-302-2/+2
* | Make awaitTransactionMinedAsync non-generic againLeonid Logvinov2018-01-301-4/+4
* | Remove truffle from testsLeonid Logvinov2018-01-3011-154/+24
* | Refactor contracts tests to not use injected web3 instanceLeonid Logvinov2018-01-301-5/+0
|/
* Add config file specifically in prettier command and fix filesFabio Berger2018-01-3036-5603/+5603
* Fix prettierFabio Berger2018-01-3036-5603/+5603
* Add shouldAddPersonalMessagePrefix param to signOrderHashAsync instead of try...Fabio Berger2018-01-302-15/+11
* Add Rinkeby addresses to artifactsAmir Bandeali2018-01-265-0/+15
* Fix the bug making it impossible to specify the custom ZRX addressLeonid Logvinov2018-01-243-0/+5
* Merge pull request #322 from 0xProject/fix/ci-timeLeonid2018-01-182-12/+4
|\
| * Remove unused dependenciesLeonid Logvinov2018-01-171-12/+0
| * Return is pensing events are undefinedLeonid Logvinov2018-01-161-0/+4
* | Fix fillOrdersUpTo balances validationLeonid Logvinov2018-01-161-2/+4
|/
* Merge pull request #319 from 0xProject/feature/final-monorepoLeonid2018-01-131-2/+0
|\
| * Remove redundant type refsLeonid Logvinov2018-01-131-2/+0
* | Return after checking for an error and add an explanatory commentLeonid Logvinov2018-01-131-1/+2
* | Make some callbacks failable and add error handlingLeonid Logvinov2018-01-116-38/+61
|/
* Fix callback typesLeonid Logvinov2018-01-101-1/+1
* Include web3 types via typeRoots and factor out common parts of tsconfig.jsonLeonid Logvinov2018-01-102-1/+9
* Apply prettify on json and md filesLeonid Logvinov2018-01-047-1727/+1726
* Fix linter errorsLeonid Logvinov2018-01-045-6/+5
* Use configured version of bignumber in all packagesLeonid Logvinov2018-01-0417-21/+17
* Fix formattingLeonid Logvinov2018-01-031-1/+0
* Apply prettier configLeonid Logvinov2018-01-0328-548/+889
* Merge pull request #285 from 0xProject/fix/underscorePrivateBrandon Millman2017-12-229-190/+190
|\
| * Add some missed underscores, update changelog and commentsBrandon Millman2017-12-212-3/+3
| * Merge branch 'development' into fix/underscorePrivateBrandon Millman2017-12-216-12/+173
| |\
| * | Add new underscore-privates rule to @0xproject/tslint-config and fix lint errorsBrandon Millman2017-12-209-188/+188
* | | 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
| |/ |/|
* | Fix linter issueLeonid Logvinov2017-12-201-1/+0
* | Update snapshot and artifactsLeonid Logvinov2017-12-203-3/+3
* | Add WETH9 testsLeonid Logvinov2017-12-201-1/+1
* | Use the new snapshot including WETH9 and it's artifactsLeonid Logvinov2017-12-203-5/+5
* | Fix WETH events watchingLeonid Logvinov2017-12-202-3/+3
* | Init the _etherTokenContractsByAddressLeonid Logvinov2017-12-201-1/+1
* | Export new public typesLeonid Logvinov2017-12-201-0/+3
* | Make order watcher react to new etherToken eventsLeonid Logvinov2017-12-201-0/+33
* | Add EtherToken events to the ABILeonid Logvinov2017-12-202-2/+36
* | Enable multiple EtherTokenContract instancesLeonid Logvinov2017-12-201-4/+9
* | Add etherToken.getLogsAsync and etherToken.subscribe with testsLeonid Logvinov2017-12-204-6/+93
|/
* Don't throw in transformersLeonid Logvinov2017-12-201-1/+1
* Throw a better error message when taker is null|undefined or anything but not...Leonid Logvinov2017-12-195-24/+78
* Fix commentsLeonid Logvinov2017-12-192-2/+2
* Fix linter issuesLeonid Logvinov2017-12-191-2/+2
* Rename SubscriptionOpts to BlockRangeLeonid Logvinov2017-12-196-19/+19
* Modify the etherToken wrapper methods to accept an etherTokenAddress as the f...Fabio Berger2017-12-174-32/+14
* Fix documentation issue where `unsubscribeAll` shown as method on every contr...Fabio Berger2017-12-173-4/+13
* Fix 0x.js unused varsLeonid Logvinov2017-12-1513-35/+9
* Add a newlineLeonid Logvinov2017-12-151-1/+2
* Fix linter errorsLeonid Logvinov2017-12-141-1/+1
* Add DummyToken to gitignoreLeonid Logvinov2017-12-141-0/+1
* Add DummyToken to artifacts listLeonid Logvinov2017-12-141-0/+2
* Update addresses and add DummyToken artifactLeonid Logvinov2017-12-145-4/+27
* Move shared types to types packageLeonid Logvinov2017-12-143-29/+7
* Move more shared utils into utils package and reuse themLeonid Logvinov2017-12-148-55/+5
* Remove generated contracts and ignore them. Add a prebuild command to regener...Leonid Logvinov2017-12-146-2160/+5
* Rename blockAndLogStreamer to blockAndLogStreamerIfExistsLeonid Logvinov2017-12-121-14/+18
* Refactor networkId out of web3WrapperLeonid Logvinov2017-12-087-19/+27
* Refactor web3Wrapper to a separate packageLeonid Logvinov2017-12-0717-244/+41
* Address feedbackLeonid Logvinov2017-12-061-1/+1
* Regenerate filesLeonid Logvinov2017-12-065-5/+5
* Rename abi-gen to typed-contractsLeonid Logvinov2017-12-065-10/+10
* Remove TODOsLeonid Logvinov2017-12-051-2/+0
* Fix a commentLeonid Logvinov2017-12-051-5/+5
* Add a commentLeonid Logvinov2017-12-051-0/+1
* Fix a typoLeonid Logvinov2017-12-051-1/+1
* Update commentLeonid Logvinov2017-12-025-5/+5
* Add comments before generated contractsLeonid Logvinov2017-12-025-0/+20
* Use our promisifyLeonid Logvinov2017-12-021-12/+11
* Make target optionalLeonid Logvinov2017-12-021-1/+1
* Remove es6-promisifyLeonid Logvinov2017-12-021-6/+0
* Remove all contract wrapperLeonid Logvinov2017-12-021-98/+0
* Add async prefixLeonid Logvinov2017-12-021-1/+1
* Adjust 0x.js to use generated wrappersLeonid Logvinov2017-12-027-24/+43
* Remove old contract typingsLeonid Logvinov2017-12-021-154/+11
* Add promisifyLeonid Logvinov2017-12-021-0/+24
* Add class utilsLeonid Logvinov2017-12-021-0/+17
* Add generated contract wrappersLeonid Logvinov2017-12-026-0/+2176
* Export TransactionOpts typeLeonid Logvinov2017-11-291-0/+1
* Merge pull request #235 from 0xProject/feature/gasPriceGasLimitLeonid2017-11-296-173/+125
|\
| * Improve the commentLeonid Logvinov2017-11-291-1/+3
| * Remove a commentLeonid Logvinov2017-11-291-1/+0
| * Fix a typoLeonid Logvinov2017-11-291-1/+1
| * Add fake gas estimate suprovider for testsLeonid Logvinov2017-11-292-28/+1
| * Fix a commentLeonid Logvinov2017-11-281-4/+4
| * Increase gas marginLeonid Logvinov2017-11-281-2/+1
| * Fix defaults for shouldValidateLeonid Logvinov2017-11-281-7/+21
| * Add gas margin and remove undefined valuesLeonid Logvinov2017-11-281-10/+14
| * Add an initializer for txOpts in etherTokenLeonid Logvinov2017-11-281-2/+6
| * Add option config for gasPrice and gasLimit for every transaction sending methodLeonid Logvinov2017-11-285-138/+95
* | Change interval to 1hLeonid Logvinov2017-11-291-1/+1
* | RenameLeonid Logvinov2017-11-291-2/+2
* | Add ifExists to cleanupJobIntervalLeonid Logvinov2017-11-291-4/+4
* | Add a cleanup job to an order watcherLeonid Logvinov2017-11-292-2/+46
|/
* Fix merge conflictsLeonid Logvinov2017-11-282-5/+5
* Merge branch 'development' into feature/passNetworkIdLeonid2017-11-285-20/+27
|\