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

Hard code config values that may lead to network instability #1446

Open
cmwaters opened this issue Jul 31, 2024 · 0 comments
Open

Hard code config values that may lead to network instability #1446

cmwaters opened this issue Jul 31, 2024 · 0 comments

Comments

@cmwaters
Copy link
Contributor

We had some nodes report the following error:

1:04PM ERR Stopping peer for error err="received message exceeds available capacity: 1900008 < 1900544" module=p2p peer={"Data":{},"Logger":{}} 

This comes about because some nodes have a MaxTxBytes set to 1.9MB and others to 7.9MB. This difference means that some transactions get accepted to some mempools but not to others.

Proposal

Hard code config values that may lead to network instability. Specifically this means to hardcode MaxTxBytes. There may be other parameters we may want to consider

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants