-
Notifications
You must be signed in to change notification settings - Fork 490
Closed
Description
Bug Report
Summary
Things seem to work, but an error is emitted during deployment.
Current behavior
How to reproduce
run embark console with the following config:
contracts.js:
deployment: {
host: 'localhost', // Host of the blockchain node
port: 8545, // Port of the blockchain node
type: 'rpc',
}
blockchains.js:
development: {
proxy: true
}
Expected behavior
may not be a big deal b/c rpc is deprecated, but still confusing to the user.
If you encounter an error, please create a logfile using the following command and post the output here
$ embark run --nodashboard --logfile log.txt --loglevel trace
Please provide additional information about your system
OS:
Embark Version: master branch commit 317449e
Node Version:
NPM Version:
