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

cryptonote_core: unrestricted rpc to respect packet size limit #9473

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

0xFFFC0000
Copy link
Collaborator

@0xFFFC0000 0xFFFC0000 commented Sep 5, 2024

When txpool is greater than 100mb, unrestricted rpc cannot connect. Restricted rpc remains functional due to batching into 100tx per call. Here, were batching into 90% of the packet size limit

@0xFFFC0000 0xFFFC0000 changed the title src: fix rpc limit issue with introduction of size limit cryptonote_core: unrestricted rpc to respect packet size limit Sep 5, 2024
@0xFFFC0000
Copy link
Collaborator Author

Windows build failure is unrelated to this PR:

error: could not open file mingw-w64-x86_64-protobuf-21.9-1-any.pkg.tar.zst: Unrecognized archive format

Mac build failure is unrelated to this PR and related to boost::uuid issue we have at the moment.

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

Successfully merging this pull request may close these issues.

1 participant