Skip to content

Sometimes silent failure when not initialized with EthQuery #1

@danfinlay

Description

@danfinlay

ethjs-contract

Issue Type

Description

I was revamping the test suite for ethjs-ens to use a testrpc and deploy its own ens on it, and was stuck on a silent failure for longer than I care to admit.

This line shows me trying to deploy a contract from an instance that never had an EthQuery object.

It wasn't until I deployed with web3 instead and then instantiated a contract object that I got the EthQuery error passed to me.

Steps to reproduce

You could pull down that repo branch and run npm i && node test on it, but really just an earlier validation should do.

Versions

  • Node/NPM: 6.3.1
  • Browser:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions