Iuri Matias
0099078e94
fix lint
2018-07-18 17:53:37 +03:00
Iuri Matias
c1809e3752
Merge branch 'fund_accounts' of github.com:embark-framework/embark into fund_accounts
2018-07-18 17:48:58 +03:00
Iuri Matias
20406ba51a
fix lint
2018-07-18 17:47:53 +03:00
emizzle
9382f98933
Housekeeping and removal of none additions
...
Clean up debugging statements from fund_accounts.
Removed the addition of the nonce increment for contracts deploy as this was only affecting mneumonic-generated accounts which is not meant for dev environment.
2018-07-18 14:08:32 +02:00
Iuri Matias
5e3740f088
add regular account unlocks in devMod due to issues with geth
2018-07-18 13:45:18 +03:00
Iuri Matias
28dd6dba60
add interval to send txs to deal with geth --dev bug
2018-07-18 13:29:02 +03:00
Iuri Matias
3d1db2b21e
Merge branch 'fund_accounts' of github.com:embark-framework/embark into fund_accounts
2018-07-17 17:49:32 +03:00
Iuri Matias
91f1748d60
don't wait for account funds
2018-07-17 17:30:23 +03:00
Iuri Matias
231199c0dc
ad missing emit
2018-07-17 16:13:12 +03:00
Iuri Matias
d0162a6c78
move - for now - determining gas price to deployment to avoid race conditions
2018-07-17 15:10:22 +03:00
emizzle
7e12c5a9f7
funding dev account updates
...
Now funds accounts only if they have not been funded, and also funds with only the amount needed.
Also fixed bug with unlocking accounts when re-running `unlockAccounts` on already created accounts.
2018-07-17 10:57:31 +02:00
emizzle
296663edc7
password read from config file and fix for gasprice
2018-07-16 21:19:01 +02:00
emizzle
11d6980f70
further dev funding
2018-07-16 18:48:32 +02:00
Iuri Matias
f2213970f7
first stab at funding accounts in geth given config
2018-07-13 15:56:59 +03:00
Jonathan Rainville
8875b1b7ab
trim the contract name to have the warning correctly
2018-07-12 12:36:54 -04:00
Jonathan Rainville
446787447d
3.1.5
2018-07-06 10:50:41 -04:00
Jonathan Rainville
ffccbeabca
Merge pull request #605 from embark-framework/bug_fix/balance-fix
...
set default balance when no one is there with simulator
2018-07-06 10:47:14 -04:00
Jonathan Rainville
b426d1c6d2
Merge pull request #604 from embark-framework/bug_fix/syncModepatch
...
Bug fix/sync modepatch
2018-07-06 10:46:52 -04:00
Jonathan Rainville
2575cd7f62
set default balance when no one is there with simulator
2018-07-06 10:27:05 -04:00
Jonathan Rainville
da01ab15db
enable using both syncMode and syncmode
2018-07-06 09:31:28 -04:00
Heikki Hakala
872501e94e
Update sync mode config values in demo config #601
2018-07-06 08:53:54 -04:00
Iuri Matias
5bb1d33739
update to 3.1.4
2018-07-04 17:05:01 +03:00
Iuri Matias
dbc18fddfa
Merge pull request #598 from embark-framework/geth_fix
...
ignore stderr since geth outputs normal logs to it
2018-07-04 09:50:44 -04:00
Iuri Matias
289be4b8a4
check for cmd not found in stderr
2018-07-04 16:40:46 +03:00
Iuri Matias
a7a6a62edc
make linter happy
2018-07-04 16:36:49 +03:00
Iuri Matias
6c03a2e212
ignore stderr since geth outputs normal logs to it
2018-07-04 16:10:12 +03:00
Jonathan Rainville
3228ff2086
3.1.3
2018-07-03 15:12:27 -04:00
Jonathan Rainville
dc2247a290
update package lock
2018-07-03 15:12:22 -04:00
Jonathan Rainville
5ac45f18b0
fix account initialization and address use
2018-07-03 15:10:44 -04:00
Jonathan Rainville
12d73e1213
3.1.1
2018-07-03 15:06:30 -04:00
Jonathan Rainville
eb6a7d78f3
update package lock json
2018-07-03 15:06:26 -04:00
Jonathan Rainville
d184d71cc8
Merge pull request #596 from embark-framework/bug_fix/account
...
fix account initialization and address use
2018-07-03 15:03:56 -04:00
Jonathan Rainville
ffb3ec544b
fix account initialization and address use
2018-07-03 14:55:04 -04:00
Iuri Matias
b1684d8c73
Merge pull request #595 from embark-framework/bad_connection_handling_patch_fix
...
Bad connection handling patch fix
2018-06-29 18:38:48 -04:00
Iuri Matias
6ee387653d
fix metamask check for non dev environment
2018-06-29 18:14:21 -04:00
Iuri Matias
db3356cec0
detect if there is a connection error and pass it down to the ready function
2018-06-29 18:14:08 -04:00
Jonathan Rainville
098a8963a9
Merge pull request #589 from embark-framework/warn_about_web3
...
add message to warn about web3.js version
2018-06-27 15:42:52 -04:00
Iuri Matias
e1166df121
add message to warn about web3.js
2018-06-27 10:09:21 -04:00
Iuri Matias
8800da6b42
update to 3.1.2
2018-06-25 13:37:36 -04:00
Iuri Matias
d4ab94ead5
Merge pull request #578 from embark-framework/bug_fix/upload-fail-solc-plugin_3_1
...
Bug fix/upload fail solc plugin 3 1
2018-06-25 13:24:40 -04:00
Iuri Matias
589589cb6a
don't use -h option due to bug in ethersim fork v2
2018-06-25 12:48:35 -04:00
Jonathan Rainville
063472a07e
skip build if cmpile only
2018-06-25 12:03:22 -04:00
emizzle
7187be969e
Fix for `embark build --contracts` writing into the pipeline
2018-06-25 12:03:15 -04:00
Iuri Matias
bb21490d87
update to 3.1.1
2018-06-21 21:24:37 -04:00
Iuri Matias
bdaf141faf
Merge pull request #570 from embark-framework/ens_metamask_fix
...
use EmbarkJS to initialize ens contracts and set ens contract only wh…
2018-06-21 21:13:45 -04:00
Iuri Matias
5a429d0574
make linter happy
2018-06-21 21:07:27 -04:00
Iuri Matias
0ba9990073
use EmbarkJS to initialize ens contracts and set ens contract only when embark is ready
2018-06-21 21:03:23 -04:00
Iuri Matias
de39180737
re-add comment
2018-06-20 16:38:26 -04:00
Iuri Matias
1e580bfd23
organize package.json
2018-06-20 16:37:19 -04:00
Iuri Matias
67118ab019
remove unneded files
2018-06-20 16:30:16 -04:00