aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contracts/test/exchange/helpers.ts
Commit message (Collapse)AuthorAgeFilesLines
* Make all lib functions internal, add contracts for testingAmir Bandeali2018-04-271-178/+0
|
* Fix testsAmir Bandeali2018-04-241-4/+1
|
* Fix and cleanup testsAmir Bandeali2018-04-241-28/+13
|
* Rename proxyUtils => assetProxyUtilsAmir Bandeali2018-04-231-3/+3
|
* Rename token => assetAmir Bandeali2018-04-221-2/+2
|
* Rename DummyToken => DummyERC20TokenAmir Bandeali2018-04-221-3/+3
|
* export proxyUtils instead of individual functionsAmir Bandeali2018-04-221-3/+3
|
* Remove unused constructor argumentsAmir Bandeali2018-04-221-2/+1
|
* Removed ERC20 V1 Proxy + TokenTransferProxyGreg Hysen2018-04-211-1/+0
|
* Removed takerTokenAddress and makerTokenAddress from Order struct.Greg Hysen2018-04-211-2/+0
|
* Removed unnecessary deployments in testGreg Hysen2018-04-211-17/+1
|
* Replaced instances of `accounts[0]` with `owner` in contracts test casesGreg Hysen2018-04-211-3/+4
|
* Added comments around deploying contracts to helper/wrapper testsGreg Hysen2018-04-211-29/+18
|
* Minor style improvements to asset proxy utilsGreg Hysen2018-04-211-5/+5
|
* makerAssetProxyData/takerAssetProxyData -> makerAssetData/takerAssetDataGreg Hysen2018-04-211-2/+2
|
* nilAddress to ZeroEx.NULL_ADDRESSGreg Hysen2018-04-211-3/+2
|
* Removed unnecessary assetProxyManagerAddressGreg Hysen2018-04-211-5/+1
|
* setAssetProxy to addAssetProxyGreg Hysen2018-04-211-2/+2
|
* Renaming TransferProxy to ProxyGreg Hysen2018-04-211-2/+2
|
* Asset Proxy DispatcherGreg Hysen2018-04-211-4/+43
|
* Revert variable namingAmir Bandeali2018-04-211-2/+2
|
* Add marketBuyOrders, rename variables, and fx old testsAmir Bandeali2018-04-211-4/+4
|
* Add private keys for testrpc mnemonicAmir Bandeali2018-04-211-2/+2
|
* Modify tests to work with new utilsAmir Bandeali2018-04-211-22/+25
|
* Move utils dir into srcAmir Bandeali2018-04-211-10/+5
|
* Move our contract templates to accept Provider instead of Web3WrapperLeonid Logvinov2018-04-041-3/+3
|
* Add sol-cover implementationLeonid Logvinov2018-03-121-3/+2
|
* Improve an error message when an inorrect number of constructor params is passedLeonid Logvinov2018-02-281-3/+3
|
* Fix namingsLeonid Logvinov2018-02-281-2/+2
|
* Use the same templates as 0x.jsLeonid Logvinov2018-02-281-1/+1
|
* Fix build by using local events typesLeonid Logvinov2018-02-281-1/+6
|
* Use Order and SignedOrder type from 0x.jsLeonid Logvinov2018-02-071-9/+10
|
* Introduce SignedOrder class and remove type assertionsLeonid Logvinov2018-02-071-11/+12
|
* Make orderHashHex a getter instead of a propertyLeonid Logvinov2018-02-071-1/+1
|
* Change testsLeonid Logvinov2018-02-071-1/+6
|
* Remove accounts magic from testsLeonid Logvinov2018-01-301-2/+1
|
* Make an RPC constructor param implicitLeonid Logvinov2018-01-301-1/+1
|
* Use an enum for contract nameLeonid Logvinov2018-01-301-6/+7
|
* Remove truffle from testsLeonid Logvinov2018-01-301-12/+17
|
* Refactor contracts tests to not use injected web3 instanceLeonid Logvinov2018-01-301-7/+3
|
* Remove truffle from Exchange testsLeonid Logvinov2018-01-301-5/+20
|
* Remove truffle from tokenTransferProxy testsLeonid Logvinov2018-01-301-0/+167