openethereum / parity-ethereum

The fast, light, and robust client for Ethereum-like networks.
Other
6.83k stars 1.68k forks source link

Incomplete block information requesting eth_getTransactionReceipt in xDAI #11825

Open vdo opened 4 years ago

vdo commented 4 years ago

With chain in sync, latest docker image fails to give eth_getTransactionReceipt. Works with v3.0.1 but fails with latest tag

Logs of the issue:

https://zerobin.net/?3a4425f122aa0b34#8o12BWk3oT6Q/mv++TDXL10v9ci7Cxw6rFb+EnPI+pQ=

vdo commented 4 years ago

It actually fails with v3.0.1 too

rakita commented 4 years ago

Try to look why your block didnt get signed; WARN engine Not preparing block; cannot sign.

vdo commented 4 years ago

@rakita is it required to sign blocks to get such data?