Open amessbee opened 3 months ago
This can't be merged until https://github.com/Agoric/dapp-offer-up/pull/78 due to node version requirement for zone. @dckc
I gather recent symptoms include a problem when starting the ui: a blank page and a console error:
tame-console.js:159 TypeError: Cannot read properties of undefined (reading 'subscribeAfter')
This adds code to contract file (and related deps to package.json) to use
zone.exo
to replaceFar
. Note that this is only for teaching purpose at the moment and does not make resulting contract upgradable becausezone
andbaggage
are created insidestart
function. The upgradability will require changingstart
signature which I am avoiding at the moment.Ref(s): https://github.com/Agoric/documentation/issues/1033