aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contracts/test/exchange
Commit message (Collapse)AuthorAgeFilesLines
* Revert variable namingAmir Bandeali2018-04-213-303/+313
|
* Update Solidity syntax and commentsAmir Bandeali2018-04-212-20/+15
|
* Add tests for marketBuyOrdersAmir Bandeali2018-04-211-2/+172
|
* Add marketBuyOrders, rename variables, and fx old testsAmir Bandeali2018-04-213-419/+355
|
* Fix build errorsAmir Bandeali2018-04-211-13/+21
|
* Separate filled/cancelled errorsAmir Bandeali2018-04-211-2/+2
|
* Remove partial cancelsAmir Bandeali2018-04-212-69/+4
|
* 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-213-6/+6
|
* Address feedback and lintAmir Bandeali2018-04-212-6/+3
|
* Add tests for fillOrderNoThrow based functionsAmir Bandeali2018-04-212-130/+302
|
* Fix package.jsonAmir Bandeali2018-04-211-1/+0
|
* Add fillOrderNoThrow to exchange wrapper and add testAmir Bandeali2018-04-211-6/+48
|
* Modify tests to work with new utilsAmir Bandeali2018-04-213-371/+419
|
* 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-213-21/+16
|
* Merge developmentAmir Bandeali2018-04-211-10/+7
|
* Run prettierAmir Bandeali2018-04-211-11/+3
|
* Get tests to buildAmir Bandeali2018-04-212-173/+150
|
* Fix testsLeonid Logvinov2018-04-051-1/+0
|
* Move our contract templates to accept Provider instead of Web3WrapperLeonid Logvinov2018-04-043-22/+19
|
* Add sol-cover implementationLeonid Logvinov2018-03-123-9/+6
|
* 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-283-10/+10
|
* Change backend for contracts contractsLeonid Logvinov2018-02-281-4/+4
|
* Fix namingsLeonid Logvinov2018-02-281-2/+2
|
* Use the same templates as 0x.jsLeonid Logvinov2018-02-283-14/+26
|
* Fix build by using local events typesLeonid Logvinov2018-02-283-12/+19
|
* Fix namingsLeonid Logvinov2018-02-091-84/+90
|
* Use Order and SignedOrder type from 0x.jsLeonid Logvinov2018-02-073-241/+233
|
* Introduce SignedOrder class and remove type assertionsLeonid Logvinov2018-02-073-220/+223
|
* Make orderHashHex a getter instead of a propertyLeonid Logvinov2018-02-072-26/+37
|
* Change testsLeonid Logvinov2018-02-073-58/+89
|
* Update contract versions, fix testsAmir Bandeali2018-02-031-1/+1
|
* Remove accounts magic from testsLeonid Logvinov2018-01-303-8/+4
|
* Make an RPC constructor param implicitLeonid Logvinov2018-01-303-3/+3
|
* Use an enum for contract nameLeonid Logvinov2018-01-303-20/+21
|
* Normalize the dependenciesLeonid Logvinov2018-01-301-35/+24
|
* Remove truffle from testsLeonid Logvinov2018-01-303-99/+113
|
* Refactor contracts tests to not use injected web3 instanceLeonid Logvinov2018-01-303-20/+9
|
* Remove truffle from Exchange testsLeonid Logvinov2018-01-303-20/+65
|
* Remove truffle from tokenTransferProxy testsLeonid Logvinov2018-01-303-0/+1367