Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix prettier | Fabio Berger | 2018-05-15 | 1 | -2/+0 |
| | |||||
* | Fix TSLint issues | Fabio Berger | 2018-05-15 | 2 | -2/+2 |
| | |||||
* | Fix abi-gen binary so it can be called directly from packages | Fabio Berger | 2018-05-15 | 1 | -1/+2 |
| | |||||
* | Move from using lerna multi-package commands to wsrun, update README's ↵ | Fabio Berger | 2018-05-15 | 2 | -6/+6 |
| | | | | accordingly | ||||
* | Add missing type definitions | Leonid Logvinov | 2018-05-14 | 3 | -5/+5 |
| | |||||
* | Add missing .gitkeeps | Fabio Berger | 2018-05-12 | 1 | -0/+0 |
| | |||||
* | Remove unused methods and imports | Fabio Berger | 2018-05-11 | 2 | -31/+1 |
| | |||||
* | Fix version | Fabio Berger | 2018-05-11 | 1 | -1/+1 |
| | |||||
* | remove unused modules | Fabio Berger | 2018-05-11 | 1 | -18/+0 |
| | |||||
* | Fix deps | Fabio Berger | 2018-05-11 | 1 | -1/+1 |
| | |||||
* | Fix prettier | Fabio Berger | 2018-05-11 | 4 | -10/+8 |
| | |||||
* | Update global_hooks | Fabio Berger | 2018-05-11 | 1 | -3/+14 |
| | |||||
* | 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 | ||||
* | Add missing version directory to path | Fabio Berger | 2018-05-11 | 1 | -1/+1 |
| | |||||
* | Add artifacts to clean command | Fabio Berger | 2018-05-11 | 1 | -1/+1 |
| | |||||
* | Fix path to artifacts | Fabio Berger | 2018-05-11 | 1 | -1/+1 |
| | |||||
* | Add missing uuid types | Fabio Berger | 2018-05-10 | 1 | -0/+1 |
| | |||||
* | 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 |
| | |||||
* | Remove unnecessary tslint config | Fabio Berger | 2018-05-10 | 1 | -1/+1 |
| | |||||
* | Add pr number to changelogs | Fabio Berger | 2018-05-10 | 1 | -1/+2 |
| | |||||
* | Remove last artifact | Fabio Berger | 2018-05-10 | 1 | -39/+0 |
| | |||||
* | Remove artifacts | Fabio Berger | 2018-05-10 | 13 | -5490/+0 |
| | |||||
* | Split 0x.js into contract-wrappers, order-watcher but keep 0x.js as a ↵ | Fabio Berger | 2018-05-10 | 75 | -0/+18017 |
unifying library with the same interface |