aboutsummaryrefslogtreecommitdiffstats
path: root/packages/0x.js/src
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Add link to Provider explanationFabio Berger2017-11-281-1/+2
| * Add comment about BlockParamLiteral explaining the omission of EarliestFabio Berger2017-11-241-0/+3
| * Merge branch 'development' into validateOrdersAgainstLatestBlockFabio Berger2017-11-242-8/+11
| |\
| * | Pass 'latest' to ExchangeTransferSimulator when used for validating orders, a...Fabio Berger2017-11-244-14/+19
| * | Remove `Earliest` from blockParamLiterals since specifying block 0 is trivial...Fabio Berger2017-11-241-1/+0
* | | Remove ContractDoesNotExist error and replace it with more specific errorsLeonid Logvinov2017-11-242-3/+18
* | | Pass networkId on provider updateLeonid Logvinov2017-11-244-9/+9
* | | Remove outdated commentLeonid Logvinov2017-11-241-2/+0
* | | Improve a commentLeonid Logvinov2017-11-241-1/+1
* | | Add a commentLeonid Logvinov2017-11-241-0/+1
* | | Reuse the protected function to get contract addressLeonid Logvinov2017-11-241-10/+2
* | | Move variable declaration inside the ifLeonid Logvinov2017-11-241-0/+12
* | | Fix rebasing issuesLeonid Logvinov2017-11-241-1/+2
* | | Revert "Remove redundant async"Leonid Logvinov2017-11-241-1/+1
* | | Refactor getContractAddress to contractWrapperLeonid Logvinov2017-11-245-41/+17
* | | Remove redundant asyncLeonid Logvinov2017-11-241-1/+1
* | | Fix the artifactsLeonid Logvinov2017-11-242-2/+2
* | | Fix the imports orderLeonid Logvinov2017-11-2411-1445/+70
* | | Enable some new linter rules and fix the issuesLeonid Logvinov2017-11-2410-154/+157
* | | Auto-fix linter errorsLeonid Logvinov2017-11-2420-123/+151
* | | Fix linter issuesLeonid Logvinov2017-11-242-2/+2
* | | Await block reconcilationLeonid Logvinov2017-11-241-1/+1
* | | Remove even more asyncsLeonid Logvinov2017-11-244-21/+34
* | | Make zeroEx.tokenRegistry.getContractAddress non-asyncLeonid Logvinov2017-11-241-5/+12
* | | Make exchange subscriptions non-asyncLeonid Logvinov2017-11-241-2/+2
* | | Cleanup order watcher from redundant asyncsLeonid Logvinov2017-11-242-11/+11
* | | Make zeroEx.exchange.getContractAddress non-asyncLeonid Logvinov2017-11-241-6/+13
* | | Add ZRX artifactsLeonid Logvinov2017-11-241-0/+17
* | | Make getZRXTokenAddress non asyncLeonid Logvinov2017-11-246-18/+29
* | | Store networkId in web3WrapperLeonid Logvinov2017-11-242-20/+9
* | | Add networkId to zeroExConfig schemaLeonid Logvinov2017-11-241-0/+5
* | | Add networkId to ZeroExConfig and make it requiredLeonid Logvinov2017-11-242-17/+10
| |/ |/|
* | Rename removed to isRemovedLeonid Logvinov2017-11-242-7/+7
* | Make DecodedLogEvent contain web3 log under a log subkeyLeonid Logvinov2017-11-242-2/+5
|/
* Merge pull request #230 from 0xProject/feature/removeDuplicateEventsFabio Berger2017-11-241-0/+12
|\
| * Add an order state cache to filter out duplicate eventsLeonid Logvinov2017-11-211-0/+12
* | Fix nitsJacob Evans2017-11-231-5/+4
* | Merge branch 'development' into feature/calculate-remaining-proportionsJacob Evans2017-11-238-46/+189
|\ \
| * | Last renamesLeonid Logvinov2017-11-231-5/+5
| * | Refactor while conditionLeonid Logvinov2017-11-231-6/+12
| * | Merge branch 'development' into feature/orderExpiredLeonid2017-11-231-3/+31
| |\ \
| | * | Rename toDecimal to hexToDecimalLeonid Logvinov2017-11-221-4/+4
| | * | Add postFormatter for logsLeonid Logvinov2017-11-221-3/+31
| | |/
| * | Fix testsLeonid Logvinov2017-11-221-1/+2
| * | Fix a typoLeonid Logvinov2017-11-221-1/+1
| * | Check if transactionReceipt exists before normalizing itLeonid Logvinov2017-11-211-1/+3
| * | Address nitsLeonid Logvinov2017-11-211-3/+2
| * | Remove old commentLeonid Logvinov2017-11-211-1/+0
| * | Fix async callbacksLeonid Logvinov2017-11-211-2/+2
| * | Check if callback existsLeonid Logvinov2017-11-212-8/+10
| * | RenameLeonid Logvinov2017-11-211-8/+8
| * | Pass callback downLeonid Logvinov2017-11-211-9/+5
| * | Merge branch 'development' into feature/orderExpiredLeonid2017-11-2111-37/+52
| |\|
| | * Merge branch 'development' into feature/track-zrx-movementsJacob Evans2017-11-164-20/+11
| | |\
| | | * Merge branch 'development' into syncSubscribeJacob Evans2017-11-169-9/+24
| | | |\
| | | * | separate assignment and callJacob Evans2017-11-151-1/+2
| | | * | Remove Async subscribe callbacks from OrderWatcherJacob Evans2017-11-152-10/+8
| | | * | Callback for subscribe no longer supports an Async CallbackJacob Evans2017-11-144-12/+4
| | * | | Fix nitsJacob Evans2017-11-161-1/+1
| | * | | Change to Async suffix conventionJacob Evans2017-11-161-4/+4
| | * | | Add return typeJacob Evans2017-11-161-1/+1
| | * | | Add and Remove Fee Token with Maker TokenJacob Evans2017-11-161-8/+17
| | | |/ | | |/|
| * | | Remove custom heap and use bintreesLeonid Logvinov2017-11-213-102/+14
| * | | Add expirationMarginMsLeonid Logvinov2017-11-214-10/+30
| * | | Add defaultsLeonid Logvinov2017-11-213-9/+9
| * | | Add ifExists suffixLeonid Logvinov2017-11-212-6/+6
| * | | Improve the commentLeonid Logvinov2017-11-211-1/+1
| * | | Remove commentLeonid Logvinov2017-11-211-1/+0
| * | | Remove new lineLeonid Logvinov2017-11-211-1/+0
| * | | Delete orderExpirationCheckingIntervalIdIfExistsLeonid Logvinov2017-11-211-0/+1