-
Notifications
You must be signed in to change notification settings - Fork 2.6k
refactor: state RPC remove max_rpc_payload_size
#13649
Conversation
This limit is not needed anymore as the JSON-RPC servers doesn't terminate the connection if the RPC max limit is exceeded anymore
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It'd be nice to also add a deprecation message which pops up when the user specifies this argument on the command line.
We already got, sufficient?
However, it was a nit by me when I deprecated some of the RPC flags and missed e that just |
Does this pop up also when it's used, or do the user has to look at |
☝️ is one
|
Yeah, if there's an actual warning then that's fine by me. 👍 |
bot merge |
This limit is not needed anymore as the JSON-RPC servers doesn't terminate the connection if the RPC max limit is exceeded anymore
This limit is not needed anymore as the JSON-RPC servers doesn't terminate the connection if the RPC max limit is exceeded anymore
Close #13623
This limit on
state_traceBlock RPC
is not needed anymore as the JSON-RPC servers doesn't terminate the connection if the RPC max limit is exceeded anymoreUntil this PR is merged, it's also possible to run
--rpc-max-payload <LIMIT>
for the limit in the state RPC to work properly.