aboutsummaryrefslogtreecommitdiffstats
path: root/packages/0x.js/src/utils
Commit message (Collapse)AuthorAgeFilesLines
* Remove truffle from testsLeonid Logvinov2018-01-302-73/+2
|
* Add config file specifically in prettier command and fix filesFabio Berger2018-01-3010-738/+738
|
* Fix prettierFabio Berger2018-01-3010-738/+738
|
* Add shouldAddPersonalMessagePrefix param to signOrderHashAsync instead of ↵Fabio Berger2018-01-301-6/+0
| | | | trying to infer whether to add it or not from the nodeVersion
* Fix linter errorsLeonid Logvinov2018-01-041-1/+1
|
* Use configured version of bignumber in all packagesLeonid Logvinov2018-01-047-7/+7
|
* Fix formattingLeonid Logvinov2018-01-031-1/+0
|
* Apply prettier configLeonid Logvinov2018-01-039-124/+236
|
* Add some missed underscores, update changelog and commentsBrandon Millman2017-12-211-1/+1
|
* Add new underscore-privates rule to @0xproject/tslint-config and fix lint errorsBrandon Millman2017-12-204-66/+66
|
* Don't throw in transformersLeonid Logvinov2017-12-201-1/+1
|
* Throw a better error message when taker is null|undefined or anything but ↵Leonid Logvinov2017-12-192-17/+68
| | | | not a string
* Rename SubscriptionOpts to BlockRangeLeonid Logvinov2017-12-191-4/+4
|
* Fix 0x.js unused varsLeonid Logvinov2017-12-153-14/+6
|
* Move more shared utils into utils package and reuse themLeonid Logvinov2017-12-142-38/+0
|
* Refactor web3Wrapper to a separate packageLeonid Logvinov2017-12-072-25/+1
|
* Address feedbackLeonid Logvinov2017-12-061-1/+1
|
* Fix a commentLeonid Logvinov2017-12-051-5/+5
|
* Add a commentLeonid Logvinov2017-12-051-0/+1
|
* Make target optionalLeonid Logvinov2017-12-021-1/+1
|
* Add async prefixLeonid Logvinov2017-12-021-1/+1
|
* Add promisifyLeonid Logvinov2017-12-021-0/+24
|
* Add class utilsLeonid Logvinov2017-12-021-0/+17
|
* Merge branch 'development' into feature/passNetworkIdLeonid2017-11-281-2/+2
|\
| * Pass 'latest' to ExchangeTransferSimulator when used for validating orders, ↵Fabio Berger2017-11-241-2/+2
| | | | | | | | and pass 'pending' when used in the order watcher.
* | Remove outdated commentLeonid Logvinov2017-11-241-2/+0
| |
* | Enable some new linter rules and fix the issuesLeonid Logvinov2017-11-244-128/+129
| |
* | Auto-fix linter errorsLeonid Logvinov2017-11-249-32/+43
| |
* | Fix linter issuesLeonid Logvinov2017-11-241-1/+1
| |
* | Remove even more asyncsLeonid Logvinov2017-11-241-4/+3
| |
* | Make getZRXTokenAddress non asyncLeonid Logvinov2017-11-241-1/+1
|/
* Merge branch 'development' into feature/calculate-remaining-proportionsJacob Evans2017-11-232-4/+7
|\
| * Fix async callbacksLeonid Logvinov2017-11-211-2/+2
| |
| * Merge branch 'development' into feature/orderExpiredLeonid2017-11-213-4/+18
| |\
| * | Remove custom heap and use bintreesLeonid Logvinov2017-11-211-92/+0
| | |
| * | Add expirationMarginMsLeonid Logvinov2017-11-211-2/+5
| | |
| * | Remove new lineLeonid Logvinov2017-11-211-1/+0
| | |
| * | Fix heap implementationLeonid Logvinov2017-11-181-0/+3
| | |
| * | Add initial implementation of expiration watcherLeonid Logvinov2017-11-161-0/+90
| | |
* | | Unit test edge case for ZRX and ZRX partial fillJacob Evans2017-11-211-1/+2
| | |
* | | Refactor into a calculator classJacob Evans2017-11-211-93/+8
| | |
* | | Fixes before refactorJacob Evans2017-11-211-35/+47
| | |
* | | fix bug when fees and partial asymmetricJacob Evans2017-11-201-1/+1
| | |
* | | remove importJacob Evans2017-11-201-1/+0
| | |
* | | calculate remaining maker token amountJacob Evans2017-11-201-25/+35
| | |
* | | Split into Pooled and non-pooledJacob Evans2017-11-201-12/+50
| | |
* | | Incorrect amount when is zero or non-zrx feeJacob Evans2017-11-201-1/+1
| | |
* | | Readability variable namesJacob Evans2017-11-201-10/+10
| | |
* | | refactor upJacob Evans2017-11-161-16/+16
| | |
* | | Use 18 decimal place unitsJacob Evans2017-11-161-2/+2
| | |
* | | Shortcut if everything satisfies in the non dependent use caseJacob Evans2017-11-161-0/+6
| | |
* | | Remove commentsJacob Evans2017-11-161-3/+0
| | |
* | | Initial testsJacob Evans2017-11-161-3/+31
| |/ |/|
* | Change the way 0x.js assert extends the @0xproject/assert moduleBrandon Millman2017-11-151-2/+3
| |
* | Merge pull request #219 from 0xProject/feature/rounding-validationBrandon Millman2017-11-151-0/+13
|\ \ | | | | | | Rounding validation
| * | Name a constantLeonid Logvinov2017-11-151-2/+4
| | |
| * | Fix namingsLeonid Logvinov2017-11-151-2/+2
| | |
| * | Add validation for rounding errorLeonid Logvinov2017-11-141-0/+7
| | |
| * | Return remainingFillableTakerAmountLeonid Logvinov2017-11-141-0/+4
| | |
* | | Merge branch 'development' into feature/addJsonSchemasBrandon Millman2017-11-152-4/+4
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: Improve description Alphabetize Add exit 0 to 0x.js build command Add snapshot save and revert to order_state_watcher_test.ts Fix changelog Use tslint v5.8.0 everywhere and use the tslint-config sub-package instead of the old repo as a dep. in the rest of the sub-packages. Add tslint-config sub-package Fix tslint issue Public interface has changed, moved to minor version Update changelog Renamed canceled to cancelled
| * \ \ Merge pull request #220 from 0xProject/feature/addTsLintPackageFabio Berger2017-11-151-1/+1
| |\ \ \ | | |_|/ | |/| | Add TSLint Config package
| | * | Fix tslint issueFabio Berger2017-11-141-1/+1
| | | |
| * | | Merge pull request #217 from dekz/fixCancelledNaming2Fabio Berger2017-11-141-3/+3
| |\ \ \ | | |/ / | |/| | Standardise on Cancelled over canceled
| | * | Renamed canceled to cancelledJacob Evans2017-11-141-3/+3
| | |/
* | / Add json-schemas package to mono repoBrandon Millman2017-11-141-1/+1
|/ /
* | fix orderingsFabio Berger2017-11-141-1/+1
| |
* | Rename backFabio Berger2017-11-141-1/+1
| |
* | Rename assert sub-package and removed duplicate methods from 0x.js's assert ↵Fabio Berger2017-11-141-77/+5
|/ | | | module
* Switch over to Lerna + Yarn Workspaces setup for a mono-repo approachFabio Berger2017-11-1311-0/+789