Iuri Matias
aab24792fc
Merge pull request #665 from embark-framework/features/ens-deploy
...
Deploy to ENS
2018-08-02 12:35:41 -04:00
Michael Bradley, Jr
26ad1175fa
Revert "Merge pull request #663 from embark-framework/revert-656-bug_fix/dot.embark_versions_modules"
...
This reverts commit 7859c384ca
, reversing
changes made to a58f21c303
.
2018-07-30 16:26:25 -05:00
Jonathan Rainville
25cfb9ac0a
add associate event in ens (not yet tested)
2018-07-30 14:07:53 -04:00
Anthony Laibe
a548c72f2c
Update embarkjs version
2018-07-30 18:34:19 +01:00
Anthony Laibe
d0fe71aebf
Revert package change
2018-07-30 18:32:32 +01:00
Iuri Matias
2eb218cdfe
Revert ".embark/versions modules"
2018-07-30 12:57:58 -04:00
Anthony Laibe
d90774a50e
PR feedback
2018-07-30 17:06:20 +01:00
Anthony Laibe
e8b2837c93
Add IPNS demo
2018-07-30 12:49:03 +01:00
Michael Bradley, Jr
8dae16e4da
spec glob as dep
2018-07-29 21:00:29 -05:00
Michael Bradley, Jr
5d69ba06d3
@babel/runtime should be a dep
2018-07-29 21:00:29 -05:00
Michael Bradley, Jr
365f433896
spec caret ranges re: babel deps
2018-07-29 21:00:29 -05:00
Michael Bradley, Jr
cae7f8710b
spec exact version of ethereumjs-wallet
2018-07-29 19:24:18 -05:00
Jonathan Rainville
9961589877
up embarkJS version
2018-07-27 14:42:31 -04:00
Michael Bradley, Jr
1e26fe419b
webpack-bundle-analyzer doesn't need to be a dep
2018-07-25 16:03:52 -05:00
Michael Bradley, Jr
794f219ee0
use embarkjs 0.2.0
2018-07-25 16:02:58 -05:00
Michael Bradley, Jr
5ebd39fc8c
upgrade HardSource
2018-07-25 16:02:58 -05:00
Michael Bradley, Jr
a01f05cf1d
webpack bundle analyzer
2018-07-25 16:02:58 -05:00
Michael Bradley, Jr
8bcc80ed6b
webpack 4
2018-07-25 16:02:58 -05:00
Michael Bradley, Jr
78bff61864
babel deps to latest 7 beta
2018-07-25 16:02:58 -05:00
Michael Bradley, Jr
d564f8e1e0
bump babel related deps
2018-07-25 16:01:48 -05:00
Michael Bradley, Jr
e57b98db92
embarkjs dep -- pre-pub pkg spec usable by auto testers (for PR rev)
2018-07-25 16:01:48 -05:00
Jonathan Rainville
acd23cc77a
Merge pull request #638 from embark-framework/chores/remove-underscore
...
Remove code dependencies to underscore
2018-07-25 16:38:34 -04:00
Anthony Laibe
d0b76ea4bc
Remove code dependencies to underscore
2018-07-24 13:29:06 +01:00
Anthony Laibe
cc33011b8f
Update package.json url
2018-07-24 09:52:37 +01:00
Michael Bradley, Jr
ea6b469b19
no need for ganache-cli "bin" entry
2018-07-12 15:14:40 -05:00
Iuri Matias
ae0b4d0eca
Merge pull request #623 from embark-framework/remove_old_stuff
...
Remove old grunt stuff
2018-07-11 22:09:34 +03:00
Iuri Matias
ff7a4bd1dd
Merge pull request #620 from embark-framework/features/bin-entry-ganache-cli
...
Features/bin entry ganache cli
2018-07-11 21:27:26 +03:00
Iuri Matias
29f5c342a3
remove unused dev dependencies
2018-07-11 21:21:01 +03:00
Michael Bradley, Jr
2072dff753
embark-ganache-cli -> ganache-cli-embark
2018-07-11 12:55:08 -05:00
Andre Medeiros
a55e1c0f84
Bump grunt-contrib-coffee
2018-07-11 11:56:24 -04:00
Andre Medeiros
9db96c09c1
Remove node-http-proxy as we don't use it anywhere
2018-07-11 11:51:48 -04:00
Andre Medeiros
07290f289d
Tell Mocha to exit
2018-07-11 11:43:42 -04:00
Michael Bradley, Jr
fb672a95f0
"embark-" prefixed bin entry in package.json for ganache-cli
2018-07-11 10:31:14 -05:00
Andre Medeiros
6abbcad243
Bump Mocha to 5.2.0
2018-07-11 10:53:12 -04:00
Iuri Matias
d40ae2f374
Merge pull request #606 from embark-framework/bug_fix/events-dont-wrok
...
Fix events usage with websocket providers
2018-07-07 00:17:54 +03:00
Iuri Matias
ee81b7e209
add support to download a template
2018-07-06 11:38:09 +03:00
Jonathan Rainville
66b7d50d61
remove provider-engine as it has been creating lots of issues
2018-07-03 16:39:17 -04:00
Jonathan Rainville
02e4c0257f
conflict in package json
2018-06-27 14:32:13 -04:00
emizzle
9f33a05d82
Removed p-iteration from embark altogether.
...
Replaced usage in storage module (on dapp side) with async.js `detectSeries`
2018-06-27 10:51:53 +10:00
Jonathan Rainville
fe22a40146
update provider version
2018-06-26 13:02:41 +10:00
Iuri Matias
6a5020402f
update to 3.1
2018-06-19 17:54:10 -04:00
Iuri Matias
1f49c71850
re-add mocha to dependencies
2018-06-18 13:18:54 -04:00
Jonathan Rainville
f517cc104f
use new npm package instead of fork
2018-06-18 09:13:09 -04:00
Iuri Matias
37ab60d6de
Merge pull request #538 from embark-framework/features/ws-node
...
Enable connection to websocket node
2018-06-15 18:01:12 -04:00
emizzle
5e20f27c99
Solc loading issue now fully resolved
...
Added better error checking for solidity compilation errors
Extracted timer functionality for downloading packages so it works across the main process and child processes.
Npm class is instantiated only once and reused for event commands.
Npm class can handle concurrent requests for the same package and callback the installation result for each request.
2018-06-15 17:06:59 -04:00
Iuri Matias
0ca9446a4c
use neo-blessed
2018-06-15 17:02:54 -04:00
emizzle
eedcdc77a7
Solc loading issue now fully resolved
...
Added better error checking for solidity compilation errors
Extracted timer functionality for downloading packages so it works across the main process and child processes.
Npm class is instantiated only once and reused for event commands.
Npm class can handle concurrent requests for the same package and callback the installation result for each request.
2018-06-15 17:02:53 -04:00
Jonathan Rainville
c8c0a5c42f
enable websocket provider
2018-06-15 14:35:50 -04:00
Iuri Matias
0429703790
lock version to avoid suprises
2018-06-13 12:03:00 -04:00
Iuri Matias
3335483b1a
Merge pull request #520 from embark-framework/dashboard_performance_fix
...
use neo blessed
2018-06-13 11:44:47 -04:00