Commit Graph

2394 Commits

Author SHA1 Message Date
Iuri Matias b383c24496 update to 0.9.2 2015-09-14 21:38:32 -04:00
Iuri Matias 052c2de4b9 get correct compiled code 2015-09-14 21:35:44 -04:00
VoR0220 ef97e488f3 correcting some changes I made in error 2015-09-14 20:07:36 -05:00
VoR0220 bc96708d13 correcting some changes I made in error 2015-09-14 20:06:36 -05:00
Iuri Matias fd46b0217d support for both solc 0.1.1 and 0.1.2 2015-09-14 21:01:42 -04:00
VoR0220 6f808cfeb0 ability to create multiple contracts with a single password for testing purposes 2015-09-14 19:58:52 -05:00
Iuri Matias 775b043209 Merge pull request #79 from RCasatta/develop
Support for solc 0.1.2
2015-09-14 08:00:24 -04:00
Iuri Matias c39c9b6c38 Merge pull request #80 from jorisbontje/deploy-timeout-config
configurable deploy timeout per environment
2015-09-14 08:00:00 -04:00
Joris Bontje 1d54018d2e configurable deploy timeout per environment. fixes #63 2015-09-08 11:52:39 +02:00
Riccardo Casatta a64dc60bab Support for solc 0.1.2 2015-09-07 11:32:57 +02:00
Iuri Matias 14b4cabb1b fix boilerplate .gitignore file to point to the correct development chain 2015-09-06 15:57:32 -04:00
Iuri Matias 87a8fc7eab Merge branch 'develop' 2015-09-05 07:47:58 -04:00
Iuri Matias fc66ea9ede update to 0.9.1 2015-09-05 07:43:13 -04:00
Iuri Matias 74dbe2dbbe add gitignore to boilerplate 2015-09-05 07:39:32 -04:00
Iuri Matias 4b1e7109a4 add default config for development chain 2015-09-05 07:39:22 -04:00
Iuri Matias 7c4f3ef1d9 Merge pull request #78 from gerbrand/develop
Allowing to define chains file per environment/chain
2015-09-05 06:48:49 -04:00
Iuri Matias cd56ac64e6 Merge pull request #75 from jorisbontje/74-stop-mining-on-account-funded
stop blockWatcher filter with correct method name. fixes #74
2015-09-05 06:46:55 -04:00
Iuri Matias a9c6b2959a Merge pull request #76 from hitchcott/develop
make `copyMinerJavascriptToTemp` step public
2015-09-05 06:45:16 -04:00
Gerbrand van DIeijen a3464a4d88 Added minor reference to chains specific chains file 2015-09-04 11:18:54 +02:00
Gerbrand van DIeijen 98054a2cbb Allowing to define chains file per environment/chain 2015-09-04 10:55:19 +02:00
Chris Hitchcott 95a1c5a550 make `copyMinerJavascriptToTemp` step public 2015-09-03 18:45:06 +08:00
Joris Bontje d51dbaf4ae stop blockWatcher filter with correct method name. fixes #74 2015-09-02 10:13:56 +02:00
Iuri Matias d468e43f6f update to 0.9.0 2015-08-31 22:10:50 -04:00
Iuri Matias ce4e157e11 add IPFS section to readme 2015-08-31 22:06:30 -04:00
Iuri Matias ece92d0eea add structuring application section to readme 2015-08-31 22:03:02 -04:00
Iuri Matias 734db0136b clarify meteor use in readme 2015-08-31 22:00:07 -04:00
Iuri Matias 5a3a2c5951 add serpent to readme examples 2015-08-31 21:58:39 -04:00
Iuri Matias b80407af87 Update README.md 2015-08-31 21:39:47 -04:00
Iuri Matias 66d6f08c0f by default don't mine periodicaly 2015-08-31 21:25:50 -04:00
Iuri Matias 3d2a14e28b check if contract exists 2015-08-31 21:14:12 -04:00
Iuri Matias 67ff803397 add deploy example to readme 2015-08-31 21:02:21 -04:00
Iuri Matias 05e3561670 update compiler spec 2015-08-31 20:59:16 -04:00
Iuri Matias e1ae6dae0c implement deploy field 2015-08-31 20:53:17 -04:00
Iuri Matias 44583f525f adjust readme 2015-08-31 20:19:07 -04:00
Iuri Matias 2d82f6e480 Merge branch 'develop' of github.com:iurimatias/embark-framework into develop 2015-08-31 20:17:41 -04:00
Iuri Matias 95845252c5 Merge pull request #73 from hitchcott/develop
implement `getStartBlockchainCommand` to return geth CLI string within app
2015-08-31 20:17:12 -04:00
Iuri Matias df4cf3d5b4 Merge pull request #72 from linagee/patch-5
npm -g install with no sudo
2015-08-31 20:17:05 -04:00
Chris Hitchcott b3b1b13795 implement `getStartBlockchainCommand` to return geth CLI string 2015-08-31 21:11:21 +08:00
Iuri Matias 66a9c1fad6 update README 2015-08-31 08:33:15 -04:00
Iuri Matias f8ba2acf71 workaround for abi issues 2015-08-31 08:24:09 -04:00
Iuri Matias 59d42104b0 add supprot for serpent 2015-08-30 22:10:45 -04:00
Iuri Matias 467713fe87 support solc compiler; display syntax errors 2015-08-30 21:35:34 -04:00
Iuri Matias 67861af6a5 update blockchain config spec 2015-08-27 09:36:22 -04:00
Iuri Matias 4e2256b743 update blockchain spec 2015-08-27 09:25:10 -04:00
Iuri Matias efaf238ab0 Merge pull request #71 from linagee/patch-4
Don't loadNpmTasks grunt-cli (not needed)
2015-08-27 08:41:48 -04:00
Iuri Matias 96834cc8ff Merge pull request #68 from citizencode/npm-link
Alter require to support `npm link`
2015-08-27 08:38:20 -04:00
Iuri Matias f647096e6d Merge pull request #65 from ryepdx/update-readme
Update testing example.
2015-08-27 08:36:52 -04:00
Iuri Matias 5865daf818 Merge pull request #64 from ryepdx/expose-web3
Allow users to interact with Embark's web3 instance directly
2015-08-27 08:35:15 -04:00
Iuri Matias d1d3110881 Merge pull request #62 from ryepdx/develop
Genesis block & mine.js changes
2015-08-27 08:30:31 -04:00
linagee 9b4c4b946a Simplified text
Because less is more.
2015-08-26 09:16:01 -06:00