You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: