aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contracts/test
Commit message (Expand)AuthorAgeFilesLines
* Adjust the testsLeonid Logvinov2018-03-021-37/+47
* Make tests slightly nicerLeonid Logvinov2018-03-021-16/+23
* Remove onlyLeonid Logvinov2018-03-021-1/+1
* Don't pass tokenGet and tokenGive because we can get them from 0x orderLeonid Logvinov2018-03-021-3/+1
* Fix a typoLeonid Logvinov2018-03-021-2/+2
* Fix the commentLeonid Logvinov2018-03-021-1/+1
* Remove false-positive linter failure because of chai-as-pronmised incorrect t...Leonid Logvinov2018-03-021-0/+1
* Assert that the balances don't change if arbitrage failsLeonid Logvinov2018-03-021-4/+7
* Initial implementation of Arbitrage contract with testsLeonid Logvinov2018-03-021-0/+207
* 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-2810-47/+85
* 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
* Special-case ZRXToken snake case conversionLeonid Logvinov2018-02-071-1/+1
* Change testsLeonid Logvinov2018-02-0710-207/+275
* Fix artifacts pathAmir Bandeali2018-02-071-1/+1
* Update contract versions, fix testsAmir Bandeali2018-02-031-1/+1
* Rename directoriesAmir Bandeali2018-02-031-1/+1
* Get rid of suffixed contract versioning and replace it with a poor-mans packa...Fabio Berger2018-02-032-158/+20
* Remove authorized address magic from testsLeonid Logvinov2018-01-301-8/+1
* Remove accounts magic from testsLeonid Logvinov2018-01-303-8/+4
* Make an RPC constructor param implicitLeonid Logvinov2018-01-3012-14/+14
* Use an enum for contract nameLeonid Logvinov2018-01-3012-35/+47
* Remove promisified web3 functions from testsLeonid Logvinov2018-01-301-14/+8
* Normalize the dependenciesLeonid Logvinov2018-01-302-37/+26
* Remove truffle from testsLeonid Logvinov2018-01-3013-276/+374
* Refactor contracts tests to not use injected web3 instanceLeonid Logvinov2018-01-3012-81/+46
* Remove truffle from Exchange testsLeonid Logvinov2018-01-303-20/+65
* Remove truffle from ZRXToken testsLeonid Logvinov2018-01-301-11/+19
* Remove truffle from UnlimitedAllowanceToken testsLeonid Logvinov2018-01-302-5/+26
* Remove truffle from UnlimitedAllowanceTokenV2 testsLeonid Logvinov2018-01-305-14/+22
* Remove truffle from TokenRegistry testsLeonid Logvinov2018-01-301-12/+28
* Remove truffle from MultiSigWalletWithTimeLock testsLeonid Logvinov2018-01-301-4/+10
* Remove truffle from MultiSigWalletWithTimeLockExceptRemoveAuthAddr testsLeonid Logvinov2018-01-302-14/+32
* Remove truffle from Ether Token testsLeonid Logvinov2018-01-301-12/+24
* Remove truffle from tokenTransferProxy testsLeonid Logvinov2018-01-302-39/+37
* Remove truffle from tokenTransferProxy testsLeonid Logvinov2018-01-3013-54/+75
* Fix linter errorsLeonid Logvinov2018-01-042-4/+2
* Use configured version of bignumber in all packagesLeonid Logvinov2018-01-048-8/+8
* Apply prettier configLeonid Logvinov2018-01-0312-530/+715
* Replace our EtherTokens with WETH9 from makerLeonid Logvinov2017-12-201-166/+0
* Remove reliance on testrpc snapshot in ZRX testsAmir Bandeali2017-12-201-20/+18
* Fix tests in contractsFabio Berger2017-12-172-13/+11
* Fix connect unused varsLeonid Logvinov2017-12-153-7/+3
* Move more shared utils into utils package and reuse themLeonid Logvinov2017-12-141-2/+4
* Formatting fixesAmir Bandeali2017-12-134-18/+27
* fix tests after merging with developmentAmir Bandeali2017-12-131-3/+3
* Add gas limits to failing testsAmir Bandeali2017-12-135-14/+28
* Refactor unlimited allowance logic out of ERC20TokenAmir Bandeali2017-12-133-1/+1
* Update 0x.js version, fix build errorsAmir Bandeali2017-12-136-10/+25
* Add updated contracts, reorganize contract file structureAmir Bandeali2017-12-132-4/+4
* Add tests for ERC20Token and EtherToken_v2Amir Bandeali2017-12-132-4/+171
* Fix errors with new testrpc versionAmir Bandeali2017-12-137-44/+44
* Add version to new EtherToken, fix typosAmir Bandeali2017-12-131-0/+118
* Refactor web3Wrapper to a separate packageLeonid Logvinov2017-12-072-6/+6
* Fix linter errorLeonid Logvinov2017-12-021-1/+1
* Make class methods that don't use 'this' staticAmir Bandeali2017-12-011-2/+2
* Fix indentationsAmir Bandeali2017-11-3011-1844/+1873
* Add contracts to packages, fix most linting errorsAmir Bandeali2017-11-3012-0/+2255