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

eth object not being injected on 0.6.6 as soon as page is loaded #132

Closed
renovatorruler opened this issue Sep 23, 2014 · 2 comments
Closed

Comments

@renovatorruler
Copy link

I am using 0.6.6 and I am getting the following error when referencing eth object

console.log(eth);
ReferenceError: Can't find variable: eth

However When I try this code, eth object is in fact populated:

setTimeout(function () {
    console.log(eth);
});

@renovatorruler renovatorruler changed the title eth object not being injected on 0.6.5 eth object not being injected on 0.6.6 as soon as page is loaded Sep 24, 2014
@obscuren
Copy link
Contributor

Confirmed. This wasn't an issue before in Qt 5.2. I'll have a look asap

@d11e9
Copy link

d11e9 commented Sep 25, 2014

A quick suggestion somewhat related:

window.onload = function(){
   console.log(eth);
}

@obscuren obscuren removed the type:bug label Jan 8, 2015
ngtuna added a commit to ngtuna/tomochain that referenced this issue Aug 16, 2018
maoueh pushed a commit to streamingfast/go-ethereum that referenced this issue Aug 13, 2021
tony-ricciardi pushed a commit to tony-ricciardi/go-ethereum that referenced this issue Jan 20, 2022
Because Celo's CI env is different than Ethereum's, we don't have
FUSE configured, so the test will always fail.
joshuacolvin0 pushed a commit to joshuacolvin0/go-ethereum that referenced this issue Jan 4, 2023
…-todo

Put a TODO for the rinkeby InitialChainOwner parameter
weiihann pushed a commit to weiihann/go-ethereum that referenced this issue Feb 23, 2023
sbellem pushed a commit to sbellem/go-ethereum that referenced this issue Jul 25, 2023
s1na pushed a commit to s1na/go-ethereum that referenced this issue Dec 2, 2024
…pShot

Work around for the issue "return wrong list signers from snapshot"
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

3 participants