Commit Graph

15 Commits

Author SHA1 Message Date
Iuri Matias 661f390650 remove console logs; fix events 2019-08-23 11:42:26 -04:00
Jonathan Rainville d8ba0be534 reafctor(@embark/ens): create namestystem component and fix ENS 2019-08-22 12:51:05 -04:00
Jonathan Rainville 291ad3c72b review comments and add timeout to actions 2019-08-22 11:25:54 -04:00
Jonathan Rainville 12d13f8411 fix embark-web3 2019-08-22 11:25:54 -04:00
Jonathan Rainville e32d1b7632 connect Dapp to the proxy if needed 2019-08-22 11:25:54 -04:00
Iuri Matias 315af1e351 add web3 connection 2019-08-19 17:28:15 -04:00
Iuri Matias f0fe0e62e7 fix template 2019-07-29 12:33:22 -04:00
Iuri Matias 0742f96e38 use provider instead of hardcoded connection 2019-07-26 12:34:33 -04:00
Iuri Matias f838739e17 implement embark-web3; add request2 to event bus with promise support 2019-07-25 12:20:39 -04:00
Iuri Matias 261dee8ad0 refactor contracts manager; deployment; blockchain client 2019-07-24 18:27:34 -04:00
Iuri Matias 50c3525374 refactor
remove code not beloging to code runner & other core modules; disable code generator and move contract code to its own module

cleanup pipeline; start preparing for plugin based pipeline file generation

initial work to write pipeline files through an api

add action events to pipeline; generate contracts json and js files

move old pipeline to its own module; generate basic artifacts

re-add missing plugins function

add basic embarkjs provider registration

refactor embark-whisper; move whisper api; execute whisper code in console

add api to register help cmds in console; start moving hardcoded help cmds out

cleanup embark-graph

add todos
2019-07-12 18:32:36 -04:00
Michael Bradley, Jr 5930cce7dd chore(release): 4.1.0-beta.5 2019-07-10 16:21:47 -05:00
Michael Bradley, Jr eecb48f5b6 chore(release): 4.1.0-beta.4 2019-06-27 14:23:32 -05:00
Iuri Matias fc4faa8ba9 fix: alleviate races re: embarkjs by introducing Plugin#addGeneratedCode and related refactors 2019-06-27 14:10:12 -05:00
Michael Bradley, Jr d684b9af0f refactor(@embarkjs/web3): make web3 connector an internal plugin like the other embarkjs-* packages
Effectively deprecate the `embarkjs-connector-web3` package but don't introduce
a breaking change by simply not loading the plugin if it's specified in a
DApp's `embark.json`. If the deprecated plugin is specified, display a message
indicating the plugin was ignored and suggesting it be removed from the
project's `embark.json` and `package.json`.
2019-06-27 14:10:12 -05:00