aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contracts/test/forwarder/forwarder.ts
Commit message (Expand)AuthorAgeFilesLines
* Add testsAmir Bandeali2018-08-221-994/+0
* Remove redundant constructor argsAmir Bandeali2018-08-221-2/+0
* Change withdrawERC20 => withdrawAsset, reuse transfer logicAmir Bandeali2018-08-101-1/+22
* Make marketBuy functions revert if entire amount not filledAmir Bandeali2018-08-101-43/+15
* Use != instead of > in loops, add sanity checks to market fill functionsAmir Bandeali2018-07-231-1/+1
* Add more tests and fixesAmir Bandeali2018-07-231-404/+473
* Get actual gasPrice from transaction instead of setting defaultAmir Bandeali2018-07-231-35/+34
* Use transferFrom instead of safeTransferFromAmir Bandeali2018-07-231-1/+0
* Fix minimal testsAmir Bandeali2018-07-231-565/+683
* merge v2-prototypeFabio Berger2018-07-181-27/+27
|\
| * Fix bugs having to do with block timestamps and order expirationTimesAlex Browne2018-07-171-27/+27
* | Rename assetProxyUtils to assetDataUtilsFabio Berger2018-07-171-25/+25
|/
* Remove extra ERC20ProxyId from Forwarder constructorJacob Evans2018-07-111-2/+1
* Fix importsLeonid Logvinov2018-07-061-2/+2
* Types: Move Forwarder Revert Reason into types packageJacob Evans2018-07-061-13/+6
* Forwarder specify the revert reasonsJacob Evans2018-07-061-21/+31
* Forwarder fix linter errorJacob Evans2018-07-061-1/+1
* Update to new assertionsJacob Evans2018-07-061-18/+16
* Forwarding contract (squashed commits)Jacob Evans2018-07-061-0/+818