Commit Graph

79 Commits

Author SHA1 Message Date
Iuri Matias 14b4cabb1b fix boilerplate .gitignore file to point to the correct development chain 2015-09-06 15:57:32 -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 d468e43f6f update to 0.9.0 2015-08-31 22:10:50 -04:00
Iuri Matias 5a3a2c5951 add serpent to readme examples 2015-08-31 21:58:39 -04: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 8de45a1bed update to 0.8.6 2015-08-09 16:42:31 -04:00
Iuri Matias 0252177a79 update to 0.8.5 2015-08-08 11:36:49 -04:00
Iuri Matias 76203e43e3 update to 0.8.4 2015-08-05 22:32:14 -04:00
Iuri Matias 11076ab00c update to 0.8.3 2015-08-05 10:12:03 -04:00
Iuri Matias 5e15cc7e3f update to 0.8.2 2015-08-05 10:02:18 -04:00
Iuri Matias 1ff7d4bba3 update to 0.8.1 2015-08-05 07:07:01 -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 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 d4aac45ea6 fix css trigger on the boilerplate 2015-07-31 22:53:27 -04:00
Iuri Matias 243d16363d update to 0.7.2 2015-07-31 19:27:18 -04:00
Iuri Matias 13c749760c update to 0.7.1 2015-07-29 22:09:41 -04:00
Iuri Matias e35a14ed88 move genesis blocks to its own folders 2015-07-29 22:05:48 -04:00
Iuri Matias 6ff72432d6 make maxpeers configurable 2015-07-29 21:40:49 -04:00
Joris Bontje f1a02711bd make genesis block configurable. fixes #41 2015-07-29 15:49:02 +02:00
Iuri Matias e72a2e1aa9 update to 0.7.0 2015-07-23 07:37:36 -04:00
Iuri Matias c08354891c tag 0.6.3 2015-07-23 07:17:26 -04:00
Iuri Matias 03f389e771 fix server include 2015-07-22 22:45:54 -04:00
Iuri Matias e9576ad1b8 add development server dependencies to boilerplate 2015-07-22 22:34:20 -04:00
Iuri Matias b44eb14028 move development server to boilerplate 2015-07-22 22:32:30 -04:00
Iuri Matias e09587932e add config for production 2015-07-22 18:40:24 -04:00
Iuri Matias 24f69bb16f point package json to develop repos 2015-07-22 08:38:50 -04:00
Iuri Matias 3b9cc0339b update to 0.6.1 2015-07-15 08:21:38 -04:00
Iuri Matias 92d37fd60a update embark and grunt plugin versions 2015-07-14 20:12:26 -04:00
Iuri Matias 9579ea3b91 remove grunt; use grunt plugin 2015-07-14 19:43:21 -04:00
Iuri Matias dcc9aa7631 Merge branch 'meteor' into develop 2015-07-13 07:10:09 -04:00
Marek Kotewicz c4cb7aa5fc fixed package.json
`embark demo` that you suggested in #20 was failing with:

```
npm WARN package.json app_name@0.0.1 No description
npm WARN package.json app_name@0.0.1 No repository field.
npm WARN package.json app_name@0.0.1 No README data
npm ERR! Darwin 14.3.0
npm ERR! argv "node" "/usr/local/bin/npm" "install"
npm ERR! node v0.12.4
npm ERR! npm  v2.11.1
npm ERR! code ETARGET

npm ERR! notarget No compatible version found: embark-framework@'embark-framework@develop'
npm ERR! notarget Valid install targets:
npm ERR! notarget ["0.0.1","0.0.2","0.0.3","0.0.4","0.0.5","0.0.6","0.0.7","0.0.8","0.1.0","0.1.1","0.1.2","0.2.0","0.2.1","0.3.0","0.4.0","0.4.1","0.4.2","0.4.3"]
npm ERR! notarget
npm ERR! notarget This is most likely not a problem with npm itself.
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.
npm ERR! notarget
npm ERR! notarget It was specified as a dependency of 'app_name'
npm ERR! notarget

npm ERR! Please include the following file with any support request:
npm ERR!     /Users/marekkotewicz/ethereum/embark_demo/npm-debug.log
```
2015-07-10 10:36:15 +02:00
Iuri Matias 266ea31f1d fix package.json dependency 2015-07-09 23:09:17 -04:00
Iuri Matias 93ba02aa25 update meteor demo 2015-07-09 22:51:51 -04:00
Iuri Matias 9a4e62072f comment out config yml optiosn in boilerplate 2015-07-07 06:58:30 -04:00
Iuri Matias ce681de06b add support for main config file 2015-07-07 06:51:03 -04:00
Iuri Matias 12f84bf403 restructure; move code from tasks into libs 2015-07-02 07:43:00 -04:00
Iuri Matias 416530dbbf update to 0.4.3 2015-07-02 07:41:51 -04:00
Iuri Matias e01a339756 update to 0.4.2 2015-06-26 20:23:15 -04:00
Iuri Matias 77b1e333ed update to 0.4.1 2015-06-24 07:23:12 -04:00
Iuri Matias 21617e3bf6 update to 0.4.0 2015-06-21 22:49:07 -04:00
Iuri Matias c0b4f62aa9 add some info to default html page 2015-06-21 22:43:15 -04:00
Iuri Matias 8f9d532a7c remove spec from boilerplate 2015-06-20 08:36:28 -04:00
Iuri Matias d728efe797 increase default gas limit 2015-06-19 23:20:32 -04:00
Iuri Matias 6a60d0110a load contracts config when deploying 2015-06-19 10:27:53 -04:00