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
But I noticed that my nodes are connected with lots of old Geth/Erigon release, especially Geth-v1.3.13, Erigon-v1.2.5. These old version does not support the latest hard fork, and they are supposed to be rejected due to mismatch forkid.
I dumped my connected peers for reference: peers_0808.log
This issue happens in Erigon client as well, I think it is not expected, create this issue to track
Steps to reproduce the behaviour
Just set up a BSC full node either with Geth-v1.4.12+ or Erigon-v1.2.12+.
After a while, dump your connected peers by: ./bsc --exec "admin.peers" attach geth.ipc > peers.log
Backtrace
NA
The text was updated successfully, but these errors were encountered:
// 2. If the remote FORK_CSUM is a subset of the local past forks and the
// remote FORK_NEXT matches with the locally following fork block number,
// connect.
// Remote node is currently syncing. It might eventually diverge from
// us, but at this current point in time we don't have enough information.
Description
The latest BSC hardfork is Tycho&Haber, which is supported by
But I noticed that my nodes are connected with lots of old Geth/Erigon release, especially Geth-v1.3.13, Erigon-v1.2.5. These old version does not support the latest hard fork, and they are supposed to be rejected due to mismatch forkid.
I dumped my connected peers for reference: peers_0808.log
This issue happens in Erigon client as well, I think it is not expected, create this issue to track
Steps to reproduce the behaviour
Just set up a BSC full node either with Geth-v1.4.12+ or Erigon-v1.2.12+.
After a while, dump your connected peers by:
./bsc --exec "admin.peers" attach geth.ipc > peers.log
Backtrace
NA
The text was updated successfully, but these errors were encountered: