status-im / nimbus-eth1

Nimbus: an Ethereum Execution Client for Resource-Restricted Devices
https://status-im.github.io/nimbus-eth1/
Apache License 2.0
569 stars 116 forks source link

hive: ethereum/sync investigate error produced by hive #674

Open jangko opened 3 years ago

jangko commented 3 years ago

the error message is:

can't query chain head: json: cannot unmarshal array into Go struct field Header.logsBloom of type *types.Bloom

don't know what is wrong

jangko commented 1 year ago

after we fixed most of the json rpc methods and fast sync, we pass 3 out of 6 test cases. and the new error messages related to unable to bond with static peers and bootstrap nodes. this is weird, why can eth simulator can bond with regular peers but sync simulator cannot bond with bootstrap nodes and static peers? maybe this is not rlpx issue, but nimbus-eth1 bug.