Michael Bradley, Jr
fa2807b335
refactor(@cockpit/explorer): revise blocks explorer per techniques of PRs #1492 , #1494
2019-05-07 10:39:58 -05:00
Pascal Precht
8a0c33c91e
refactor(@embark/utils): move compact utility into utils package
2019-05-07 13:26:42 +02:00
Pascal Precht
1330b9fb7a
refactor(@embark/i18n): introduce embark-i18n package
2019-05-07 13:05:22 +02:00
Pascal Precht
21a0f62d86
refactor(@embark/core): move IPC into core package
2019-05-07 12:51:29 +02:00
Pascal Precht
9acf256dc7
fix(@embark/blockchain_process): use correct import for ProcessWrapper
2019-05-07 10:12:37 +02:00
Pascal Precht
ed13aecc25
refactor(@embark/core): move process APIs to embark-core
2019-05-07 10:06:48 +02:00
Pascal Precht
daaa0e649d
refactor(@embark/utils): move buildUrl and buildUrlFromConfig to utils
2019-05-07 10:06:48 +02:00
yanqian
0f2a8231e0
docs(using_the_console): fix typo of methods call
2019-05-07 09:50:00 +02:00
Michael Bradley, Jr
437cc3feed
refactor(@embark/console-listener): move console_listener into embark-console-listener package
2019-05-06 15:37:52 -05:00
Michael Bradley, Jr
20f1a13ae6
refactor(@embark/utils): move hexToNumber into embark-utils package
2019-05-06 15:11:40 -05:00
Michael Bradley, Jr
b8708f4305
build(@embark/console): include suggestions.json in files packed by npm
2019-05-06 10:42:25 -05:00
Pascal Precht
45a9fee20b
refactor(@embark/code-generator): move code-generator into own package
2019-05-06 11:38:35 +02:00
Pascal Precht
a8ee57a088
refactor(@embark/deployment): move deployment module into own package
2019-05-06 11:38:03 +02:00
Pascal Precht
a69f619cf7
refactor(@embark/utils): move toChecksumAddress to embark-utils
2019-05-06 11:38:03 +02:00
Michael Bradley, Jr
c30f742c38
fix(@embark/plugin-cmd): revise package.json in light of #1573 , #1574 , #1575 , #1576
2019-05-03 15:34:19 -05:00
emizzle
1e4e6e4758
feat(@embark/storage): Add command service ipfs on/off
...
Add support for ability to start and stop IPFS via command `service ipfs on/off`.
Add support for `ProcessState.Errored` process state in the `ProcessManager`. This allows for processes being launched and stopped to trigger an error and the resulting process will be in an errored state. Processes in errored states can still attempt to be started and stopped.
`service ipfs on` - starts an IPFS node if not already started. Shows an error if the node is already starting or started.
`service ipfs off` - kills the running IPFS node as long as Embark has started the IPFS process. If the IPFS process was started externally, an error is shown.
return early
2019-05-03 14:52:55 -04:00
Andre Medeiros
dcecad5501
chore: move plugin_cmd to a package
2019-05-03 13:30:26 -04:00
Andre Medeiros
661ce74877
chore: move console to module
2019-05-03 09:24:09 -05:00
Michael Bradley, Jr
2044ed5e9b
build: bump tslint in all relevant pkgs from v5.11.0 to v5.16.0
...
Related to bumping the typescript package to its latest version
2019-05-03 08:53:43 -05:00
Sebastian Mueller
0991803b3f
docs(plugins): Adding embark-mythx to plugins page
2019-05-03 09:26:50 +02:00
Michael Bradley, Jr
ee17ab03e0
style: use comments to avoid confusion about @types/embark imports
...
We could use similar comments for imports related to other `@types` packages,
but the need to do it for `@types/embark` (located in
`packages/embark-typings`) seems more pressing since `import ... from "embark"`
statements in the monorepo can be so easily misunderstood.
Note that the comments, and indeed the whole lines, are automatically erased
during babel transpilation of TypeScript since TS types aren't relevant after
the `.js` files are built.
2019-05-02 20:34:22 -05:00
Michael Bradley, Jr
e74e52e924
build: make package.json scripts consistently en/dis-abled
2019-05-02 20:34:01 -05:00
Michael Bradley, Jr
d5c984c592
build: use babel cli's --extensions
consistently in all packages
...
If a package uses only `.js` then supply `--extensions ".js"`. If a package
uses only `.ts` then supply `--extensions ".ts"`. If a package uses both, then
supply `--extensions ".js,.ts"`.
The reason for this is that adding/removing TS/JS support ought to occasion
revising a package's `package.json` file and adjusting other scripts as well,
e.g. for linting. With these changes, it won't work to simply start adding
`.ts` files in a package's `src/` directory, which should prompt the developer
to review `package.json` and make the appropriate changes, and/or other
developers may realize changes need to be made during code review.
2019-05-02 20:33:42 -05:00
Michael Bradley, Jr
142130e533
build: bump typescript in all relevant pkgs from v3.3.1 to v3.4.5
...
The more recent version of TypeScript works around a [problem][chalk-problem]
encountered with the chalk package's type definitions.
[chalk-problem]: https://github.com/chalk/chalk/pull/296#issuecomment-418789492
2019-05-02 20:24:02 -05:00
Michael Bradley, Jr
ae8ec69dc9
fix(@embark/api): specify colors package as a dependency
2019-05-02 11:10:24 -04:00
Michael Bradley, Jr
2d2281999d
fix(@embark/library-manager): specify colors package as a dependency
2019-05-02 11:10:05 -04:00
Iuri Matias
a12769fd30
bugfix(@embark/embark): import colors do type string has missing properties
2019-05-02 10:02:47 -04:00
Pascal Precht
244e2e2fb1
fix(@embark/utils): expose longRunningProcessTimer properly
...
This seemed to have slipped through when reviewing 94c7ab3e12
2019-05-02 12:52:05 +02:00
Pascal Precht
dd898f0c7a
refactor(@embark/utils): move web3 dependent functions into web3Utils
2019-05-02 12:07:19 +02:00
Pascal Precht
baf6f20066
refactor(@embark/test-runner): move test module into test-runner package
2019-05-02 12:07:19 +02:00
Pascal Precht
03d779ef5e
refactor(@embark/utils): move transaction utils into utils package
2019-05-02 12:07:19 +02:00
Pascal Precht
7174f55c6c
refactor(@embark/utils): move decodeParams and sha3 into web3Utils
2019-05-02 12:07:19 +02:00
Pascal Precht
6fbc1afbd1
refactor(@embark/utils): move accountParser into utils
2019-05-02 12:07:19 +02:00
Pascal Precht
e8408ece75
refactor(@embark/utils): move web3 helper functions into web3Utils file
2019-05-02 12:07:19 +02:00
Pascal Precht
5c3f39442b
refactor(@embark/utils): move getHexBalanceFromString to utils package
2019-05-02 12:07:19 +02:00
Pascal Precht
e3aed6a423
refactor(@embark/utils): move getWeiBalanceFromString and contractsConfig.prepare into utils
...
This also renames `prepare` to `prepareContractsConfig` to make it less ambiguous.
2019-05-02 12:07:19 +02:00
Pascal Precht
93568ad911
refactor(@embark/utils): move unitRegex into utils package
2019-05-02 12:07:19 +02:00
Pascal Precht
b9fe741585
refactor(@embark/utils): move timer and deconstructUrl helper functions
2019-05-02 12:07:19 +02:00
Andre Medeiros
a75fa7941f
fix: parity origins
2019-05-02 10:43:56 +02:00
Pascal Precht
94c7ab3e12
refactor(@embark/library_manager): move library manager into own package
2019-05-02 10:42:49 +02:00
Pascal Precht
6308c82993
refactor(@embark/embark-utils): move last fn into utils package
2019-05-02 10:42:49 +02:00
Michael Bradley, Jr
4c4c8ed1d6
ci: on azure pipelines split coveralls and ci:full invocation scripts, run each script conditionally
2019-05-01 12:39:31 -05:00
Michael Bradley, Jr
fbfe376101
fix(@embark/api): import colors pkg so type string has .stripColors
2019-05-01 12:06:16 -05:00
Iuri Matias
086b3a3877
refactor (@embark/embark-api): move embark-api to its own module
2019-05-01 07:24:19 -04:00
Michael Bradley, Jr
b5a9553599
ci: revise azure pipelines config to report branch and service name to coveralls
2019-04-30 20:52:19 -05:00
Michael Bradley, Jr
e5fc9ffdf6
test: revise coverage-collect.js so it runs correctly on Windows
2019-04-30 20:14:00 -05:00
Michael Bradley, Jr
436cfcbca0
refactor(@embark/contracts-manager): move contracts_manager into embark-contracts-manager package
2019-04-30 13:03:48 -05:00
Michael Bradley, Jr
65f3a270c0
refactor(@embark/utils): move proposeAlternative, toposort into embark-utils package
2019-04-30 12:39:33 -05:00
Michael Bradley, Jr
60ff097406
refactor(@embark/core): create embark-core package, move constants into embark-core
2019-04-30 12:11:25 -05:00
Jonathan Rainville
d386bffda9
refactor(@embark/authenticator): move authenticator to a package
2019-04-30 12:06:54 -04:00