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
In another, I'd like fine-grained control for application logic/requirements that span beyond logs. (E.g., dapp-card-store might want to post inventory and sales in a structured format with child entries)
Description of the Design
TBD, but there are some knowns:
an endowment will need to be provided since we can't use E and promises
What is the Problem Being Solved?
As an orchestration developer, I would like to be able to write to vstorage from inside an async-flow.
In one sense, I'd like basic logging capabilities, like here and as specified in #9066:
agoric-sdk/packages/orchestration/src/examples/send-anywhere.contract.js
Lines 42 to 45 in 0b5aab8
In another, I'd like fine-grained control for application logic/requirements that span beyond
logs
. (E.g.,dapp-card-store
might want to postinventory
andsales
in a structured format with child entries)Description of the Design
TBD, but there are some knowns:
E
and promisesSecurity Considerations
Scaling Considerations
Test Plan
Upgrade Considerations
The text was updated successfully, but these errors were encountered: