Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: more stablity fixes #134

Merged
merged 1 commit into from
Nov 5, 2024
Merged

fix: more stablity fixes #134

merged 1 commit into from
Nov 5, 2024

Conversation

stringhandler
Copy link
Contributor

@stringhandler stringhandler commented Nov 5, 2024

  • store peers to disk for quicker start up connect
  • reduce the data used in syncing (still more improvement needed)
  • greylist peers if they return out of order catch up sync data
  • add peers to block list if they are greylisted more than 5 times
  • disallow uncles in the first 10 blocks
  • reduce max number of uncles to 3
  • uncles can only be included if they are within 2 blocks of tip
  • stop adding synced blocks if more than 10 missing parents
  • disallow uncles on same height or higher tip
  • fix bug in catchup sync

* store peers to disk for quicker start up connect
* reduce the data used in syncing (still more improvement needed)
* greylist peers if they return out of order catch up sync data
* add peers to block list if they are greylisted more than 5 times
* disallow uncles in the first 10 blocks
* reduce max number of uncles to 3
* uncles can only be included if they are within 2 blocks of tip
* stop adding synced blocks if more than 10 missing parents
* disallow uncles on same height or higher tip
@SWvheerden SWvheerden added this pull request to the merge queue Nov 5, 2024
Merged via the queue into development with commit 4963ffb Nov 5, 2024
10 of 14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants