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 |
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
|
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 |