Iuri Matias
|
6479bf816b
|
only deploy configured contracts in the tests
|
2018-03-11 08:28:03 -04:00 |
Iuri Matias
|
05aadc5c10
|
support specifying contract args as an object
|
2018-03-04 20:07:39 -05:00 |
Iuri Matias
|
ac79cef97b
|
fix 337; support contract references in array arguments
|
2018-03-04 18:46:12 -05:00 |
Iuri Matias
|
5c0c7b45a5
|
remove old code
|
2018-01-19 13:59:39 -05:00 |
Iuri Matias
|
5300aa479b
|
better gas estimation
|
2018-01-19 13:57:35 -05:00 |
Iuri Matias
|
ea8f3a2232
|
improve gas handling and errors
|
2018-01-13 11:38:10 -05:00 |
Iuri Matias
|
36d7890cfc
|
fix cyclic error when contract is actually just referring to itself
|
2017-12-28 08:26:02 -05:00 |
Iuri Matias
|
7cdba7e4e3
|
throw exception when finding CyclingDependencyError
|
2017-12-20 14:58:59 -05:00 |
Iuri Matias
|
52953a1d0d
|
warn about cycling dependencies
|
2017-12-20 14:54:47 -05:00 |
Iuri Matias
|
eb43fa2526
|
add onDeploy cmds to contract depedencies
|
2017-12-20 14:30:01 -05:00 |
Iuri Matias
|
d2ccfa3145
|
suggest parent name instead of same contract
|
2017-12-20 09:41:12 -05:00 |
Iuri Matias
|
535340794b
|
warn of contract typos
|
2017-12-19 14:07:48 -05:00 |
Iuri Matias
|
ce4f75ddc4
|
extract solc to its own module
|
2017-12-16 17:08:18 -05:00 |
Iuri Matias
|
1666be1158
|
fix contract directories config
|
2017-12-15 17:14:00 -05:00 |
Iuri Matias
|
0a4a757af8
|
fix deploy intention so interfaces can be detected automatically
|
2017-12-14 16:16:51 -05:00 |
Iuri Matias
|
1cb6581fde
|
better display error contract deployment errors in the dashbord
|
2017-12-14 15:03:08 -05:00 |
Iuri Matias
|
dd8135445d
|
Merge branch 'next' into develop
|
2017-10-17 07:03:54 -04:00 |
Iuri Matias
|
6157968c5e
|
update default solc version; update spec; fix issue with compiler warnings
|
2017-10-17 06:51:52 -04:00 |
Iuri Matias
|
c5a7db2da0
|
cleanup
|
2017-10-14 06:12:54 -04:00 |
Iuri Matias
|
322fabab3d
|
update tests; fix test module
|
2017-10-13 05:56:42 -04:00 |
Iuri Matias
|
c02e3e7ab8
|
treat library as dependencies for contract deployment
|
2017-07-16 13:31:40 -04:00 |
Iuri Matias
|
48f9c54d9d
|
detect and replace library references with address
|
2017-07-16 12:10:17 -04:00 |
Iuri Matias
|
408090a643
|
make linter happy
|
2017-07-05 19:38:53 -04:00 |
Iuri Matias
|
f45ce963b4
|
add file type so files are loaded when needed; support to configure web3 and solc versions
|
2017-07-05 08:35:51 -04:00 |
Todd Baur
|
67f325f5a0
|
migrate all the code to ES6
|
2017-03-30 20:12:39 +09:00 |
Todd Baur
|
5bf1475ea4
|
swap more var -> let
|
2017-03-30 02:50:05 +09:00 |
Iuri Matias
|
3db27c14cb
|
add exception to dealWithConfigsMethods; it's simple enough
|
2017-03-03 21:51:23 -05:00 |
Iuri Matias
|
dbb0b0b171
|
track deployed contracts taking into account swarm hash inserted by solc
|
2017-03-01 20:52:58 -05:00 |
Iuri Matias
|
c500bb4988
|
fix error display with refactored compilation module
|
2017-02-28 08:03:03 -05:00 |
Iuri Matias
|
d73eb802ea
|
refactor deployment
|
2017-02-24 22:49:34 -05:00 |
Iuri Matias
|
a2a27bb0c2
|
start refactoring deployment steps
|
2017-02-24 08:20:03 -05:00 |
Iuri Matias
|
5e4ad9a7e5
|
reorder requires in a more logical manner
|
2017-02-19 13:17:28 -05:00 |
Iuri Matias
|
1868788342
|
reorgnize code structure
|
2017-02-19 12:51:32 -05:00 |