Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update packages/sol-compiler/src/utils/compiler.ts | Fabio B | 2018-12-19 | 1 | -1/+1 |
| | | | Co-Authored-By: LogvinovLeon <logvinov.leon@gmail.com> | ||||
* | Move logWithTime to logUtils | Leonid Logvinov | 2018-12-19 | 1 | -6/+0 |
| | |||||
* | Move logWithTime function to utils | Leonid Logvinov | 2018-12-19 | 1 | -0/+6 |
| | |||||
* | Add sol-compiler watch mode | Leonid Logvinov | 2018-12-19 | 2 | -3/+13 |
| | |||||
* | Refactor most of the sol-compiler methods into helper functions in utils and ↵ | Leonid Logvinov | 2018-12-19 | 2 | -2/+217 |
| | | | | make resolver pluggable into them | ||||
* | chore: change package org from 0xproject to 0x | Jacob Evans | 2018-10-18 | 2 | -3/+3 |
| | |||||
* | chore: tslint fix | Fabio Berger | 2018-10-18 | 1 | -0/+1 |
| | |||||
* | chore: Fix remaining necessary casts | Fabio Berger | 2018-10-18 | 1 | -2/+3 |
| | |||||
* | feat: add sol-doc command-line interface | F. Eugene Aumson | 2018-09-22 | 1 | -2/+2 |
| | | | | | | | | modified sol-compiler to output progress/warning/error/etc messages to stderr rather than stdout, so that sol-doc can put its output (and nothing else) to stdout. for posterity, added sol-doc cli usage as npm scripts to package.json. | ||||
* | Merge development branch | Fabio Berger | 2018-08-22 | 1 | -0/+15 |
|\ | |||||
| * | move doesFileExist to fsWrapper | F. Eugene Aumson | 2018-08-17 | 1 | -0/+12 |
| | | |||||
| * | change some *Sync to *Async | F. Eugene Aumson | 2018-08-17 | 1 | -0/+1 |
| | | |||||
| * | test compiler | F. Eugene Aumson | 2018-08-15 | 1 | -0/+2 |
| | | |||||
* | | Move types from sol-compiler to types so they can be used in other places ↵ | Fabio Berger | 2018-08-22 | 2 | -75/+1 |
| | | | | | | | | without requiring sol-compiler as a dep | ||||
* | | Add comments for types and unnest type declarations | Fabio Berger | 2018-08-03 | 1 | -8/+36 |
|/ | |||||
* | Forwarding contract (squashed commits) | Jacob Evans | 2018-07-06 | 1 | -2/+5 |
| | |||||
* | Try enabling no-unused-variable... | fragosti | 2018-06-05 | 2 | -6/+1 |
| | |||||
* | Introduce ethereum-types package | Leonid Logvinov | 2018-06-01 | 2 | -2/+2 |
| | |||||
* | Add errMsg when throwing on unrecognized error | Amir Bandeali | 2018-05-25 | 1 | -1/+1 |
| | |||||
* | Add solcVersion to CompilerOpts | Leonid Logvinov | 2018-05-23 | 1 | -0/+1 |
| | |||||
* | Merge branch 'development' into breakUp0xjs | Fabio Berger | 2018-05-11 | 2 | -2/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | Remove unused deployer docs configs | Leonid Logvinov | 2018-05-10 | 1 | -3/+1 |
| | |||||
* | Rename deployer to sol-compiler | Leonid Logvinov | 2018-05-10 | 6 | -0/+229 |