173 Commits

Author SHA1 Message Date
Eric Mastro
4c39a3f589
Merge branch 'develop' into bug_fix/upload-to-swarm 2018-04-26 19:05:56 +10:00
emizzle
f59a187bce Removed unused host/port options passed in to the swarm service. 2018-04-26 12:59:57 +10:00
Jonathan Rainville
f39acbdd42 get context from cmd ran and use arrays of contexts 2018-04-25 10:34:17 -04:00
Jonathan Rainville
97e91d4c44 only log loaded plugins in list plugins and warn when plugin is not right 2018-04-24 15:53:19 -04:00
Jonathan Rainville
51c2c8f880 check context and on changing context, load plugins that work 2018-04-24 14:42:56 -04:00
emizzle
cc30ff390e Implemented PR review changes
* Removed config init from `cmd.js` for upload.
* refactored `upload()` to use engine services instead of loading and using plugins directly.
* now passing web3 directly to the `Swarm` constructor
2018-04-24 10:27:11 +10:00
Iuri Matias
16909c7f1a if version name doesn't have /, then just use the full name 2018-04-23 12:14:48 -04:00
emizzle
96495b99c3 Support setting log level as an argument
* Add loglevel and logfile switch to `embark build`
* Support existing `loglevel` and `logfile` switch for `embark run/upload`
* make casing consistent for `loglevel` and `logfile`
* remove passing engine to `build()` and instead pass needed objects in options.
* prevent duplicate plugin initiation (above point)
* allow `Events` object to be passed to `Engine` constructor and `init()`
* prevent echo of upload commands to allow interception and control via logging
2018-04-19 14:25:43 +10:00
emizzle
d985a5ed69 Fixing --logLevel option for embark run
Intercepting logs for embark run and including logLevel for displayed logs.
2018-04-17 16:17:59 +10:00
Jonathan Rainville
dc9e6c168b start vyper implementation 2018-04-13 14:59:01 -04:00
Iuri Matias
82726e07e1
Merge pull request #361 from embark-framework/graphviz-contracts
Graphviz contracts
2018-04-13 11:29:23 -04:00
Iuri Matias
9d261472f9 extract node name and version (so it displays just like in 2.6.0) 2018-04-10 15:14:00 -04:00
Iuri Matias
044759ef52 get node name and version 2018-04-10 15:08:08 -04:00
Richard Ramos
d7b33a309b Changed logic of deploy manager to be able to only compile the code and not deploy it 2018-03-23 10:02:23 -04:00
Iuri Matias
c1d258b819 add events to logger 2018-03-15 16:44:05 -04:00
Iuri Matias
83227beaa1 add option to specify a logfile to output the logs 2018-03-10 13:45:56 -05:00
Iuri Matias
445133cfdf move setStatus from logger to event bus 2018-02-27 15:49:21 -05:00
Iuri Matias
41baca4b51 don't redeploy if an asset has been changed and not a contract 2018-02-21 18:43:34 -05:00
Iuri Matias
e2aa46eac8 define default account for each contract 2018-01-12 18:06:51 -05:00
Iuri Matias
59642b4160 fix web3 versioning 2018-01-10 10:43:25 -05:00
Iuri Matias
4fcfc6c142 update whisper check 2018-01-05 15:30:52 -05:00
Iuri Matias
59c3d82260 update web3.js 2018-01-05 15:10:47 -05:00
Iuri Matias
3e1f16c673 update tests 2017-12-30 17:07:13 -05:00
Iuri Matias
11af38268b refactor: get versions from module instead of config 2017-12-30 16:48:53 -05:00
Iuri Matias
dee49ec5ed add createPlugin; move cmds to library managers 2017-12-30 15:52:51 -05:00
Iuri Matias
310712567f move whisper to a module 2017-12-28 12:40:11 -05:00
Iuri Matias
17a7dcf3e6 remove unsupported whisper protocol msg 2017-12-27 20:58:14 -05:00
Iuri Matias
eaf9016c79 move ipfs service check to its module 2017-12-26 20:32:51 -05:00
Iuri Matias
799da089af refactor webserver code 2017-12-19 09:50:29 -05:00
Iuri Matias
76be683ed2 refactor webserver 2017-12-18 09:37:16 -05:00
Iuri Matias
14d330a729 fix webserver service check 2017-12-17 18:58:55 -05:00
Iuri Matias
113bb25142 add webserver start/stop cmd 2017-12-17 18:34:41 -05:00
Iuri Matias
67dd4a22cb update tests 2017-12-16 17:10:11 -05:00
Iuri Matias
ce4f75ddc4 extract solc to its own module 2017-12-16 17:08:18 -05:00
Iuri Matias
301ba94ef6 refactor httpGet 2017-12-15 22:11:55 -05:00
Iuri Matias
c55b011675 fix eslint issues 2017-12-13 20:15:57 -05:00
Iuri Matias
4106531bd7 warn user when IPFS comes back online 2017-12-13 18:15:59 -05:00
Iuri Matias
0b00f99f09 include ipfs lib in embarkjs 2017-12-13 15:53:29 -05:00
Iuri Matias
b7b5fae2c8 imports with shared web3 object 2017-12-13 15:53:29 -05:00
Iuri Matias
58cf9ca78d take into account config in ipfs service check 2017-12-07 10:26:17 -05:00
Iuri Matias
dd8135445d Merge branch 'next' into develop 2017-10-17 07:03:54 -04:00
Iuri Matias
460f78cc55 update events name for code generation 2017-10-17 07:03:13 -04:00
Iuri Matias
0e9b90b4ee comply with linter 2017-10-14 10:13:30 -04:00
Iuri Matias
2dc1941e48 rename ABIGenerator (very old legacy reasons) to more apropriate CodeGenerator 2017-08-03 19:29:09 -04:00
Iuri Matias
232f6fc88b support list of fallbacks for dapp web3 connection, support separate connection config for deployment 2017-07-06 18:48:20 -04:00
Iuri Matias
f882b3486b use deployment config from contracts.json instead of blockchain.json 2017-07-05 20:24:28 -04:00
Iuri Matias
f45ce963b4 add file type so files are loaded when needed; support to configure web3 and solc versions 2017-07-05 08:35:51 -04:00
Iuri Matias
ffbf6a70c5 include whisper version in the dashboard 2017-06-27 17:05:35 -04:00
Iuri Matias
2a2a5820fc fix testing functionality in develop 2017-06-26 09:01:54 -04:00
Iuri Matias
47f313b12c generate json files 2017-04-04 06:37:50 -04:00