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
Zoe threw Cannot pass non-frozen objects because an offer result from governParam.js isn't hardened. This is normally not a problem, since the offer result is marshaled across vats. But I'm testing with everything in one ava realm.
Unhandled rejection in test/test-vote-by-committee.js
Error: Cannot pass non-frozen objects like {"outcomeOfUpdate":"[Promise]","instance":"[Alleged: InstanceHandle]","details":"[Promise]"}. Use harden()
at makeError (file:///home/connolly/projects/dapp-agoric-basics/node_modules/ses/src/error/assert.js:243:17)
at Function.fail (file:///home/connolly/projects/dapp-agoric-basics/node_modules/ses/src/error/assert.js:357:20)
at passStyleOfInternal (file:///home/connolly/projects/dapp-agoric-basics/node_modules/@endo/pass-style/src/passStyleOf.js:140:20)
at passStyleOfRecur (file:///home/connolly/projects/dapp-agoric-basics/node_modules/@endo/pass-style/src/passStyleOf.js:110:25)
at passStyleOf (file:///home/connolly/projects/dapp-agoric-basics/node_modules/@endo/pass-style/src/passStyleOf.js:186:12)
at deeplyFulfilled (file:///home/connolly/projects/dapp-agoric-basics/node_modules/@endo/marshal/src/deeplyFulfilled.js:51:21)
at file:///home/connolly/projects/dapp-agoric-basics/node_modules/@agoric/zoe/src/zoeService/zoeSeat.js:221:17
at file:///home/connolly/projects/dapp-agoric-basics/node_modules/@endo/eventual-send/src/track-turns.js:62:18
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used patch-package to patch
@agoric/[email protected]
for the project I'm working on.Zoe threw
Cannot pass non-frozen objects
because an offer result fromgovernParam.js
isn't hardened. This is normally not a problem, since the offer result is marshaled across vats. But I'm testing with everything in one ava realm.Here is the diff that solved my problem:
This issue body was partially generated by patch-package.
context:
my stack trace:
cc @Chris-Hibbert
The text was updated successfully, but these errors were encountered: