-
Notifications
You must be signed in to change notification settings - Fork 215
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
simple exchange should handle more orders than fit in the heap #4324
Comments
This depends upon finishing #2004 and #4255, to provide the virtual/durable collections API in a form that Zoe/etc can use to hold Purses/Payments/other-high-cardinality-things on disk instead of in the heap. (note that to allow these vats to be upgraded without losing their data, we also need #4325 and for Zoe/etc to store their durable collections in it) |
To reiterate a point I saw you make elsewhere. The bound doesn't need to be |
Describe the bug
@dtribble writes:
That leaves simple exchange. Let's track that here (and postpone it 'till after MainNet-1).
To Reproduce
(IOU a test for crashing the simple exchange by opening more orders than fit in the heap.)
Expected behavior
The text was updated successfully, but these errors were encountered: