Commit Graph

65 Commits

Author SHA1 Message Date
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
Iuri Matias 619a92f71b update dependencies 2015-06-15 06:07:40 -04:00
Iuri Matias dca33e02fc add spec to boilerplate 2015-06-15 05:46:18 -04:00
Iuri Matias 1e5d704061 support constructor arguments in specs 2015-06-14 21:38:00 -04:00
Iuri Matias bda4267fa2 request needed class 2015-06-13 09:21:29 -04:00
Iuri Matias 7695c1616f move test code into module 2015-06-13 09:02:19 -04:00
Iuri Matias 7ea590895f make py calls sync; return correct value 2015-06-13 08:13:40 -04:00
Iuri Matias 27c2ab4104 create contract wrapper 2015-06-12 23:02:54 -04:00
Iuri Matias 0af68cbc9c tdd integration poc 2015-06-12 20:50:08 -04:00
Iuri Matias 885651c893 update to 0.3.0 2015-06-10 08:44:12 -04:00
Iuri Matias 1913a38341 Revert "require grunt libs"
This reverts commit ec16656e0a.
2015-06-09 21:23:47 -04:00
Iuri Matias 8a2fdc76f4 add gas price option 2015-06-09 21:05:41 -04:00
Iuri Matias ec16656e0a require grunt libs 2015-06-09 20:42:30 -04:00
Iuri Matias 31fdc58cfe require needed packages for embark; cleanup boilerplate package 2015-06-09 08:22:18 -04:00
Iuri Matias 2a1d5ea984 update to 0.2.1 2015-06-05 08:58:08 -04:00