Skip to content

Conversation

@flcl42
Copy link
Contributor

@flcl42 flcl42 commented Oct 27, 2025

  • Fix disconnection detection
  • Add 1gwei tip
  • Handle two pooled tx requests


// Check if peer disconnects at the end.
code, _, err := conn.Read()
if err == errDisc || code == discMsg {
Copy link
Contributor Author

@flcl42 flcl42 Oct 27, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@fjl It seems like the test fails when we do disconnect, or I'm missing something obvious

@flcl42 flcl42 marked this pull request as ready for review October 30, 2025 10:06
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.

1 participant