Skip to content

using rpc in contracts.js w/ blockchain proxy = true throws error #1063

@ewingrj

Description

@ewingrj

Bug Report

Summary

Things seem to work, but an error is emitted during deployment.

Current behavior

screen shot 2018-11-09 at 8 48 59 am

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:

Sometimes issues are related to Embark's installation. Can you provide information on how Embark was installed?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions