-
Notifications
You must be signed in to change notification settings - Fork 251
Limit work by message size
Dan Connolly edited this page Dec 3, 2025
·
3 revisions
We have postponed metering, but we do charge by message size. So our contracts should be designed to limit work to be proportional to message size, or perhaps O(messageSize * log^k(messageSize)).
See also:
- resource-exhaustion issues
- performance issues, for example #6652 or generally: #6041
a catalog of related problems: Accidentally Quadratic
This wiki is for developing agoric-sdk. For help using Agoric SDK, see https://docs.agoric.com/ and https://agoric-sdk.pages.dev/