-
Notifications
You must be signed in to change notification settings - Fork 227
Limit work by message size
Dan Connolly edited this page Dec 8, 2022
·
2 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 issue, esp. as #6041
This wiki is for developing agoric-sdk. For help using Agoric SDK, see https://docs.agoric.com/ and https://agoric-sdk.pages.dev/