Pascal Precht
57c3502f1f
refactor(@embark/coverage): move coverage module into own package
...
This commit also moves several utility methods into @embark/utils as needed.
2019-05-22 11:47:29 +02:00
Pascal Precht
3df7f81732
refactor: move dappPath
, ipcPath
and embarkPath
into @embark/utils
2019-05-17 11:25:40 +02:00
Pascal Precht
880a3a6946
refactor(@embark/pipeline): move pipeline into own package
2019-05-15 19:59:59 +02:00
Pascal Precht
e3ecf68fbc
refactor: move embarkPath, ipcPath and dappPath into embark-core
...
This enables removing unnecessary `core/fs` dependencies which can be
replaced with `fs-extra`.
This commit also fixes a bug introduced in f868d1216d
where methods from `embark.fs` weren't available.
The reason for that is because we have several *Process instances
that are created through child process communication, specifically
process.send() APIs. Using those APIs, we can only send data structures
however, methods attached on any of those will get lost.
This is the case when sending embark.fs through process.send().
We still need fs in those places though, mostly because they are relying
on embarkPath and dappPath().
These places are now importing those functions from `embark-core`. Other
API such as writeFile or mkdirp() can be accessed through fs-extra
or fs modules.
2019-05-15 12:20:22 +02:00
Pascal Precht
8a0c33c91e
refactor(@embark/utils): move compact utility into utils package
2019-05-07 13:26:42 +02:00
Pascal Precht
daaa0e649d
refactor(@embark/utils): move buildUrl and buildUrlFromConfig to utils
2019-05-07 10:06:48 +02:00
Michael Bradley, Jr
20f1a13ae6
refactor(@embark/utils): move hexToNumber into embark-utils package
2019-05-06 15:11:40 -05:00
Pascal Precht
a69f619cf7
refactor(@embark/utils): move toChecksumAddress to embark-utils
2019-05-06 11:38:03 +02:00
Andre Medeiros
661ce74877
chore: move console to module
2019-05-03 09:24:09 -05: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
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
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
65f3a270c0
refactor(@embark/utils): move proposeAlternative, toposort into embark-utils package
2019-04-30 12:39:33 -05:00
Jonathan Rainville
bcd006a1cf
refactor(@embark/utils): move copyToCliboard to embark-utils
2019-04-30 12:06:54 -04:00
Jonathan Rainville
8506778384
refactor(@embark/utils): move addressUtils to embark-utils
2019-04-30 16:31:07 +02:00
Pascal Precht
c9e335ea21
refactor(@embark/embark-utils): move runCmd utility to utils package
2019-04-29 12:06:59 +02:00
Jonathan Rainville
83b0a68eef
refactor(@embark-utils): move logHandler and normalizeInput in utils
2019-04-26 16:38:19 +02:00
Jonathan Rainville
483f692e0b
refactor(@embark-utils): move escapHtml to embark-utils
2019-04-26 16:38:19 +02:00
Pascal Precht
0260154804
refactor(@embark/utils): move sha512 util into embark-utils package
2019-04-25 15:26:56 +02:00
Iuri Matias
79d96c3b4c
refactor (@embark/embark-utils): move recursiveMerge to embark-utils
2019-04-17 10:30:04 -05:00
Iuri Matias
04f187cfb9
refactor (@embark/embark-utils): move soliditySha3 to embark-utils
2019-04-09 15:16:11 -04:00
Iuri Matias
7511e3c113
refactor (@embark/embark-utils): move hashTo32ByteHexStrin to embark-utils
2019-04-09 10:40:30 -04:00
Iuri Matias
bb55ae120e
refactor(@embark/embark-utils): move findNextPort to embark-utils
...
refactor(@embark/embark-utils): move findNextPort to embark-utils
refactor(@embark/embark-utils): move findNextPort to embark-utils
refactor(@embark/embark-utils): move findNextPort to embark-utils
fix linting issue
fix lint
fix lint
2019-03-28 15:50:56 -04:00
Iuri Matias
246715cd6b
refactor(@embark/embark-utils): move checkIsAvailable to embark-utils
2019-03-28 15:50:56 -04:00
Iuri Matias
3b396cf0c0
refactor(@embark/embark-utils): move host utils to embark-utils
2019-03-27 14:32:32 -04:00
Iuri Matias
c8475da144
refactor(@embark/embark-utils): move joinPath to embark-utils
2019-03-27 14:14:29 -04:00