Alex Towle
d97b30dcee
Improve error message for nested errors
2020-02-28 17:11:30 -08:00
henrynguyen5
90cb86911a
Update resolver errors to include parent filename
2020-02-25 18:40:45 -05:00
F. Eugene Aumson
f51c80adb2
Change all instances of networkId
to chainId
( #2313 )
...
* abi-gen/test: recompile contract fixtures for 3.0
It seems this hadn't been done since the merge with the 3.0 branch.
* Sync `monorepo$ yarn test` exclusions to CI config
* sra-spec: correct typo
* contract-wrappers: TODO after coord.-server update
* utils: fix typo in comment
* Refactor networkId to chainId everywhere
* Update CHANGELOGs
2019-11-06 01:18:55 -05:00
Lawrence Forman
53df2130ea
@0x/contracts-asset-proxy
: Remove only
modifier on uniswap tests.
2019-10-08 09:27:53 +09:00
Xianny
7423028fea
Replace lodash with built-ins where possible to reduce bundle size ( #1766 )
...
* add tslint rule to disallow lodash.isUndefined
* add tslint rule to disallow lodash.isNull
* apply fixes
2019-04-10 09:36:32 -07:00
Leonid Logvinov
0d0fcfe49a
Remove redundant logging from sol-compiler
2019-02-26 15:03:06 -08:00
Leonid Logvinov
9186af1433
Fix a PR number
2019-02-19 14:20:13 -08:00
Leonid Logvinov
1a3fd0227d
Implement sol-compiler offline mode
2019-02-19 10:35:52 -08:00
Leonid Logvinov
d567c58d3b
Fix a bug when ast and legacyAST were not present in the artifacts even if requested
2019-02-07 13:10:08 +01:00
Leonid Logvinov
64d6dae672
Remove the bin_paths and fetch the solidity release list from github repo
2019-02-07 12:58:46 +01:00
Leonid Logvinov
6943bbcacb
Temp
2019-02-04 10:38:02 +01:00
Leonid Logvinov
e1244648e0
Rename dependencyNameToPackagePath to dependencyNameToPath
2019-01-30 13:11:18 +01:00
Leonid Logvinov
8d72e253c8
Add a comment
2019-01-30 13:11:18 +01:00
Leonid Logvinov
33ed6a7c06
Remove + concatenation
2019-01-30 13:11:18 +01:00
Fabio B
445a629016
Update packages/sol-compiler/src/utils/compiler.ts
...
Co-Authored-By: LogvinovLeon <logvinov.leon@gmail.com>
2019-01-30 13:08:10 +01:00
Leonid Logvinov
0c12128f64
Temp CI
2019-01-28 17:24:44 +01:00
Leonid Logvinov
e8d68dc07f
Implement docker as another backend for sol-compiler
2019-01-23 16:54:27 +01:00
Fabio B
e886ef8c4b
Update packages/sol-compiler/src/utils/compiler.ts
...
Co-Authored-By: LogvinovLeon <logvinov.leon@gmail.com>
2018-12-19 15:57:19 +01:00
Leonid Logvinov
657b698e1e
Add sol-compiler watch mode
2018-12-19 15:41:48 +01:00
Leonid Logvinov
c5632490f2
Refactor most of the sol-compiler methods into helper functions in utils and make resolver pluggable into them
2018-12-19 15:41:48 +01:00
Jacob Evans
9f924e459c
chore: change package org from 0xproject to 0x
2018-10-18 22:27:31 +11:00
F. Eugene Aumson
3e5d427d4e
feat: add sol-doc command-line interface
...
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.
2018-09-22 10:14:49 -04:00
Fabio Berger
301cb296ec
Move types from sol-compiler to types so they can be used in other places without requiring sol-compiler as a dep
2018-08-21 23:58:06 +01:00
Jacob Evans
0557d6a9bf
Forwarding contract (squashed commits)
2018-07-06 15:30:07 +10:00
fragosti
9778695b4a
Try enabling no-unused-variable...
2018-06-04 19:48:21 -07:00
Amir Bandeali
9af77dc835
Add errMsg when throwing on unrecognized error
2018-05-24 15:39:19 -07:00
Fabio Berger
d370296e82
Merge branch 'development' into breakUp0xjs
...
* 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
2018-05-11 12:32:57 +02:00
Leonid Logvinov
a6f72de09d
Rename deployer to sol-compiler
2018-05-10 17:47:38 +02:00