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
@agoric/casting interacts directly with the vstorage KVStore using the /store/{storeName}/key cosmos-sdk escape hatch, making assumptions about the structure of keys and the structure of values. This creates an inherent constraint on our ability to change such details in vstorage, and that constraint should be captured in unit tests referencing the casting code (similar to what we did in #8538). Likewise, the casting code should reference documentation of the format rather than exercising in opaque deconstruction.
The text was updated successfully, but these errors were encountered:
@agoric/casting
interacts directly with the vstorage KVStore using the/store/{storeName}/key
cosmos-sdk escape hatch, making assumptions about the structure of keys and the structure of values. This creates an inherent constraint on our ability to change such details in vstorage, and that constraint should be captured in unit tests referencing the casting code (similar to what we did in #8538). Likewise, the casting code should reference documentation of the format rather than exercising in opaque deconstruction.The text was updated successfully, but these errors were encountered: