Open dckc opened 11 months ago
I made an analog of @agoric-cosmic-proto using protobuf-es:
@agoric-cosmic-proto
Using that, I can end make proto-puzzle.js fully confined:
end make proto-puzzle.js
import { MsgWalletSpendAction } from 'cosmic-proto-es/swingset/msgs.js'; export const make = () => true;
But there's lots of other stubs in cosmjs-types built with protobufjs where I get TypeError#1: Cannot read properties of undefined (reading 'dcodeIO')
cosmjs-types
TypeError#1: Cannot read properties of undefined (reading 'dcodeIO')
So I couldn't config agoricZone.js let alone smartWallet.js.
agoricZone.js
smartWallet.js
ref:
I made an analog of
@agoric-cosmic-proto
using protobuf-es:Using that, I can
end make proto-puzzle.js
fully confined:But there's lots of other stubs in
cosmjs-types
built with protobufjs where I getTypeError#1: Cannot read properties of undefined (reading 'dcodeIO')
So I couldn't config
agoricZone.js
let alonesmartWallet.js
.ref: