Skip to content

v1.0.8

Compare
Choose a tag to compare
@setunapo setunapo released this 19 May 14:00
12cea67

Description

This release is mainly to address the lagging sync issue, see: #51
We found the lagging sync issue could be caused the connection to the useless peers. If you encounter the same problem, you can try to add this flag to start your BSC Erigon node: --sentry.drop-useless-peers

Change List

  • optimize the sentry p2p request stability (#88)
  • Doc: Update readme (#89)
  • update params of request packet to match bsc-geth (#90)
  • enable sentry.drop-useless-peers command (#92)