You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some APIs can return a lot of data, which means we usually end up limiting them to a certain value (e.g. getBlocksFrom).
We should ensure/check the following:
Regardless of 1), the client should have a retry logic to properly handle when it doesn't get complete informations for what was requested;
Regardless of 1), there should be a mechanism in place to limit abuse (abuse can be long poll, frequent large poll, random access to create arbitrary delays on the node, etc...).
The text was updated successfully, but these errors were encountered:
Some APIs can return a lot of data, which means we usually end up limiting them to a certain value (e.g.
getBlocksFrom
).We should ensure/check the following:
For this to work, we need support in the RPC generator as well.
The text was updated successfully, but these errors were encountered: