in3 icon indicating copy to clipboard operation
in3 copied to clipboard

Refresh node list returns 'missing signatures' error

Open Starlawn opened this issue 5 years ago • 1 comments

Steps to reproduce

Just copy-pasted the code from official API docs(incubed_network.py): link

Expected behavior

It should return node list for incubed

Actual behavior

It returns an error about missing signatures(and actually there was no such error just few weeks ago) image

System configuration

Linux Mint 19 x64 Python3.7

Incubed version

Incubed3.0.4

Request

--

Incubed Configuration

--

Chain

--

Starlawn avatar Sep 24 '20 07:09 Starlawn

Hi @Starlawn, thanks for spotting this problem! While investigating it, I notice it only happens on the görli network, and as it seems, some nodes are refusing to sign the block headers to enable the in3 client to verify the data source authenticity, hence the exception. We are investigating the issue, but meanwhile, the same script work with connecting to Ethereum mainnet, just try it by removing goerli like so:

import in3
client = in3.Client()
node_list = client.refresh_node_list()

cerealkill avatar Sep 28 '20 18:09 cerealkill