-
Notifications
You must be signed in to change notification settings - Fork 214
Limit work by message size
Dan Connolly edited this page Nov 27, 2023
·
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 issues, for example #6652 or generally: #6041
This wiki is for developing agoric-sdk. For help using Agoric SDK, see https://docs.agoric.com/ and https://agoric-sdk.pages.dev/