Jonathan Rainville
|
dcbd868b78
|
get gasPrice if no gasPrice set in contract.json
|
2018-06-14 15:22:50 -04:00 |
Iuri Matias
|
a48a05cd27
|
remove unnended event listeners
|
2018-06-14 11:03:06 -04:00 |
Iuri Matias
|
5a2cf62ee5
|
reload config; create a config so it doens't damage original
|
2018-06-14 09:22:13 -04:00 |
Jonathan Rainville
|
8766c9b761
|
show warning if dependency is not deploying
|
2018-06-13 13:47:11 -04:00 |
Iuri Matias
|
c8b52a1746
|
fix errors handling so it doesn't attempt to continue building when there are fatal errors compiling contracts
|
2018-06-08 07:07:27 -04:00 |
Jonathan Rainville
|
b32c90b56e
|
compile tests only once
|
2018-06-04 10:45:50 -04:00 |
Iuri Matias
|
45f7767313
|
remove contracts manager dependency from deploy manager
|
2018-05-30 13:38:08 -04:00 |
Iuri Matias
|
3fb2b6fa60
|
remove direct reference to contracts manager, use a request instead
|
2018-05-23 11:15:06 -04:00 |
Iuri Matias
|
98c5b2dd06
|
move contractsState emit to contracts
|
2018-05-23 11:15:06 -04:00 |
Iuri Matias
|
31833579a7
|
finish converting afterDeploy module
|
2018-05-23 11:15:06 -04:00 |
Iuri Matias
|
16eaacbd54
|
call compiler through a request
|
2018-05-23 11:15:05 -04:00 |
Iuri Matias
|
b1fab3e77c
|
remove console logs
|
2018-05-16 18:15:23 -04:00 |
Iuri Matias
|
44d6cc32df
|
remove old remove listener; fix callback
|
2018-05-16 13:56:23 -04:00 |
Iuri Matias
|
ce781ab96e
|
remove previous listener (for now)
|
2018-05-16 13:11:44 -04:00 |
Iuri Matias
|
b7fc3f9054
|
refactor write contracts
|
2018-05-16 12:48:17 -04:00 |
Iuri Matias
|
0b70f32bb9
|
initial work for i18n
|
2018-05-10 15:01:34 -04:00 |
Jonathan Rainville
|
94c493e854
|
redeploy with right config on config change
|
2018-04-27 15:10:24 -04:00 |
Jonathan Rainville
|
2827deb418
|
fix on contract add
|
2018-04-27 13:50:57 -04:00 |
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 |