aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contracts/test
Commit message (Expand)AuthorAgeFilesLines
* Add missing type definitionsLeonid Logvinov2018-05-141-1/+1
* Merge branch 'development' into breakUp0xjsFabio Berger2018-05-1114-159/+285
|\
| * Fix linter errorsLeonid Logvinov2018-05-1112-12/+12
| * Remove unused deployer docs configsLeonid Logvinov2018-05-1013-50/+50
| * Fix linter issuesLeonid Logvinov2018-05-1012-49/+53
| * Remove deployer from metacoin and contract testsLeonid Logvinov2018-05-1014-150/+271
* | Fix tslint errorsFabio Berger2018-05-101-1/+1
* | Merge branch 'development' into breakUp0xjsFabio Berger2018-05-102-4/+3
|\|
| * Implement new artifacts formatLeonid Logvinov2018-05-072-4/+3
* | Split 0x.js into contract-wrappers, order-watcher but keep 0x.js as a unifyin...Fabio Berger2018-05-104-7/+8
|/
* Move NULL_BYTES to @0xproject/utilsFabio Berger2018-04-111-3/+3
* Simplify the testsFabio Berger2018-04-111-1/+1
* Move migrations into separate monorepo subpackage and hook it up to 0x.js and...Fabio Berger2018-04-091-1/+1
* Move away from using web3 directly in 0x.js testsFabio Berger2018-04-061-3/+4
* Merge branch 'development' into removeMigrateStepFabio Berger2018-04-0514-55/+51
|\
| * Fix testsLeonid Logvinov2018-04-052-3/+1
| * Move our contract templates to accept Provider instead of Web3WrapperLeonid Logvinov2018-04-0413-53/+51
* | Fix typosFabio Berger2018-04-041-2/+2
|/
* Properly and consistently parse ENV varsLeonid Logvinov2018-03-131-2/+2
* Make Deployer configurable by jsonrpcUrl instead of jsonrpcPortLeonid Logvinov2018-03-121-1/+1
* Add support for async calls under coverageLeonid Logvinov2018-03-121-4/+8
* Fix a typo in testsLeonid Logvinov2018-03-121-2/+2
* Don't do parallel callsLeonid Logvinov2018-03-121-8/+4
* Rename useInProcessGanache to shouldUseInProcessGanacheLeonid Logvinov2018-03-121-1/+1
* Make coverage a module instead of a functionLeonid Logvinov2018-03-121-2/+2
* Rename COVERAGE to SOLIDITY_COVERAGSLeonid Logvinov2018-03-121-1/+1
* Rename getCoverageSubprovider to getCoverageSubproviderSingletonLeonid Logvinov2018-03-121-2/+2
* Use in-process Ganache in contractsLeonid Logvinov2018-03-121-1/+2
* Add sol-cover implementationLeonid Logvinov2018-03-1215-44/+42
* Fix tests by passing DummyToken argsLeonid Logvinov2018-03-091-2/+2
* Merge pull request #419 from 0xProject/fix/deployer-argsLeonid Logvinov2018-03-085-11/+11
|\
| * 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-285-12/+12
* | 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