Commit Graph

2804 Commits

Author SHA1 Message Date
Aakil Fernandes ee0820b56f console log deploy errors 2016-01-31 13:10:12 -05:00
Aakil Fernandes bf7a8ba00f drop extra [1] 2016-01-30 12:16:11 -05:00
Aakil Fernandes 25a5898051 use last part of contract file rather than 1st 2016-01-30 11:40:36 -05:00
area 3512de6ba2 Add support for other paths for ipfs binary
Use `which` to locate `ipfs` rather than guessing.
2016-01-11 14:54:02 +00:00
Iuri Matias 9ebabf6c42 update specs 2015-12-06 16:02:13 -05:00
Iuri Matias b9a9de0a32 don't print primary address 2015-12-06 16:01:37 -05:00
Iuri Matias 47a63844fd add better defaults to blockchain config 2015-12-06 16:01:17 -05:00
Iuri Matias 9a33a392a5 Merge pull request #119 from SafeMarket/gruntfile_env_fix
env fix
2015-11-23 08:25:37 -05:00
Iuri Matias 58b2cb84ae Merge pull request #120 from SafeMarket/testnet
Testnet
2015-11-23 08:25:19 -05:00
Aakil Fernandes af25780866 add testnet to config 2015-11-20 11:57:51 -05:00
Aakil Fernandes b5fc0f5b9a add testnet option 2015-11-20 11:18:32 -05:00
Aakil Fernandes a15b134c40 env fix 2015-11-20 10:46:49 -05:00
Iuri Matias fd5d94b1d9 Merge pull request #101 from dummymarket/solcerror
throw error when solc fails
2015-10-14 16:07:27 -04:00
Aakil Fernandes 81fd274786 throw error when solc fails 2015-10-14 15:53:57 -04:00
Iuri Matias 9ec5be8c99 Merge pull request #100 from iurimatias/develop
merge develop
2015-10-14 15:33:13 -04:00
Iuri Matias d07ddaf1e8 Update README.md 2015-10-13 16:15:51 -04:00
Iuri Matias 4cd0669819 update to 1.0.2 2015-10-13 12:01:21 -04:00
Iuri Matias 283b26f4b3 exit embark deploy after contracts are deployed 2015-10-13 12:00:03 -04:00
Iuri Matias c176c55178 Merge branch 'develop' of github.com:iurimatias/embark-framework into develop 2015-10-12 19:28:04 -04:00
Iuri Matias 8b44f4fbe0 update to 1.0.1 2015-10-12 19:27:33 -04:00
Iuri Matias f42652f8f5 Update README.md 2015-10-12 18:54:30 -04:00
Iuri Matias 40add07a0d Merge branch 'develop' of github.com:iurimatias/embark-framework into develop 2015-10-12 18:53:14 -04:00
Iuri Matias 5cf4529113 update to 1.0.0 2015-10-12 18:52:30 -04:00
Iuri Matias f6f05450bb Update README.md 2015-10-12 18:40:24 -04:00
Iuri Matias 75da137549 update to 1.0.0-beta.1 2015-10-12 18:33:19 -04:00
Iuri Matias ea3f3ee3b0 update readme 2015-10-12 18:33:00 -04:00
Iuri Matias a9fbce7f5b use embark 1.0.0 2015-10-12 18:22:59 -04:00
Iuri Matias 82b9af2a14 get test config files from embark config 2015-10-12 17:49:54 -04:00
Iuri Matias d45f76beec read embark config file to get contract files for testing 2015-10-12 12:25:43 -04:00
Iuri Matias d33d986f36 update specs 2015-10-12 10:50:52 -04:00
Iuri Matias da9c705f7f add embark simulator cmd 2015-10-12 09:09:11 -04:00
Iuri Matias 5628089865 fix deployment in binary 2015-10-09 13:31:09 -04:00
Iuri Matias 38445c9e7f fix deployment 2015-10-09 13:20:35 -04:00
Iuri Matias a7da9bc3c5 remove sync-me dependency 2015-10-09 11:09:26 -04:00
Iuri Matias 2be2a80c31 remove method missing dependency 2015-10-09 11:05:43 -04:00
Iuri Matias 0e867c2a03 remove jasmine dependency 2015-10-09 11:03:02 -04:00
Iuri Matias fb2fbca8f7 remove hashmerge dependency 2015-10-09 11:01:55 -04:00
Iuri Matias b4d659a3d1 move spec code to lib 2015-10-09 10:57:30 -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
Iuri Matias 32ac41a9cb compile using js solc 2015-10-01 23:04:15 -04:00
Iuri Matias 02a52f718f change enodes config to boot 2015-10-01 22:37:47 -04:00
Iuri Matias 6fcc9c7481 Merge pull request #95 from VoR0220/develop
Ability to boot enodes from a list in blockchain.yml, support for solc 1.0
2015-10-01 22:36:17 -04:00
Iuri Matias e78554b02f Merge pull request #93 from SafeMarket/minefix
only mine if config.mine is true
2015-10-01 22:33:06 -04:00
Iuri Matias 0c233d968d Merge pull request #89 from FinclusionSystems/develop
show grunt stacktrace
2015-10-01 22:32:41 -04:00
Iuri Matias 161514d8b0 Merge pull request #94 from SafeMarket/accountfix
Accountfix
2015-10-01 22:23:45 -04:00
VoR0220 b3cec8287b added ability to boot nodes via a list 2015-10-01 08:23:41 -05:00
VoR0220 e084b53dc1 Merge branch 'master' of https://github.com/VoR0220/embark-framework 2015-10-01 07:44:45 -05:00
Aakil Fernandes 03c7f25219 config.address -> config.account.address 2015-09-27 15:14:07 -04:00
Aakil Fernandes 2526ba47fd use account if expliciitly set in config 2015-09-27 15:13:57 -04:00