Open anilhelvaci opened 3 hours ago
Pleas let me know what you think @dckc, @turadg, @Chris-Hibbert
We need to agree on how the manualTimer vat will look like.
We need to figure out more than that. https://github.com/Agoric/BytePitchPartnerEng/issues/35#issuecomment-2452110986
Let's take this off Github until we have a design. There are too many tickets to keep track of.
Problem Definition
We need to agree on how the
manualTimer
vat will look like.Discussion
Above is what we have used to wrap around
manualTimer
. See this for the whole usage.Which
manualTimer
did we use?In the code above, we import
buildManualTimer
like;However, when you go to the source you can see that
@agoric/zoe/tools/manualTimer.js
inherits its functionality from@agoric/swingset-vat/tools/manual-timer.js
Questions
Where should this vat code go in
agoric-sdk
?TBD