Commit Graph

6297 Commits

Author SHA1 Message Date
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
linagee 62428c2f9f npm -g install with no sudo
I've tested this to allow installation of embark-framework without requiring using sudo.
2015-08-26 09:11:23 -06:00
linagee 63b9430ccc Don't loadNpmTasks grunt-cli (not needed)
This was causing a "grunt-cli not found" message even when you had the grunt-cli npm module installed.
2015-08-26 08:22:32 -06:00
Harlan T Wood c30e63832b Alter require to support `npm link` 2015-08-25 16:56:00 -07:00
Ryan Casey 37633d7f5a Update testing example. 2015-08-21 13:39:54 -07:00
Ryan Casey 274524e456 Sometimes it's nice to get beneath the framework and work with web3 directly. 2015-08-21 12:34:02 -07:00
Ryan Casey 5b352c6af1 Fund coinbase account if it hasn't been funded. 2015-08-21 12:17:26 -07:00
Ryan Casey d23eec1081 Change mining script to mine periodically and use filters instead of polling. 2015-08-21 09:49:18 -07:00
Ryan Casey 94a85339c4 Allocate the coinbase some ether in the genesis block. 2015-08-21 09:44:34 -07:00
Ryan Casey 1aad331383 Use a more definite address than 0x0, since some clients have coerced invalid addresses to the 0x0 address in the past. 2015-08-21 09:41:03 -07:00
Ryan Casey dd5cd475a3 No reason to have any difficulty whatsoever on a private chain. 2015-08-21 09:38:17 -07:00
Iuri Matias 14f98c0020 Merge pull request #58 from gerbrand/develop
Add option to run geth with any command
2015-08-18 07:22:36 -04:00
Gerbrand van DIeijen 92173c9907 Add option to run geth with any command 2015-08-18 12:05:20 +02:00
Iuri Matias 6b3cce3cbf Merge pull request #48 from jorisbontje/bin-executable
set embark binary file permissions as executable
2015-08-10 10:30:41 -04:00
Joris Bontje 84daf7e82f set embark binary file permissions as executable 2015-08-10 16:29:18 +02:00
Iuri Matias 8de45a1bed update to 0.8.6 2015-08-09 16:42:31 -04:00
Iuri Matias 4609a21643 add support to enable whisper 2015-08-09 16:41:42 -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 0252177a79 update to 0.8.5 2015-08-08 11:36:49 -04:00
Iuri Matias 14560913b6 take into account when no cmds are specified 2015-08-08 11:36:00 -04:00
Iuri Matias e5a18ebd0b Merge branch 'develop' 2015-08-05 22:34:51 -04:00
Iuri Matias 76203e43e3 update to 0.8.4 2015-08-05 22:32:14 -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 d5d4cb81e3 Merge pull request #51 from jorisbontje/47-default-chains-json
default to empty set when chains.json is missing
2015-08-05 21:06:30 -04:00
Iuri Matias 11076ab00c update to 0.8.3 2015-08-05 10:12:03 -04:00
Iuri Matias c667d8ad66 fix contact address 2015-08-05 10:11:32 -04:00
Iuri Matias 5e15cc7e3f update to 0.8.2 2015-08-05 10:02:18 -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
Joris Bontje 01260b889d default to empty set when chains.json is missing 2015-08-05 14:35:39 +02:00
Iuri Matias 2f19b4c80e Merge branch 'develop' 2015-08-05 07:07:30 -04:00
Iuri Matias 1ff7d4bba3 update to 0.8.1 2015-08-05 07:07:01 -04:00
Iuri Matias 02e745a9a1 add chains file to meteor demo 2015-08-05 07:06:08 -04:00
Iuri Matias 4e5b40be69 Merge branch 'develop' 2015-08-04 08:31:17 -04:00
Iuri Matias 2128bacf99 update to 0.8.0 2015-08-04 08:30:45 -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 56e59d814b get contract 2015-08-03 21:01:15 -04:00
Iuri Matias fab0df5c8b add contract to chain 2015-08-03 08:44:16 -04:00
Iuri Matias ea54f7524d initialize chain 2015-08-03 08:03:55 -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 72dec76cde Merge branch 'develop' 2015-08-02 08:07:03 -04:00
Iuri Matias 834b25908b update to 0.7.3 2015-08-02 08:01:27 -04:00
Iuri Matias 3567e806aa redeploy on config change 2015-08-02 07:59:59 -04:00
Iuri Matias 159d68dcd2 Merge branch 'develop' of github.com:iurimatias/embark-framework into develop 2015-08-02 06:58:47 -04:00
Iuri Matias d4761fe62c Merge pull request #45 from readevalprint/blockchain_host
Allow blockchain rpchost to be configurable
2015-08-02 06:58:33 -04:00
Tim Watts a4e4dee48c Allow blockchain rpchost to be configurable 2015-08-02 09:02:09 +00:00
Iuri Matias 90a1f8cd65 warn user if there was issues deploying a contract 2015-08-01 19:34:26 -04:00