aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contracts/test/tutorials
Commit message (Collapse)AuthorAgeFilesLines
* chore: change package org from 0xproject to 0xJacob Evans2018-10-181-3/+3
|
* Use make-promises-safe as a preloader instead of manually importingAlex Browne2018-06-221-1/+0
|
* move generated contract wrappers from `contract_wrappers/generated/` to ↵Fabio Berger2018-06-061-6/+6
| | | | `generated_contract_wrappers` in package with no non-generated contract wrappers
* Introduce ethereum-types packageLeonid Logvinov2018-06-011-1/+1
|
* Fix ExchangeWrapperFabio Berger2018-05-231-1/+1
|
* Remove 0x.js dep from contractsFabio Berger2018-05-231-2/+2
|
* merge developmentFabio Berger2018-05-221-0/+1
|\
| * Use make-promises-safe to catch unhandled rejections in testsAlex Browne2018-05-171-0/+1
| |
* | Merge branch 'development' into v2-prototypeAmir Bandeali2018-05-161-78/+113
|\|
| * Merge branch 'development' into breakUp0xjsFabio Berger2018-05-111-32/+66
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: Fix ganache subprovider config Fix a bug in compiler config precedence Fix linter errors Fix templates Remove unused deployer docs configs Add a legacy endpoint for the deployer Add a check for compiler output Add a comment Put ARTIFACTS_VERSION in a config Improve a comment Remove _applyDefaultsToDeployTxDataAsync Add a HACK comment Fix linter issues Rename deployer to sol-compiler Remove deployer Remove deployer from 0x.js and migrations Configure migrations with a compiler.json Remove deployer from metacoin and contract tests Update wallet footer and add remove token functionality # Conflicts: # .gitignore # packages/0x.js/package.json # packages/0x.js/src/0x.ts # packages/contracts/package.json # packages/contracts/test/multi_sig_with_time_lock.ts # packages/contracts/test/multi_sig_with_time_lock_except_remove_auth_addr.ts # packages/contracts/util/artifacts.ts # packages/deployer/test/deployer_test.ts # packages/migrations/package.json
| | * Fix linter errorsLeonid Logvinov2018-05-111-1/+1
| | |
| | * Remove unused deployer docs configsLeonid Logvinov2018-05-101-8/+8
| | |
| | * Fix linter issuesLeonid Logvinov2018-05-101-19/+19
| | |
| | * Remove deployer from metacoin and contract testsLeonid Logvinov2018-05-101-20/+54
| | |
| * | Split 0x.js into contract-wrappers, order-watcher but keep 0x.js as a ↵Fabio Berger2018-05-101-1/+2
| |/ | | | | | | unifying library with the same interface
* | Rename DummyToken => DummyERC20TokenAmir Bandeali2018-04-221-2/+2
| |
* | Modify tests to work with new utilsAmir Bandeali2018-04-211-213/+213
| |
* | Fix compile errorsAmir Bandeali2018-04-211-6/+6
|/
* Move our contract templates to accept Provider instead of Web3WrapperLeonid Logvinov2018-04-041-5/+5
|
* Add sol-cover implementationLeonid Logvinov2018-03-121-3/+2
|
* Fix tests by passing DummyToken argsLeonid Logvinov2018-03-091-2/+2
|
* 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 ↵Leonid Logvinov2018-03-021-0/+1
| | | | types
* 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