aboutsummaryrefslogtreecommitdiffstats
path: root/packages/order-utils/test
Commit message (Expand)AuthorAgeFilesLines
* Merge developmentFabio Berger2018-08-174-32/+264
|\
| * Rename OrderAlreadyCancelledOrFilled -> OrderCancelled.Jacob Evans2018-08-161-1/+3
| * [Order-utils] Order is valid when maker amount is very smallJacob Evans2018-08-151-0/+122
| * Merge branch 'development' into refactor/order-utils/market-utils-apiBrandon Millman2018-08-152-0/+122
| |\
| | * Merge pull request #953 from 0xProject/feature/order-utils/order-sorting-utilsBrandon Millman2018-08-152-0/+122
| | |\
| | | * Fix lint errorsBrandon Millman2018-08-102-9/+5
| | | * Update tests for optional feeRateBrandon Millman2018-08-102-3/+14
| | | * Make feeRate optional with a default of 0Brandon Millman2018-08-101-7/+1
| | | * Add tests for sortingUtilsBrandon Millman2018-08-101-0/+66
| | | * Add tests for rateUtilsBrandon Millman2018-08-101-0/+55
| * | | Remove remaining amounts that are now defaults in testsBrandon Millman2018-08-141-36/+1
| * | | Update marketUtils apiBrandon Millman2018-08-141-23/+44
| |/ /
* | | Fix additional merge conflictsFabio Berger2018-08-153-13/+32
* | | Merge developmentFabio Berger2018-08-153-39/+415
|\| |
| * | Rename from SignerProviderType.EthSign to SignerType.DefaultJacob Evans2018-08-111-37/+50
| * | Update jsdocJacob Evans2018-08-091-0/+1
| * | Introduce SignerProviderTypeJacob Evans2018-08-091-39/+78
| |/
| * Add strictArgumentEncodingCheck to BaseContract and use it in contract templatesAlex Browne2018-08-091-1/+2
| * Add some test cases that stress slippageBufferAmount paramBrandon Millman2018-08-061-6/+15
| * Add tests for findFeeOrdersThatCoverFeesForTargetOrdersBrandon Millman2018-08-062-14/+155
| * Change orderStates param name to remaingFillableMakerAssetAmountsBrandon Millman2018-08-062-61/+14
| * Implement first round of tests for findOrdersThatCoverMakerAssetFillAmountBrandon Millman2018-08-062-0/+209
* | Stop exporting constants from order-utilsFabio Berger2018-08-041-1/+3
* | Make signature_util into an object literal so related functions are rendered ...Fabio Berger2018-08-031-16/+52
|/
* Merge pull request #884 from 0xProject/export-more-0x.jsFabio Berger2018-07-181-2/+2
|\
| * Rename assetProxyUtils to assetDataUtilsFabio Berger2018-07-171-2/+2
* | Fix tslint issuesLeonid Logvinov2018-07-172-5/+4
|/
* Change import paths from z_r_x and e_r_c to zrx and ercLeonid Logvinov2018-06-292-4/+4
* Merge branch 'v2-prototype' into feature/combinatorial-testingFabio Berger2018-06-255-7/+2
|\
| * Fix known order hash value testJacob Evans2018-06-221-8/+4
| * Skip failing tests temporarilyFabio Berger2018-06-221-2/+6
| * Use make-promises-safe as a preloader instead of manually importingAlex Browne2018-06-225-5/+0
* | Remaining refactors of order-utils components for V2Fabio Berger2018-06-131-12/+13
|/
* Fix no-unused-variable tslint rule to include parameters and fix issuesFabio Berger2018-06-122-13/+4
* Remove global hooks from tests and deploy contracts from within the specific ...Fabio Berger2018-06-122-54/+32
* Fix tslint issuesFabio Berger2018-06-121-3/+2
* Move OrderValidationUtils (+ tests) and ExchangeTransferSimulator to order-utilsFabio Berger2018-06-124-0/+305
* Fix tslint failureFabio Berger2018-06-081-1/+1
* Pass in fee and assetAmount rather then the whole signedOrderFabio Berger2018-06-081-30/+20
* - Refactor remainingFillableCalculator so it can be used for the maker and ta...Fabio Berger2018-06-081-0/+257
* Try enabling no-unused-variable...fragosti2018-06-054-6/+2
* Fix type importsFabio Berger2018-06-022-2/+2
* Add signature specific validation methods, and other refactorsFabio Berger2018-06-021-2/+0
* Fix TODOsFabio Berger2018-06-011-2/+1
* Merge branch 'v2-prototype' into refactor/order-utils/for-v2Fabio Berger2018-06-011-3/+3
|\
* | Move isValidOrderHash to the order_hash_test fileFabio Berger2018-05-312-15/+15
* | Fix order-utils testsFabio Berger2018-05-312-33/+28
* | Initial refactor of order-utils. Move many utils from contracts into this pac...Fabio Berger2018-05-302-28/+85
|/
* Remove web3Factory.create and remove dev-tools dependency on sol-covLeonid Logvinov2018-05-231-3/+2
* Merge pull request #594 from 0xProject/improvement/addCustomTslintRulesFabio Berger2018-05-231-4/+8
|\
| * Fix TSLint rulesFabio Berger2018-05-161-4/+8
* | Use make-promises-safe to catch unhandled rejections in testsAlex Browne2018-05-173-0/+3
|/
* Add missing type definitionsLeonid Logvinov2018-05-142-3/+3
* Fix signature utils testsLeonid Logvinov2018-05-031-15/+22
* Move order utils to @0xproject/order-utilsLeonid Logvinov2018-05-025-0/+260