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
@FUDCo I think you currently know the most about hostStorage, so I wanted to check my hunch: config.hostStorage is ignored, and storage should be passed throughruntimeOptions (third argument to buildVatController). Is that correct?
Should we just delete this config.hostStorage = line? The test doesn't need to do anything special with storage, it can use ephemeral RAM.
Please reassign back to me if that's the case, and I'll make the PR to remove it.
The text was updated successfully, but these errors were encountered:
Yup, I think your intuitions are correct. I somehow missed this one when I was upgrading everything to the new config model. Simply deleting the line and falling back on the default ephemeral store is fine (since that's effectively what now happens anyway when this is run).
One of the dynamic vat tests is using a pattern which I think is wrong, but I'm not sure:
agoric-sdk/packages/SwingSet/test/vat-admin/test-innerVat.js
Lines 12 to 14 in a3bf3cd
@FUDCo I think you currently know the most about
hostStorage
, so I wanted to check my hunch:config.hostStorage
is ignored, and storage should be passed throughruntimeOptions
(third argument to buildVatController). Is that correct?Should we just delete this
config.hostStorage =
line? The test doesn't need to do anything special with storage, it can use ephemeral RAM.Please reassign back to me if that's the case, and I'll make the PR to remove it.
The text was updated successfully, but these errors were encountered: