aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contracts/test/exchange/core.ts
Commit message (Collapse)AuthorAgeFilesLines
* Atomic Order Matching - TestsGreg Hysen2018-05-191-15/+15
|
* Merge branch 'development' into v2-prototypeAmir Bandeali2018-05-161-15/+11
|\
| * Fix linter errorsLeonid Logvinov2018-05-111-1/+1
| |
| * Remove unused deployer docs configsLeonid Logvinov2018-05-101-7/+7
| |
| * Fix linter issuesLeonid Logvinov2018-05-101-6/+6
| |
| * Remove deployer from metacoin and contract testsLeonid Logvinov2018-05-101-17/+45
| |
* | Fix merge conflict issuesFabio Berger2018-04-241-1/+0
| |
* | merge v2-prototypeFabio Berger2018-04-241-55/+61
|\ \
| * | Rename variables, create private validation methods in token wrappersAmir Bandeali2018-04-241-55/+60
| | |
* | | Fix testsAmir Bandeali2018-04-241-60/+9
|/ /
* | Fix and cleanup testsAmir Bandeali2018-04-241-230/+195
| |
* | Rename proxyUtils => assetProxyUtilsAmir Bandeali2018-04-231-20/+20
| |
* | Rename missed variablesAmir Bandeali2018-04-231-146/+146
| |
* | Add missing async suffixAmir Bandeali2018-04-221-11/+11
| |
* | Rename token => assetAmir Bandeali2018-04-221-221/+221
| |
* | Rename DummyToken => DummyERC20TokenAmir Bandeali2018-04-221-10/+10
| |
* | export proxyUtils instead of individual functionsAmir Bandeali2018-04-221-20/+20
| |
* | Remove unused constructor argumentsAmir Bandeali2018-04-221-2/+1
| |
* | Renamed addAssetProxy back to registerAssetProxy; this seemed to cause less ↵Greg Hysen2018-04-211-2/+2
| | | | | | | | confusion. Also updated the function description.
* | Miscellaneous style changes to the contracts package; specifically testsGreg Hysen2018-04-211-2/+4
| |
* | Ran prettierGreg Hysen2018-04-211-10/+2
| |
* | renaming after tokenTransferProxy was removedGreg Hysen2018-04-211-26/+26
| |
* | Removed ERC20 V1 Proxy + TokenTransferProxyGreg Hysen2018-04-211-55/+5
| |
* | switched to constants in default order params.Greg Hysen2018-04-211-2/+2
| |
* | Removed takerTokenAddress and makerTokenAddress from Order struct.Greg Hysen2018-04-211-82/+70
| |
* | Moved ERC721 FillOrderNoThrow tests into wrapperGreg Hysen2018-04-211-28/+0
| |
* | Style improvements to the Asset Proxy testsGreg Hysen2018-04-211-95/+93
| |
* | Replaced instances of `accounts[0]` with `owner` in contracts test casesGreg Hysen2018-04-211-8/+9
| |
* | Updated ERC20 v1 proxy names in testsGreg Hysen2018-04-211-2/+2
| |
* | Ran prettier/linter on new contract testsGreg Hysen2018-04-211-2/+0
| |
* | TS styles in core contract testsGreg Hysen2018-04-211-91/+38
| |
* | Removed some unused ERC721 tokensGreg Hysen2018-04-211-62/+13
| |
* | Minor style improvements to asset proxy utilsGreg Hysen2018-04-211-24/+24
| |
* | makerAssetProxyData/takerAssetProxyData -> makerAssetData/takerAssetDataGreg Hysen2018-04-211-20/+20
| |
* | nilAddress to ZeroEx.NULL_ADDRESSGreg Hysen2018-04-211-4/+3
| |
* | Removed unnecessary assetProxyManagerAddressGreg Hysen2018-04-211-5/+1
| |
* | setAssetProxy to addAssetProxyGreg Hysen2018-04-211-3/+3
| |
* | Renamed TransferProxy to ProxyGreg Hysen2018-04-211-3/+3
| |
* | Renaming TransferProxy to ProxyGreg Hysen2018-04-211-12/+12
| |
* | Asset Proxy DispatcherGreg Hysen2018-04-211-6/+497
| |
* | Add back require statements and tests (will move to another PR)Amir Bandeali2018-04-211-0/+42
| |
* | Revert variable namingAmir Bandeali2018-04-211-126/+128
| |
* | Update Solidity syntax and commentsAmir Bandeali2018-04-211-14/+14
| |
* | Add marketBuyOrders, rename variables, and fx old testsAmir Bandeali2018-04-211-209/+157
| |
* | Fix build errorsAmir Bandeali2018-04-211-13/+21
| |
* | Separate filled/cancelled errorsAmir Bandeali2018-04-211-2/+2
| |
* | Remove partial cancelsAmir Bandeali2018-04-211-66/+3
| |
* | updated test name to reflect smart contractsGreg Hysen2018-04-211-1/+1
| |
* | Change from cancelOrdersBefore to cancelOrdersUpTo. The effect is that ↵Greg Hysen2018-04-211-23/+27
| | | | | | | | orders with salt <= to maker epoch will be cancelled (previously, it was salt < maker epoch)
* | Renamed all instances of timestamp to salt. Clarified test case wording.Greg Hysen2018-04-211-15/+15
| |
* | Fixed spacingGreg Hysen2018-04-211-51/+51
| |
* | Implementation and tests in the protocol for cancelling all orders up to a ↵Greg Hysen2018-04-211-0/+67
| | | | | | | | specific time
* | Add private keys for testrpc mnemonicAmir Bandeali2018-04-211-2/+2
| |
* | Address feedback and lintAmir Bandeali2018-04-211-5/+2
| |
* | Add tests for fillOrderNoThrow based functionsAmir Bandeali2018-04-211-112/+0
| |
* | Fix package.jsonAmir Bandeali2018-04-211-1/+0
| |
* | Modify tests to work with new utilsAmir Bandeali2018-04-211-236/+249
| |
* | Fix log decodingAmir Bandeali2018-04-211-13/+13
| |
* | Add logDecoder, remove outdated testsAmir Bandeali2018-04-211-13/+14
| |
* | Fix compile errorsAmir Bandeali2018-04-211-4/+4
| |
* | Move log decoding logic to exchange wrapperAmir Bandeali2018-04-211-10/+9
| |
* | Add logDecoder, remove outdated testsAmir Bandeali2018-04-211-124/+124
| |
* | Move utils dir into srcAmir Bandeali2018-04-211-6/+6
| |
* | Merge developmentAmir Bandeali2018-04-211-10/+7
| |
* | Run prettierAmir Bandeali2018-04-211-11/+3
| |
* | Get tests to buildAmir Bandeali2018-04-211-118/+95
|/
* Move our contract templates to accept Provider instead of Web3WrapperLeonid Logvinov2018-04-041-7/+7
|
* Add sol-cover implementationLeonid Logvinov2018-03-121-3/+2
|
* Remove onlyLeonid Logvinov2018-02-281-1/+1
|
* Fix a typoLeonid Logvinov2018-02-281-1/+1
|
* Improve an error message when an inorrect number of constructor params is passedLeonid Logvinov2018-02-281-4/+4
|
* Change backend for contracts contractsLeonid Logvinov2018-02-281-4/+4
|
* Use the same templates as 0x.jsLeonid Logvinov2018-02-281-7/+11
|
* Fix build by using local events typesLeonid Logvinov2018-02-281-10/+7
|
* Use Order and SignedOrder type from 0x.jsLeonid Logvinov2018-02-071-151/+150
|
* Introduce SignedOrder class and remove type assertionsLeonid Logvinov2018-02-071-208/+209
|
* Make orderHashHex a getter instead of a propertyLeonid Logvinov2018-02-071-25/+36
|
* Change testsLeonid Logvinov2018-02-071-34/+47
|
* Update contract versions, fix testsAmir Bandeali2018-02-031-1/+1
|
* Remove accounts magic from testsLeonid Logvinov2018-01-301-3/+1
|
* Make an RPC constructor param implicitLeonid Logvinov2018-01-301-1/+1
|
* Use an enum for contract nameLeonid Logvinov2018-01-301-7/+7
|
* Normalize the dependenciesLeonid Logvinov2018-01-301-35/+24
|
* Remove truffle from testsLeonid Logvinov2018-01-301-57/+66
|
* Refactor contracts tests to not use injected web3 instanceLeonid Logvinov2018-01-301-7/+3
|
* Remove truffle from Exchange testsLeonid Logvinov2018-01-301-8/+21
|
* Remove truffle from tokenTransferProxy testsLeonid Logvinov2018-01-301-0/+852