aboutsummaryrefslogtreecommitdiffstats
path: root/packages/0x.js/src/utils/order_state_utils.ts
Commit message (Collapse)AuthorAgeFilesLines
* Split 0x.js into contract-wrappers, order-watcher but keep 0x.js as a ↵Fabio Berger2018-05-101-138/+0
| | | | unifying library with the same interface
* Fix linter and prettierJacob Evans2018-04-181-1/+1
|
* Add stateLayer param to getOrderState and clean up variable namesAra Kevonian2018-04-171-1/+1
|
* Rename BalanceAndAllowanceFetchers to BalanceAndProxyAllowanceFetchersAra Kevonian2018-04-131-8/+8
|
* Implement Simple FetchersAra Kevonian2018-04-131-2/+2
|
* Modify lazy stores to implement abstract fetcher classesAra Kevonian2018-04-101-15/+15
|
* Add SignedOrder, Order, and ECSignature types to the types packageBrandon Millman2018-03-151-8/+2
|
* Use configured version of bignumber in all packagesLeonid Logvinov2018-01-041-1/+1
|
* Apply prettier configLeonid Logvinov2018-01-031-22/+34
|
* 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-201-13/+13
|
* Fix 0x.js unused varsLeonid Logvinov2017-12-151-5/+0
|
* Remove outdated commentLeonid Logvinov2017-11-241-2/+0
|
* Enable some new linter rules and fix the issuesLeonid Logvinov2017-11-241-34/+34
|
* Auto-fix linter errorsLeonid Logvinov2017-11-241-11/+12
|
* Make getZRXTokenAddress non asyncLeonid Logvinov2017-11-241-1/+1
|
* 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
|
* 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
| |
* | Renamed canceled to cancelledJacob Evans2017-11-141-3/+3
|/
* Switch over to Lerna + Yarn Workspaces setup for a mono-repo approachFabio Berger2017-11-131-0/+119