70 Commits

Author SHA1 Message Date
Iuri Matias
4b1a16b100 add jshint exceptions and TODO 2016-10-22 17:29:06 -04:00
Aleš Katona
835047c755 fix lint errors 2016-10-22 13:29:41 -06:00
Iuri Matias
f337ffd418 clarify web3 error msg 2016-10-22 11:57:36 -04:00
Iuri Matias
bcdba3f8bc clarify gas amount msg 2016-10-22 11:48:47 -04:00
Iuri Matias
ae3bcb1060 fix gas settings; add information of gas used with deployment 2016-10-22 09:42:52 -04:00
Iuri Matias
d05cf90b5b display error in contract status 2016-10-21 07:16:15 -04:00
Iuri Matias
f747c757c5 if the contract is set to not deploy, display information correctly on the dashboard 2016-10-20 23:31:42 -04:00
Iuri Matias
9d6e7b79bd implement onDeploy 2016-10-06 07:40:24 -04:00
Iuri Matias
ed6b1fd5c2 implement test functionality 2016-10-06 07:40:23 -04:00
Iuri Matias
4b4b15f405 add support for static addresses in contracts config 2016-10-06 07:40:23 -04:00
Iuri Matias
2a8f0635b9 implement contract dependencies 2016-10-06 07:40:23 -04:00
Iuri Matias
d21f385fc0 fix rpccorsdomain; deployment to livenet and testnet 2016-10-06 07:40:23 -04:00
Iuri Matias
3d672a0f63 make sure code exists when tracking it 2016-10-06 07:40:23 -04:00
Iuri Matias
03f81c47d7 implement contract tracking 2016-10-06 07:40:22 -04:00
Iuri Matias
89c0001dcb make contract gas calculation automatic 2016-10-06 07:40:22 -04:00
Iuri Matias
70c9a1d9c5 add more functionality to the logs and update the dashboard 2016-10-06 07:40:21 -04:00
Iuri Matias
26e178f91c adjust monitor and improve error msgs 2016-10-06 07:40:21 -04:00
Iuri Matias
7b45f8d6ea basic monitor 2016-10-06 07:40:21 -04:00
Iuri Matias
2064b72ac6 redone deployment system 2016-10-06 07:40:20 -04:00
Iuri Matias
22f7e6d6d4 move some of the old code 2016-10-06 07:39:33 -04:00
Iuri Matias
cf3cfe51ca generate an abi file compatible with mist and metamask 2016-08-09 20:50:12 -04:00
Iuri Matias
00543f3830 fix deployment for tests 2016-05-29 20:14:27 -04:00
Iuri Matias
fe02278179 update web3 to latest version 2016-05-23 09:20:11 -04:00
Iuri Matias
f032256552 remove exit - for now - when getting an error deploying 2016-02-29 09:50:17 -05:00
Iuri Matias
676c598b4a Merge pull request #142 from SafeMarket/console-log-deploy-errors
Console log deploy errors
2016-02-28 12:58:03 -05:00
Aakil Fernandes
07ec906766 add blockchain config to abi 2016-02-25 15:23:11 -05:00
Aakil Fernandes
8af4282ed7 deployed_contracts_count fix 2016-02-25 15:23:11 -05:00
Aakil Fernandes
8ea13b4da5 sync->synchronously 2016-02-25 15:23:11 -05:00
Aakil Fernandes
7dac3c0832 deploy_synchronously 2016-02-25 15:23:11 -05:00
Iuri Matias
bd76193ac8 add bignumber to dependencies so BigNumber can be used in onDeploy 2016-02-25 15:21:45 -05:00
Aakil Fernandes
83520affa3 add contractdb 2016-02-25 15:20:47 -05:00
Aakil Fernandes
c2ae0c5b4f rebase 2016-02-25 13:40:09 -05:00
Iuri Matias
84191a241c update specs 2016-02-08 21:12:09 -05:00
Iuri Matias
d33d986f36 update specs 2015-10-12 10:50:52 -04:00
Iuri Matias
38445c9e7f fix deployment 2015-10-09 13:20:35 -04:00
Iuri Matias
c550b688d3 add flag to include provider in abi; update spec 2015-10-09 10:18:18 -04:00
Iuri Matias
95823a8e54 make deployment async 2015-10-08 15:30:47 -04:00
Joris Bontje
1d54018d2e configurable deploy timeout per environment. fixes #63 2015-09-08 11:52:39 +02:00
Iuri Matias
3d2a14e28b check if contract exists 2015-08-31 21:14:12 -04:00
Iuri Matias
e1ae6dae0c implement deploy field 2015-08-31 20:53:17 -04:00
Iuri Matias
4260122238 don't track contract if there was an error deploying it 2015-08-08 11:53:57 -04:00
Iuri Matias
14560913b6 take into account when no cmds are specified 2015-08-08 11:36:00 -04:00
Iuri Matias
39840bbd7a take into account contract args and classname when recording contract 2015-08-05 22:19:21 -04:00
Iuri Matias
c667d8ad66 fix contact address 2015-08-05 10:11:32 -04:00
Iuri Matias
efdf24c49b if contract already deployed record it and generate api; also re-run ondeploy 2015-08-05 10:01:44 -04:00
Iuri Matias
8544756684 manage chain when deploying contracts 2015-08-04 08:18:04 -04:00
Iuri Matias
f8db3c2920 save chain; add chain manager to deployment 2015-08-03 21:54:39 -04:00
Iuri Matias
c0420d74a8 support deploy commands specifying contract 2015-08-02 20:50:12 -04:00
Iuri Matias
3757e41ea0 support deploy commands on contracts config 2015-08-02 19:43:37 -04:00
Iuri Matias
90a1f8cd65 warn user if there was issues deploying a contract 2015-08-01 19:34:26 -04:00