Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sometimes silent failure when not initialized with EthQuery #1

Open
1 of 2 tasks
danfinlay opened this issue Mar 10, 2017 · 1 comment
Open
1 of 2 tasks

Sometimes silent failure when not initialized with EthQuery #1

danfinlay opened this issue Mar 10, 2017 · 1 comment

Comments

@danfinlay
Copy link

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:
@SilentCicero
Copy link
Member

Hmm, I'll need more information to debug.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants