Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Get build and tests to pass | fragosti | 2018-06-07 | 3 | -3/+9 |
| | |||||
* | merge v2-prototype | Fabio Berger | 2018-06-06 | 1 | -1/+1 |
|\ | |||||
| * | Mention the gasLimit until in the doc comment | Fabio Berger | 2018-06-05 | 1 | -1/+1 |
| | | |||||
* | | Linter now passes | fragosti | 2018-06-06 | 6 | -0/+7 |
| | | |||||
* | | Try enabling no-unused-variable... | fragosti | 2018-06-05 | 9 | -18/+5 |
|/ | |||||
* | Fix TSLint rules | Fabio Berger | 2018-05-16 | 4 | -6/+22 |
| | |||||
* | Add missing type definitions | Leonid Logvinov | 2018-05-14 | 3 | -5/+5 |
| | |||||
* | Remove unused methods and imports | Fabio Berger | 2018-05-11 | 2 | -31/+1 |
| | |||||
* | Fix prettier | Fabio Berger | 2018-05-11 | 2 | -8/+2 |
| | |||||
* | Merge branch 'development' into breakUp0xjs | Fabio Berger | 2018-05-11 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | Rename zeroExContract... to contractWrappers... | Fabio Berger | 2018-05-10 | 6 | -14/+14 |
| | |||||
* | Add var returns | Fabio Berger | 2018-05-10 | 2 | -6/+10 |
| | |||||
* | Remove unneeded tslint disable | Fabio Berger | 2018-05-10 | 1 | -1/+0 |
| | |||||
* | Remove generated contract wrappers | Fabio Berger | 2018-05-10 | 6 | -3842/+0 |
| | |||||
* | Split 0x.js into contract-wrappers, order-watcher but keep 0x.js as a ↵ | Fabio Berger | 2018-05-10 | 39 | -0/+8969 |
unifying library with the same interface |