Commit Graph

6297 Commits

Author SHA1 Message Date
Iuri Matias 85f3a7ae15 updated README 2015-07-10 07:30:26 -04:00
Iuri Matias 5e0b45723b updated README 2015-07-10 07:29:53 -04:00
Iuri Matias d4150b9100 update to 0.5.0 2015-07-10 07:03:01 -04:00
Iuri Matias 3aa6356c12 Merge pull request #32 from debris/patch-2
fixed package.json
2015-07-10 06:10:59 -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 1fef23a14c take into account other type of cmds 2015-07-09 23:05:34 -04:00
Iuri Matias d55f31f64b add meteor-build-client 2015-07-09 22:54:04 -04:00
Iuri Matias 93ba02aa25 update meteor demo 2015-07-09 22:51:51 -04:00
Iuri Matias 89f731d61f remove build files 2015-07-09 21:43:01 -04:00
Iuri Matias 551f78300a update web3 lib 2015-07-09 21:32:44 -04:00
Iuri Matias 505ca5d14f wait & set contract addresses on deployment 2015-07-09 08:23:04 -04:00
Iuri Matias b9c0b8f9e5 use correct variable when determing output from cmd 2015-07-09 07:43:53 -04:00
Iuri Matias 3d7c1c629c fix merge errors 2015-07-09 07:31:37 -04:00
Iuri Matias 0655957e0f Merge branch 'develop' of github.com:iurimatias/embark-framework into develop 2015-07-09 07:24:21 -04:00
Iuri Matias 19eb84ef91 Merge pull request #25 from debris/fixed_contract_address
Fixed contract address
2015-07-09 07:07:52 -04:00
Iuri Matias e2b5e03bf7 Merge pull request #22 from debris/deploy_fix
fixed error on embark deploy when deploying contracts from new boilerplate
2015-07-09 07:07:13 -04:00
Iuri Matias f6883e9896 Merge pull request #21 from debris/patch-1
readme update - debugging embark
2015-07-09 07:05:16 -04:00
Marek Kotewicz 37fd6e1e13 fixed typos 2015-07-09 11:03:06 +02:00
Marek Kotewicz ddcbe657af reverted bolerplate/package.json 2015-07-09 10:59:03 +02:00
Marek Kotewicz 13e33dd192 web3.js 0.8.1, fixed obtaining contract addresses 2015-07-09 10:49:04 +02:00
Marek Kotewicz b6d22f1a3f fixed error on embark deploy when deploying contracts from new boilerplate 2015-07-09 09:21:18 +02:00
Marek Kotewicz 2ffe63a31d readme update - debugging embark 2015-07-09 08:55:45 +02:00
Iuri Matias df0e4d51ce force exit at end of cmd 2015-07-08 06:17:05 -04:00
Iuri Matias 1f03a4e962 support both meteor and grunt config files 2015-07-07 07:17:13 -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 4492db4603 define contracts type with address defined as static 2015-07-06 08:33:26 -04:00
Iuri Matias fe8b8e805e support specifying a contract address 2015-07-06 08:19:25 -04:00
Iuri Matias ea2a162d4b fix contract creation defaults; add test for contract instances 2015-07-04 18:59:57 -04:00
Iuri Matias 5d9f7f32da fix deployment script 2015-07-04 17:02:01 -04:00
Iuri Matias 4481938ccd implement contract instances 2015-07-04 16:52:05 -04:00
Iuri Matias c2416389fc abstract compiler into its own module 2015-07-03 23:23:21 -04:00
Iuri Matias 3f86244fbd cleanup 2015-07-03 22:41:39 -04:00
Iuri Matias b7bdd841c9 refactor modules; update grunt tasks 2015-07-03 22:27:17 -04:00
Iuri Matias e43c0a38d6 refactor blockchain lib + tests 2015-07-03 08:53:42 -04:00
Iuri Matias 1a5ddea9a8 restructure lib initialization 2015-07-03 07:59:35 -04:00
Iuri Matias ad071bc1b2 refactor deploy script + tests 2015-07-03 04:59:33 -04:00
Iuri Matias de9dff3397 refactor: determine contract dependencies + add specs 2015-07-02 08:50:32 -04:00
Iuri Matias 4499fc6c13 restructure; move code from tasks into libs 2015-07-02 08:34:39 -04:00
Iuri Matias 4593ad7e76 update requirements; add warning for 0.9.34 2015-07-02 07:43:44 -04:00
linagee 872d9364ab No reason for peers with test
This made mine start to mine. (Would not start without it.)
2015-07-02 07:43:43 -04:00
Iuri Matias eac991971a refactor: start moving contracts code to its own file + specs 2015-07-02 07:43:43 -04:00
Iuri Matias e9c34168a2 rename config as config.blockchain 2015-07-02 07:43:01 -04:00
Iuri Matias 676b28c35b move blockchain config to its own file 2015-07-02 07:43:00 -04:00
Iuri Matias 3b5c45a29f refactor blockchain config 2015-07-02 07:43:00 -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 f4ba7dc817 update mining script to take to work with 0.9.35 2015-07-02 07:39:24 -04:00
linagee 961dac4645 web3.eth.pendingTransactions is not a function
See https://github.com/iurimatias/embark-framework/issues/15
Also, minimalAmount was set too low for demo contract to launch.
2015-07-01 19:55:24 -04:00