Jonathan Rainville
|
dc9e6c168b
|
start vyper implementation
|
2018-04-13 14:59:01 -04:00 |
Iuri Matias
|
b56f20db8a
|
Merge pull request #359 from embark-framework/node_module_import
better mappings
|
2018-04-12 20:41:52 -04:00 |
Iuri Matias
|
7dd36a7a3b
|
support getting contract from module; fix bug in which entire contract path was being replaced instead of just the beginning (if matching contracts in embark.json)
|
2018-04-12 18:50:47 -04:00 |
Iuri Matias
|
e0ab9cbde4
|
refactor findImports
|
2018-04-12 17:57:55 -04:00 |
Iuri Matias
|
db61e355c1
|
look for contract import in dapp dir and node_modules
|
2018-04-12 17:55:57 -04:00 |
emizzle
|
4a9b52e5df
|
Removed annoying [Object object] from the log that was appearing during contract compilation.
The warnings in object that were attempted to be logged were already being logged in a previous loop, so this was simply removed.
|
2018-04-12 13:47:34 +10:00 |
Jonathan Rainville
|
e90cead578
|
fix tests breaking because of line-endings
|
2018-04-10 16:38:49 -04:00 |
Iuri Matias
|
e0db5ed61a
|
refactor to use dappPath
|
2018-04-02 15:06:56 -04:00 |
Iuri Matias
|
4b0925d425
|
fallback to shelljs if pwd is empty (windows issue)
|
2018-03-26 14:54:47 -04:00 |
Iuri Matias
|
da7e5747f9
|
report error message instead of array
|
2018-03-02 18:01:48 -05:00 |
Iuri Matias
|
3b60793b25
|
remove old jshint directives
|
2018-02-07 19:49:54 -05:00 |
Iuri Matias
|
1c45d215ce
|
check error severity besides the type
|
2018-02-07 19:40:59 -05:00 |
Iuri Matias
|
7a7330e695
|
update solidity module to use compileStandard and the standard json
|
2018-01-27 15:07:48 -05:00 |
Iuri Matias
|
80e8f6323a
|
display error when there is a unknown compilation error
|
2018-01-17 15:09:19 -05:00 |
Iuri Matias
|
7e38a239b7
|
fix package name listener
|
2017-12-30 19:34:15 -05:00 |
Iuri Matias
|
1c38f3fb89
|
move lib
|
2017-12-30 18:25:59 -05:00 |
Iuri Matias
|
2f3abc37b7
|
use module command to get solc version
|
2017-12-30 18:12:16 -05:00 |
Iuri Matias
|
11af38268b
|
refactor: get versions from module instead of config
|
2017-12-30 16:48:53 -05:00 |
Iuri Matias
|
aad78cc130
|
fix/improve error handling
|
2017-12-27 13:07:13 -05:00 |
Iuri Matias
|
ce6c570634
|
use utils joinPath instead of path.join
|
2017-12-16 17:10:11 -05:00 |
Iuri Matias
|
ce4f75ddc4
|
extract solc to its own module
|
2017-12-16 17:08:18 -05:00 |