Agoric / dapp-orchestration-basics

Agoric Orchestration Sample dApp
1 stars 1 forks source link

merging heapvow fix, and deployment work #8

Closed Jovonni closed 2 weeks ago

Jovonni commented 2 months ago

stable repo, deployments work, tests pass, and end-to-end flow works.

dckc commented 1 month ago

OBSOLETE - something was wonky in my env. a git clean -dxf made it go away.

my results as of...

make test-orca ```console ~/projects/dapp-orchestration-basics 10:56 connolly@bldbox$ make test-orca yarn workspace dapp-agoric-orca-contract test ✘ No tests found in test/build-proposal.test.js ----- OrCE.2 2 start proposal module evaluating ----- OrCE.2 2 start proposal module evaluating ✘ No tests found in test/orca-contract.test.js ✔ deploy-tools › local copy of ParamTypes matches @agoric/governance ✔ deploy-tools › local copy of ELECTORATE matches @agoric/governance ✔ deploy-tools › local copy of INVITATION_MAKERS_DESC matches @agoric/iner-protocol ✔ deploy-tools › boardAux marshal short-cut matches @endo/marshal ✔ deploy-tools › AmountMath.make work-alike matches @agoric/ertp (Error#1) Error#1: ENOENT: no such file or directory, stat '/home/connolly/projects/dapp-orchestration-basics/node_modules/@agoric/orchestration/node_modules/@agoric/assert/src/assert.js' at async Promise.all (index 54) at async makeTestContext (file:///home/connolly/projects/dapp-orchestration-basics/contract/test/test-orca-contract.js:43:18) at async file:///home/connolly/projects/dapp-orchestration-basics/contract/test/test-orca-contract.js:235:37 bundles/ add: orca from /home/connolly/projects/dapp-orchestration-basics/contract/src/orca.contract.js bundles/ bundled 480 files in bundle-orca.js at 2024-07-22T15:56:28.507Z chain registered: agoric { chainId: 'agoriclocal', denom: 'ubld', expectedAddressPrefix: 'agoric' } chain registered: osmosis { chainId: 'osmosislocal', denom: 'uosmo', expectedAddressPrefix: 'osmo' } orca-contract › before hook ℹ bootstrap ℹ brand timer: new Promise ℹ brand BLD: new Promise ℹ brand IST: new Promise ℹ brand Invitation: new Promise ℹ issuer BLD: new Promise ℹ issuer IST: new Promise ℹ issuer Invitation: new Promise ℹ brand timer settled; remaining: [ 'BLD', 'IST', 'Invitation', ] ℹ brand BLD settled; remaining: [ 'IST', 'Invitation', ] ℹ brand IST settled; remaining: [ 'Invitation', ] ℹ brand Invitation settled; remaining: [] ℹ issuer BLD settled; remaining: [ 'IST', 'Invitation', ] ℹ issuer IST settled; remaining: [ 'Invitation', ] ℹ issuer Invitation settled; remaining: [] ℹ issuer MNY: new Promise ℹ brand MNY: new Promise ℹ issuer Item: new Promise ℹ brand Item: new Promise ℹ issuer ATOM: new Promise ℹ brand ATOM: new Promise ℹ issuer MNY settled; remaining: [ 'ATOM', 'Item', ] ℹ brand MNY settled; remaining: [ 'ATOM', 'Item', ] ℹ issuer Item settled; remaining: [ 'ATOM', ] ℹ brand Item settled; remaining: [ 'ATOM', ] ℹ issuer ATOM settled; remaining: [] ℹ brand ATOM settled; remaining: [] ----- startOrch.3 2 startOrchCoreEval ----- startOrch.3 3 startOrchCoreEval done publish bundle orca b1-8c955 ----- OrCE.2 3 startOrcaContract()... 0.0.7 { produce: {}, consume: {}, installation: { produce: {}, consume: {} }, instance: { produce: {}, consume: {} }, issuer: { produce: {}, consume: {} }, brand: { produce: {}, consume: {} }, zone: Object [Alleged: durableZone] { exo: [Function: wrapper], exoClass: [Function: wrapper], exoClassKit: [Function: wrapper], subZone: [Function: subZone], makeOnce: [Function: makeOnce], watchPromise: [Function: watchPromise], detached: [Function: detached], isStorable: [Function: isStorable], mapStore: [Function: wrapper], setStore: [Function: wrapper], weakMapStore: [Function: wrapper], weakSetStore: [Function: wrapper] } } ----- OrCE.2 4 config { options: { orca: { bundleID: 'b1-8c95577de83f06422fc13bd649ea1d18ac0eb6dbae8fc5d8191a78f3755e9abec5d9490e8fbc007ae27d38cfde4f8a533fe9c4867a0d6e3f992c4a17e93da25b' } } } installContract function 0.0.1: b1-8c95577de83f06422fc13bd649ea1d18ac0eb6dbae8fc5d8191a78f3755e9abec5d9490e8fbc007ae27d38cfde4f8a533fe9c4867a0d6e3f992c4a17e93da25b orca installContract zoe: Promise { Object [Alleged: ZoeService] {} } ✔ orca-contract › Install the contract ℹ installed: Object @Alleged: BundleInstallation {} installContract: after installBundleID Object [Alleged: BundleIDInstallation] {} {} orca (re-)installed as b1-8c955 permittedPowers { produce: {}, consume: {}, installation: { produce: {}, consume: {} }, instance: { produce: {}, consume: {} }, issuer: { produce: {}, consume: {} }, brand: { produce: {}, consume: {} }, zone: Object [Alleged: durableZone] { exo: [Function: wrapper], exoClass: [Function: wrapper], exoClassKit: [Function: wrapper], subZone: [Function: subZone], makeOnce: [Function: makeOnce], watchPromise: [Function: watchPromise], detached: [Function: detached], isStorable: [Function: isStorable], mapStore: [Function: wrapper], setStore: [Function: wrapper], weakMapStore: [Function: wrapper], weakSetStore: [Function: wrapper] } } from inside startOrcaContract: Object [Alleged: BundleIDInstallation] {} Object [Alleged: DummyOrchestration] {} Object [Alleged: NameHubKit nameHub] {} Object [Alleged: ChainStorageNode] {} DONE MAKING NODES v0.1 ✔ orca-contract › Verify chain registration ✔ bundle-source › bundleSource() bundles the contract for use with zoe (17.1s) ℹ 8c95577de83f06422fc13bd649ea1d18ac0eb6dbae8fc5d8191a78f3755e9abec5d9490e8fbc007ae27d38cfde4f8a533fe9c4867a0d6e3f992c4a17e93da25b ℹ Object @Alleged: BundleInstallation {} Object [Alleged: ChainStorageNode] {} Object [Alleged: Board publishingMarshaller] {} ✘ [fail]: orca-contract › Start Orca contract Rejected promise returned by test ℹ REJECTED from ava test("Start Orca contract"): (Error#2) ℹ Error#2: value for root is not durable: slot 0 of { body: '#"&0"', slots: [ 'p+5', ], } ℹ at async file:///home/connolly/projects/dapp-orchestration-basics/contract/test/test-orca-contract.js:263:24 ✘ [fail]: orca-contract › orchestrate - osmosis makeAccount returns a ContinuingOfferResult Rejected promise returned by test ℹ installing the contract... ℹ starting the instance... ℹ REJECTED from ava test() "orchestrate - osmosis makeAccount returns a ContinuingOfferResult": (Error#3) ℹ Error#3: value for root is not durable: slot 0 of { body: '#"&0"', slots: [ 'p+6', ], } ℹ at async exec (file:///home/connolly/projects/dapp-orchestration-basics/contract/test/test-orca-contract.js:401:26) ✘ [fail]: orca-contract › Start Orca contract using core-eval Rejected promise returned by test ℹ run core-eval to start (dummy) orchestration ℹ before core eval ℹ before install ℹ run orca core-eval ℹ [object Object] ℹ bundleID ℹ b1-8c95577de83f06422fc13bd649ea1d18ac0eb6dbae8fc5d8191a78f3755e9abec5d9490e8fbc007ae27d38cfde4f8a533fe9c4867a0d6e3f992c4a17e93da25b ℹ REJECTED from ava test("Start Orca contract using core-eval"): (Error#4) ℹ Error#4: value for root is not durable: slot 0 of { body: '#"&0"', slots: [ 'p+7', ], } ℹ at async startOrcaContract (file:///home/connolly/projects/dapp-orchestration-basics/contract/src/orca.proposal.js:144:24) at async runCoreEval (file:///home/connolly/projects/dapp-orchestration-basics/contract/test/boot-tools.js:208:5) at async file:///home/connolly/projects/dapp-orchestration-basics/contract/test/test-orca-contract.js:295:22 ─ orca-contract › Start Orca contract Rejected promise returned by test. Reason: Error { message: 'value for "root" is not durable: slot 0 of {"body":"#\\"&0\\"","slots":["p+5"]}', } › async file://test/test-orca-contract.js:263:24 orca-contract › orchestrate - osmosis makeAccount returns a ContinuingOfferResult test/test-orca-contract.js:401 400: t.log('starting the instance...'); 401: const { instance } = await E(zoe).startInstance(installation, {}, {}, privateArgs); 402: t.log('instance started:', instance); Rejected promise returned by test. Reason: Error { message: 'value for "root" is not durable: slot 0 of {"body":"#\\"&0\\"","slots":["p+6"]}', } › async exec (file://test/test-orca-contract.js:401:26) orca-contract › Start Orca contract using core-eval Rejected promise returned by test. Reason: Error { message: 'value for "root" is not durable: slot 0 of {"body":"#\\"&0\\"","slots":["p+7"]}', } › async startOrcaContract (file://src/orca.proposal.js:144:24) › async runCoreEval (file://test/boot-tools.js:208:5) › async file://test/test-orca-contract.js:295:22 ─ 3 tests failed make: *** [Makefile:6: test-orca] Error 1 ```
Jovonni commented 1 month ago

Heres my end running:

Details ```console dapp-agoric-orca % make test-orca yarn workspace dapp-agoric-orca-contract test ✘ No tests found in test/build-proposal.test.js ✔ deploy-tools › local copy of ParamTypes matches @agoric/governance ✔ deploy-tools › local copy of ELECTORATE matches @agoric/governance ✔ deploy-tools › local copy of INVITATION_MAKERS_DESC matches @agoric/iner-protocol ✔ deploy-tools › boardAux marshal short-cut matches @endo/marshal ✔ deploy-tools › AmountMath.make work-alike matches @agoric/ertp ----- OrCE.2 2 start proposal module evaluating bundles/ bundle-orca.js valid: 527 files bundled at 2024-07-22T07:09:19.609Z with size 5987565 chain registered: agoric { chainId: 'agoriclocal', denom: 'ubld', expectedAddressPrefix: 'agoric' } chain registered: osmosis { chainId: 'osmosislocal', denom: 'uosmo', expectedAddressPrefix: 'osmo' } orca-contract › before hook ℹ bootstrap ℹ brand timer: new Promise ℹ brand BLD: new Promise ℹ brand IST: new Promise ℹ brand Invitation: new Promise ℹ issuer BLD: new Promise ℹ issuer IST: new Promise ℹ issuer Invitation: new Promise ℹ brand timer settled; remaining: [ 'BLD', 'IST', 'Invitation', ] ℹ brand BLD settled; remaining: [ 'IST', 'Invitation', ] ℹ brand IST settled; remaining: [ 'Invitation', ] ℹ brand Invitation settled; remaining: [] ℹ issuer BLD settled; remaining: [ 'IST', 'Invitation', ] ℹ issuer IST settled; remaining: [ 'Invitation', ] ℹ issuer Invitation settled; remaining: [] ℹ issuer MNY: new Promise ℹ brand MNY: new Promise ℹ issuer Item: new Promise ℹ brand Item: new Promise ℹ issuer ATOM: new Promise ℹ brand ATOM: new Promise ℹ issuer MNY settled; remaining: [ 'ATOM', 'Item', ] ℹ brand MNY settled; remaining: [ 'ATOM', 'Item', ] ℹ issuer Item settled; remaining: [ 'ATOM', ] ℹ brand Item settled; remaining: [ 'ATOM', ] ℹ issuer ATOM settled; remaining: [] ℹ brand ATOM settled; remaining: [] ----- startOrch.3 2 startOrchCoreEval ----- startOrch.3 3 startOrchCoreEval done publish bundle orca b1-6defa ----- OrCE.2 3 startOrcaContract()... 0.0.7 { produce: {}, consume: {}, installation: { produce: {}, consume: {} }, instance: { produce: {}, consume: {} }, issuer: { produce: {}, consume: {} }, brand: { produce: {}, consume: {} }, zone: Object [Alleged: durableZone] { exo: [Function: wrapper], exoClass: [Function: wrapper], exoClassKit: [Function: wrapper], subZone: [Function: subZone], makeOnce: [Function: makeOnce], watchPromise: [Function: watchPromise], detached: [Function: detached], isStorable: [Function: isStorable], mapStore: [Function: wrapper], setStore: [Function: wrapper], weakMapStore: [Function: wrapper], weakSetStore: [Function: wrapper] } } ----- OrCE.2 4 config { options: { orca: { bundleID: 'b1-6defa412a635b291009aa1fda4485370809472162bea92f416620faf8c0b59956c27525b92ec94636d226ee6e12bd14f01180d65864f5a4bd29543e7eb5a18c5' } } } installContract function 0.0.1: b1-6defa412a635b291009aa1fda4485370809472162bea92f416620faf8c0b59956c27525b92ec94636d226ee6e12bd14f01180d65864f5a4bd29543e7eb5a18c5 orca installContract zoe: Promise { Object [Alleged: ZoeService] {} } ✔ orca-contract › Install the contract (239ms) ℹ installed: Object @Alleged: BundleInstallation {} installContract: after installBundleID Object [Alleged: BundleIDInstallation] {} {} orca (re-)installed as b1-6defa permittedPowers { produce: {}, consume: {}, installation: { produce: {}, consume: {} }, instance: { produce: {}, consume: {} }, issuer: { produce: {}, consume: {} }, brand: { produce: {}, consume: {} }, zone: Object [Alleged: durableZone] { exo: [Function: wrapper], exoClass: [Function: wrapper], exoClassKit: [Function: wrapper], subZone: [Function: subZone], makeOnce: [Function: makeOnce], watchPromise: [Function: watchPromise], detached: [Function: detached], isStorable: [Function: isStorable], mapStore: [Function: wrapper], setStore: [Function: wrapper], weakMapStore: [Function: wrapper], weakSetStore: [Function: wrapper] } } from inside startOrcaContract: Object [Alleged: BundleIDInstallation] {} Object [Alleged: DummyOrchestration] {} Object [Alleged: NameHubKit nameHub] {} Object [Alleged: ChainStorageNode] {} DONE MAKING NODES v0.1 ✔ orca-contract › Verify chain registration (240ms) Object [Alleged: ChainStorageNode] {} Object [Alleged: Board publishingMarshaller] {} ----- OrchDev1.3 2 inside start function: v1.0.79 ----- OrchDev1.3 3 privateArgs { cosmosInterchainService: Object [Alleged: DummyCosmosInterchainService] { getChainHub: [AsyncFunction: getChainHub], makeAccount: [AsyncFunction: makeAccount], getChainInfo: [AsyncFunction: getChainInfo] }, storageNode: Object [Alleged: DummyStorageNode] { makeChildNode: [AsyncFunction: makeChildNode], getPath: [Function: getPath], toCapData: [Function: toCapData], setValue: [Function: setValue] }, marshaller: Object [Alleged: DummyMarshaller] { toCapData: [Function: toCapData], fromCapData: [Function: fromCapData] }, timer: Object [Alleged: DummyTimer] {}, localchain: Object [Alleged: Dumm] {}, agoricNames: Object [Alleged: DummyAgoricNames] { lookup: [AsyncFunction: lookup] } } ----- OrchDev1.3 4 orchestration: Object [Alleged: DummyCosmosInterchainService] { getChainHub: [AsyncFunction: getChainHub], makeAccount: [AsyncFunction: makeAccount], getChainInfo: [AsyncFunction: getChainInfo] } ----- OrchDev1.3 5 marshaller: Object [Alleged: DummyMarshaller] { toCapData: [Function: toCapData], fromCapData: [Function: fromCapData] } ----- OrchDev1.3 6 storageNode: Object [Alleged: DummyStorageNode] { makeChildNode: [AsyncFunction: makeChildNode], getPath: [Function: getPath], toCapData: [Function: toCapData], setValue: [Function: setValue] } ----- OrchDev1.3 7 timer: Object [Alleged: DummyTimer] {} ----- OrchDev1.3 8 localchain: Object [Alleged: Dumm] {} ----- OrchDev1.3 9 agoricNames: Object [Alleged: DummyAgoricNames] { lookup: [AsyncFunction: lookup] } Got an orchestrate object version 0.52.121 [Function: orchestrate] ----- Orchestrator.5 2 making an Orchestrator ----- OrchDev1.3 2 inside start function: v1.0.79 ----- OrchDev1.3 3 privateArgs { cosmosInterchainService: Object [Alleged: DummyCosmosInterchainService] { getChainHub: [AsyncFunction: getChainHub], makeAccount: [AsyncFunction: makeAccount], getChainInfo: [AsyncFunction: getChainInfo] }, storageNode: Object [Alleged: DummyStorageNode] { makeChildNode: [AsyncFunction: makeChildNode], getPath: [Function: getPath], toCapData: [Function: toCapData], setValue: [Function: setValue] }, marshaller: Object [Alleged: DummyMarshaller] { toCapData: [Function: toCapData], fromCapData: [Function: fromCapData] }, timer: Object [Alleged: DummyTimer] {}, localchain: Object [Alleged: DummyLocalchain] {}, agoricNames: Object [Alleged: DummyAgoricNames] { lookup: [AsyncFunction: lookup] } } ----- OrchDev1.3 4 orchestration: Object [Alleged: DummyCosmosInterchainService] { getChainHub: [AsyncFunction: getChainHub], makeAccount: [AsyncFunction: makeAccount], getChainInfo: [AsyncFunction: getChainInfo] } ----- OrchDev1.3 5 marshaller: Object [Alleged: DummyMarshaller] { toCapData: [Function: toCapData], fromCapData: [Function: fromCapData] } ----- OrchDev1.3 6 storageNode: Object [Alleged: DummyStorageNode] { makeChildNode: [AsyncFunction: makeChildNode], getPath: [Function: getPath], toCapData: [Function: toCapData], setValue: [Function: setValue] } ----- OrchDev1.3 7 timer: Object [Alleged: DummyTimer] {} ----- OrchDev1.3 8 localchain: Object [Alleged: DummyLocalchain] {} ----- OrchDev1.3 9 agoricNames: Object [Alleged: DummyAgoricNames] { lookup: [AsyncFunction: lookup] } Got an orchestrate object version 0.52.121 [Function: orchestrate] ----- Orchestrator.5 2 making an Orchestrator ✔ orca-contract › Start Orca contract (2.6s) ℹ started: Object @Alleged: InstanceHandle {} ----- OrchDev1.3 2 inside start function: v1.0.79 ----- OrchDev1.3 3 privateArgs { storageNode: Object [Alleged: ChainStorageNode] {}, marshaller: Object [Alleged: Board publishingMarshaller] {}, cosmosInterchainService: Object [Alleged: DummyOrchestration] {}, timer: Object [Alleged: ManualTimer] { __getInterfaceGuard__: [Function: value], __getMethodNames__: [Function: value], advanceBy: [Function: value], advanceTo: [Function: value], cancel: [Function: value], delay: [Function: value], getClock: [Function: value], getCurrentTimestamp: [Function: value], getTimerBrand: [Function: value], makeNotifier: [Function: value], makeRepeater: [Function: value], repeatAfter: [Function: value], setWakeup: [Function: value], wakeAt: [Function: value], tick: [Function: tick], tickN: [AsyncFunction: tickN] }, localchain: Object [Alleged: DummyLocalchain] {}, agoricNames: Object [Alleged: NameHubKit nameHub] {} } ----- OrchDev1.3 4 orchestration: Object [Alleged: DummyOrchestration] {} ----- OrchDev1.3 5 marshaller: Object [Alleged: Board publishingMarshaller] {} ----- OrchDev1.3 6 storageNode: Object [Alleged: ChainStorageNode] {} ----- OrchDev1.3 7 timer: Object [Alleged: ManualTimer] { __getInterfaceGuard__: [Function: value], __getMethodNames__: [Function: value], advanceBy: [Function: value], advanceTo: [Function: value], cancel: [Function: value], delay: [Function: value], getClock: [Function: value], getCurrentTimestamp: [Function: value], getTimerBrand: [Function: value], makeNotifier: [Function: value], makeRepeater: [Function: value], repeatAfter: [Function: value], setWakeup: [Function: value], wakeAt: [Function: value], tick: [Function: tick], tickN: [AsyncFunction: tickN] } ----- OrchDev1.3 8 localchain: Object [Alleged: DummyLocalchain] {} ----- OrchDev1.3 9 agoricNames: Object [Alleged: NameHubKit nameHub] {} Got an orchestrate object version 0.52.121 [Function: orchestrate] ----- Orchestrator.5 2 making an Orchestrator ----- OrCE.2 5 orca (re)started WITH RESET PROPOSAL_STATUS_PASSED ----- OrchDev1.3 10 version 0.1.31 ----- OrchDev1.3 11 give ----- OrchDev1.3 12 {} ----- OrchDev1.3 13 inside createAccounts ----- OrchDev1.3 14 orch ----- OrchDev1.3 15 Object [Alleged: Orchestrator orchestrator guest wrapper] { __getInterfaceGuard__: [Function: In "__getInterfaceGuard__" method of (Orchestrator orchestrator)], __getMethodNames__: [Function: __getMethodNames__], asAmount: [Function: In "asAmount" method of (Orchestrator orchestrator)], getBrandInfo: [Function: In "getBrandInfo" method of (Orchestrator orchestrator)], getChain: [Function: In "getChain" method of (Orchestrator orchestrator)], makeLocalAccount: [Function: In "makeLocalAccount" method of (Orchestrator orchestrator)] } ----- OrchDev1.3 16 seat ----- OrchDev1.3 17 Object [Alleged: zcfSeat guest wrapper] { __getInterfaceGuard__: [Function: In "__getInterfaceGuard__" method of (zcfSeat)], __getMethodNames__: [Function: __getMethodNames__], clear: [Function: In "clear" method of (zcfSeat)], decrementBy: [Function: In "decrementBy" method of (zcfSeat)], exit: [Function: In "exit" method of (zcfSeat)], fail: [Function: In "fail" method of (zcfSeat)], getAmountAllocated: [Function: In "getAmountAllocated" method of (zcfSeat)], getCurrentAllocation: [Function: In "getCurrentAllocation" method of (zcfSeat)], getProposal: [Function: In "getProposal" method of (zcfSeat)], getStagedAllocation: [Function: In "getStagedAllocation" method of (zcfSeat)], getSubscriber: [Function: In "getSubscriber" method of (zcfSeat)], hasExited: [Function: In "hasExited" method of (zcfSeat)], hasStagedAllocation: [Function: In "hasStagedAllocation" method of (zcfSeat)], incrementBy: [Function: In "incrementBy" method of (zcfSeat)], isOfferSafe: [Function: In "isOfferSafe" method of (zcfSeat)] } ----- OrchDev1.3 18 zcf ----- OrchDev1.3 19 Object [Alleged: zcf guest wrapper] { __getInterfaceGuard__: [Function: In "__getInterfaceGuard__" method of (zcf)], __getMethodNames__: [Function: __getMethodNames__], assertUniqueKeyword: [Function: In "assertUniqueKeyword" method of (zcf)], atomicRearrange: [Function: In "atomicRearrange" method of (zcf)], getAssetKind: [Function: In "getAssetKind" method of (zcf)], getBrandForIssuer: [Function: In "getBrandForIssuer" method of (zcf)], getInstance: [Function: In "getInstance" method of (zcf)], getInvitationIssuer: [Function: In "getInvitationIssuer" method of (zcf)], getIssuerForBrand: [Function: In "getIssuerForBrand" method of (zcf)], getOfferFilter: [Function: In "getOfferFilter" method of (zcf)], getTerms: [Function: In "getTerms" method of (zcf)], getZoeService: [Function: In "getZoeService" method of (zcf)], makeEmptySeatKit: [Function: In "makeEmptySeatKit" method of (zcf)], makeInvitation: [Function: In "makeInvitation" method of (zcf)], makeZCFMint: [Function: In "makeZCFMint" method of (zcf)], reallocate: [Function: In "reallocate" method of (zcf)], registerFeeMint: [Function: In "registerFeeMint" method of (zcf)], saveIssuer: [Function: In "saveIssuer" method of (zcf)], setOfferFilter: [Function: In "setOfferFilter" method of (zcf)], setTestJig: [Function: In "setTestJig" method of (zcf)], shutdown: [Function: In "shutdown" method of (zcf)], shutdownWithFailure: [Function: In "shutdownWithFailure" method of (zcf)], stopAcceptingOffers: [Function: In "stopAcceptingOffers" method of (zcf)] } ✔ orca-contract › Start Orca contract using core-eval (3s) ℹ run core-eval to start (dummy) orchestration ℹ before core eval ℹ before install ℹ run orca core-eval ℹ [object Object] ℹ bundleID ℹ b1-6defa412a635b291009aa1fda4485370809472162bea92f416620faf8c0b59956c27525b92ec94636d226ee6e12bd14f01180d65864f5a4bd29543e7eb5a18c5 ℹ Object @Alleged: InstanceHandle {} inside fake 2 chain agoric inside fake 2 chain osmosis inside fake 2 chainConnection agoriclocal_osmosislocal ----- RemoteChainFacade.6 2 making a RemoteChainFacade ----- OrchDev1.3 20 chain object ----- OrchDev1.3 21 Object [Alleged: RemoteChainFacade public guest wrapper] { __getInterfaceGuard__: [Function: In "__getInterfaceGuard__" method of (RemoteChainFacade public)], __getMethodNames__: [Function: __getMethodNames__], getChainInfo: [Function: In "getChainInfo" method of (RemoteChainFacade public)], makeAccount: [Function: In "makeAccount" method of (RemoteChainFacade public)] } ----- OrchDev1.3 22 chain info { chainId: 'osmosislocal', denom: 'uosmo', details: 'osmosis chain details', expectedAddressPrefix: 'osmo', getChainInfo: Object [Alleged: ChainInfo guest wrapper] { __getMethodNames__: [Function: __getMethodNames__], getChainId: [Function: getChainId], getDenom: [Function: getDenom], getExpectedAddressPrefix: [Function: getExpectedAddressPrefix] }, makeAccount: Object [Alleged: Account guest wrapper] { __getMethodNames__: [Function: __getMethodNames__], getAccountAddress: [Function: getAccountAddress], getBalance: [Function: getBalance], getChainId: [Function: getChainId] }, name: 'osmosis', stakingTokens: [ { denom: 'uosmo' } ] } makeChildNode called with name: osmosislocalAccountAddress toCapData called with data: setValue called on node: osmosislocalAccountAddress with value: {} chainAccount Object [Alleged: Cosmos Orchestration Account Holder holder guest wrapper] { __getInterfaceGuard__: [Function: In "__getInterfaceGuard__" method of (Cosmos Orchestration Account Holder holder)], __getMethodNames__: [Function: __getMethodNames__], asContinuingOffer: [Function: In "asContinuingOffer" method of (Cosmos Orchestration Account Holder holder)], delegate: [Function: In "delegate" method of (Cosmos Orchestration Account Holder holder)], getAddress: [Function: In "getAddress" method of (Cosmos Orchestration Account Holder holder)], getBalance: [Function: In "getBalance" method of (Cosmos Orchestration Account Holder holder)], getBalances: [Function: In "getBalances" method of (Cosmos Orchestration Account Holder holder)], getPublicTopics: [Function: In "getPublicTopics" method of (Cosmos Orchestration Account Holder holder)], redelegate: [Function: In "redelegate" method of (Cosmos Orchestration Account Holder holder)], send: [Function: In "send" method of (Cosmos Orchestration Account Holder holder)], transfer: [Function: In "transfer" method of (Cosmos Orchestration Account Holder holder)], transferSteps: [Function: In "transferSteps" method of (Cosmos Orchestration Account Holder holder)], undelegate: [Function: In "undelegate" method of (Cosmos Orchestration Account Holder holder)], withdrawReward: [Function: In "withdrawReward" method of (Cosmos Orchestration Account Holder holder)], withdrawRewards: [Function: In "withdrawRewards" method of (Cosmos Orchestration Account Holder holder)] } getPath called on node: osmosislocalAccountAddress Querying data at path: published.agoricNames Querying data at path: published.wallet.test-wallet.current ----- OrchDev1.3 23 version 0.1.31 ----- OrchDev1.3 24 give ----- OrchDev1.3 25 {} ----- OrchDev1.3 26 inside createAccounts ----- OrchDev1.3 27 orch ----- OrchDev1.3 28 Object [Alleged: Orchestrator orchestrator guest wrapper] { __getInterfaceGuard__: [Function: In "__getInterfaceGuard__" method of (Orchestrator orchestrator)], __getMethodNames__: [Function: __getMethodNames__], asAmount: [Function: In "asAmount" method of (Orchestrator orchestrator)], getBrandInfo: [Function: In "getBrandInfo" method of (Orchestrator orchestrator)], getChain: [Function: In "getChain" method of (Orchestrator orchestrator)], makeLocalAccount: [Function: In "makeLocalAccount" method of (Orchestrator orchestrator)] } ----- OrchDev1.3 29 seat ----- OrchDev1.3 30 Object [Alleged: zcfSeat guest wrapper] { __getInterfaceGuard__: [Function: In "__getInterfaceGuard__" method of (zcfSeat)], __getMethodNames__: [Function: __getMethodNames__], clear: [Function: In "clear" method of (zcfSeat)], decrementBy: [Function: In "decrementBy" method of (zcfSeat)], exit: [Function: In "exit" method of (zcfSeat)], fail: [Function: In "fail" method of (zcfSeat)], getAmountAllocated: [Function: In "getAmountAllocated" method of (zcfSeat)], getCurrentAllocation: [Function: In "getCurrentAllocation" method of (zcfSeat)], getProposal: [Function: In "getProposal" method of (zcfSeat)], getStagedAllocation: [Function: In "getStagedAllocation" method of (zcfSeat)], getSubscriber: [Function: In "getSubscriber" method of (zcfSeat)], hasExited: [Function: In "hasExited" method of (zcfSeat)], hasStagedAllocation: [Function: In "hasStagedAllocation" method of (zcfSeat)], incrementBy: [Function: In "incrementBy" method of (zcfSeat)], isOfferSafe: [Function: In "isOfferSafe" method of (zcfSeat)] } ----- OrchDev1.3 31 zcf ----- OrchDev1.3 32 Object [Alleged: zcf guest wrapper] { __getInterfaceGuard__: [Function: In "__getInterfaceGuard__" method of (zcf)], __getMethodNames__: [Function: __getMethodNames__], assertUniqueKeyword: [Function: In "assertUniqueKeyword" method of (zcf)], atomicRearrange: [Function: In "atomicRearrange" method of (zcf)], getAssetKind: [Function: In "getAssetKind" method of (zcf)], getBrandForIssuer: [Function: In "getBrandForIssuer" method of (zcf)], getInstance: [Function: In "getInstance" method of (zcf)], getInvitationIssuer: [Function: In "getInvitationIssuer" method of (zcf)], getIssuerForBrand: [Function: In "getIssuerForBrand" method of (zcf)], getOfferFilter: [Function: In "getOfferFilter" method of (zcf)], getTerms: [Function: In "getTerms" method of (zcf)], getZoeService: [Function: In "getZoeService" method of (zcf)], makeEmptySeatKit: [Function: In "makeEmptySeatKit" method of (zcf)], makeInvitation: [Function: In "makeInvitation" method of (zcf)], makeZCFMint: [Function: In "makeZCFMint" method of (zcf)], reallocate: [Function: In "reallocate" method of (zcf)], registerFeeMint: [Function: In "registerFeeMint" method of (zcf)], saveIssuer: [Function: In "saveIssuer" method of (zcf)], setOfferFilter: [Function: In "setOfferFilter" method of (zcf)], setTestJig: [Function: In "setTestJig" method of (zcf)], shutdown: [Function: In "shutdown" method of (zcf)], shutdownWithFailure: [Function: In "shutdownWithFailure" method of (zcf)], stopAcceptingOffers: [Function: In "stopAcceptingOffers" method of (zcf)] } ----- RemoteChainFacade.6 3 making a RemoteChainFacade ----- OrchDev1.3 33 chain object ----- OrchDev1.3 34 Object [Alleged: RemoteChainFacade public guest wrapper] { __getInterfaceGuard__: [Function: In "__getInterfaceGuard__" method of (RemoteChainFacade public)], __getMethodNames__: [Function: __getMethodNames__], getChainInfo: [Function: In "getChainInfo" method of (RemoteChainFacade public)], makeAccount: [Function: In "makeAccount" method of (RemoteChainFacade public)] } ----- OrchDev1.3 35 chain info { chainId: 'osmosislocal', denom: 'uosmo', details: 'osmosis chain details', expectedAddressPrefix: 'osmo', getChainInfo: Object [Alleged: ChainInfo guest wrapper] { __getMethodNames__: [Function: __getMethodNames__], getChainId: [Function: getChainId], getDenom: [Function: getDenom], getExpectedAddressPrefix: [Function: getExpectedAddressPrefix] }, makeAccount: Object [Alleged: Account guest wrapper] { __getMethodNames__: [Function: __getMethodNames__], getAccountAddress: [Function: getAccountAddress], getBalance: [Function: getBalance], getChainId: [Function: getChainId] }, name: 'osmosis', stakingTokens: [ { denom: 'uosmo' } ] } makeChildNode called with name: osmosislocalAccountAddress toCapData called with data: setValue called on node: osmosislocalAccountAddress with value: {} chainAccount Object [Alleged: Cosmos Orchestration Account Holder holder guest wrapper] { __getInterfaceGuard__: [Function: In "__getInterfaceGuard__" method of (Cosmos Orchestration Account Holder holder)], __getMethodNames__: [Function: __getMethodNames__], asContinuingOffer: [Function: In "asContinuingOffer" method of (Cosmos Orchestration Account Holder holder)], delegate: [Function: In "delegate" method of (Cosmos Orchestration Account Holder holder)], getAddress: [Function: In "getAddress" method of (Cosmos Orchestration Account Holder holder)], getBalance: [Function: In "getBalance" method of (Cosmos Orchestration Account Holder holder)], getBalances: [Function: In "getBalances" method of (Cosmos Orchestration Account Holder holder)], getPublicTopics: [Function: In "getPublicTopics" method of (Cosmos Orchestration Account Holder holder)], redelegate: [Function: In "redelegate" method of (Cosmos Orchestration Account Holder holder)], send: [Function: In "send" method of (Cosmos Orchestration Account Holder holder)], transfer: [Function: In "transfer" method of (Cosmos Orchestration Account Holder holder)], transferSteps: [Function: In "transferSteps" method of (Cosmos Orchestration Account Holder holder)], undelegate: [Function: In "undelegate" method of (Cosmos Orchestration Account Holder holder)], withdrawReward: [Function: In "withdrawReward" method of (Cosmos Orchestration Account Holder holder)], withdrawRewards: [Function: In "withdrawRewards" method of (Cosmos Orchestration Account Holder holder)] } getPath called on node: osmosislocalAccountAddress ✔ orca-contract › orchestrate - osmosis makeAccount returns a ContinuingOfferResult (3s) ℹ installing the contract... ℹ starting the instance... ℹ instance started: Object @Alleged: InstanceHandle {} ℹ getting public facet... ℹ public facet obtained: Object @Alleged: OrcaFacet {} ℹ creating account invitation... ℹ invitation created: Object @Alleged: Zoe Invitation payment {} ℹ making offer... ℹ initial user seat: Object @Alleged: ZoeUserSeat userSeat {} ℹ getting offer result... ℹ offer result: { holder: Object @Alleged: Cosmos Orchestration Account Holder holder {}, invitationMakers: Object @Alleged: Cosmos Orchestration Account Holder invitationMakers {}, publicSubscribers: { account: { description: 'Staking Account holder status', storagePath: '/osmosislocalAccountAddress', subscriber: Object @Alleged: Durable Publish Kit subscriber {}, }, }, } ℹ vstorage data at published.agoricNames: {} ℹ querying vstorage for wallet: test-wallet, offerId: offerId ℹ current wallet record: { offerToPublicSubscriberPaths: [ [ 'offerId', Object { … }, ], ], status: { error: undefined, id: 'offerId', numWantsSatisfied: 1, result: 'UNPUBLISHED', }, } ℹ offer to public subscriber map: { offerId: { account: 'osmo1abc', }, } ℹ extracted address: osmo1abc ℹ got address: osmo1abc ℹ current wallet record { offerToPublicSubscriberPaths: [ [ 'offerId', Object { … }, ], ], status: { error: undefined, id: 'offerId', numWantsSatisfied: 1, result: 'UNPUBLISHED', }, } ℹ continuing offer result { holder: Object @Alleged: Cosmos Orchestration Account Holder holder {}, invitationMakers: Object @Alleged: Cosmos Orchestration Account Holder invitationMakers {}, publicSubscribers: { account: { description: 'Staking Account holder status', storagePath: '/osmosislocalAccountAddress', subscriber: Object @Alleged: Durable Publish Kit subscriber {}, }, }, } ✔ bundle-source › bundleSource() bundles the contract for use with zoe (10s) ℹ 97ada051873e87d6ba1925ecccda13773d62a916aa34d4e55572559eebc62f3f088fe6c65eae556acc42d56835d8bc72368a5b61694100abfdad9263a58ee7f6 ℹ Object @Alleged: BundleInstallation {} ─ 11 tests passed ```
Jovonni commented 1 month ago

Working logs getting result from makeAccount 🚀 :

Details

Node logs ```console 2024-07-24T16:33:49.230Z block-manager: block 1141 begin 2024-07-24T16:33:49.285Z SwingSet: vat: v26: ----- ProvPool.4 16 PLEASE_PROVISION { address: 'agoric12j5kzvrwunqvrga5vm4zpy3mkeh3lvyld0amz5', autoProvision: true, blockHeight: 1141, blockTime: 1721838828, nickname: '', powerFlags: [ 'SMART_WALLET' ], submitter: 'agoric12j5kzvrwunqvrga5vm4zpy3mkeh3lvyld0amz5', type: 'PLEASE_PROVISION' } 4:33PM INF burned tokens from module account amount=250000uist from=vbank module=x/bank 2024-07-24T16:33:49.383Z SwingSet: vat: v26: ----- ProvPool.4 17 provisionPool balance update { brand: Object [Alleged: IST brand] {}, value: 999_500_000n } 4:33PM INF Timed out dur=400 height=1141 module=consensus round=0 step=3 4:33PM INF minted coins from module account amount=250000uist from=vbank module=x/bank 2024-07-24T16:33:49.762Z SwingSet: vat: v26: ----- ProvPool.4 18 provisionPool sent { brand: Object [Alleged: IST brand] {}, value: 250_000n } 2024-07-24T16:33:50.566Z SwingSet: vat: v26: ----- ProvPool.4 19 provisioned agoric12j5kzvrwunqvrga5vm4zpy3mkeh3lvyld0amz5 2024-07-24T16:33:50.681Z SwingSet: vat: v32: walletFactory.fromBridge: { blockHeight: 1141, blockTime: 1721838828, owner: 'agoric12j5kzvrwunqvrga5vm4zpy3mkeh3lvyld0amz5', spendAction: '{"body":"#{\\"method\\":\\"executeOffer\\",\\"offer\\":{\\"id\\":1721838826984,\\"invitationSpec\\":{\\"instance\\":\\"$0.Alleged: InstanceHandle#board06445\\",\\"publicInvitationMaker\\":\\"makeAccountInvitation\\",\\"source\\":\\"contract\\"},\\"offerArgs\\":{\\"chainName\\":\\"osmosis\\"},\\"proposal\\":{\\"give\\":{},\\"want\\":{}}}}","slots":["board06445"]}', type: 'WALLET_SPEND_ACTION' } 2024-07-24T16:33:50.685Z SwingSet: vat: v32: walletFactory: { wallet: Object [Alleged: SmartWallet self] {}, actionCapData: { body: '#{"method":"executeOffer","offer":{"id":1721838826984,"invitationSpec":{"instance":"$0.Alleged: InstanceHandle#board06445","publicInvitationMaker":"makeAccountInvitation","source":"contract"},"offerArgs":{"chainName":"osmosis"},"proposal":{"give":{},"want":{}}}}', slots: [ 'board06445' ] } } 2024-07-24T16:33:50.754Z SwingSet: vat: v32: wallet agoric12j5kzvrwunqvrga5vm4zpy3mkeh3lvyld0amz5 starting executeOffer 1721838826984 4:33PM INF executed block height=1141 module=state num_invalid_txs=0 num_valid_txs=1 2024-07-24T16:33:50.858Z block-manager: block 1141 commit 4:33PM INF commit synced commit=436F6D6D697449447B5B3833203132312031313720313530203235322031372037203234382032323820323037203420313937203132352031353820323434203237203137322036352031363120342032303120342031353220313120313420393720323238203333203133332035392036302037345D3A3437357D 4:33PM INF committed state app_hash=53797596FC1107F8E4CF04C57D9EF41BAC41A104C904980B0E61E421853B3C4A height=1141 module=state num_txs=1 4:33PM INF Timed out dur=-884.837084 height=1142 module=consensus round=0 step=1 4:33PM INF indexed block events height=1141 module=txindex 4:33PM INF received proposal module=consensus proposal={"Type":32,"block_id":{"hash":"BD5C1C7E59EA372EAC32557D8D7DA1122F57CAB9C6F860FCAA07D78753D2CE9D","parts":{"hash":"053A6727438CEDE5B648623AF186A334873E955A6E8B36CE5073DBF05EAD5A6C","total":1}},"height":1142,"pol_round":-1,"round":0,"signature":"20QPTfIlN8ad5odH5vMkkimwBmBG0l2rJbe0Jcz12ih4ARJnjxdziMX6hQEtMS5QBX2tNZsQjW/DCYHqe3IlAw==","timestamp":"2024-07-24T16:33:50.937529673Z"} proposer=3F1738D7F374F8CFD2DFFCD596B5C3B57BBD9513 4:33PM INF received complete proposal block hash=BD5C1C7E59EA372EAC32557D8D7DA1122F57CAB9C6F860FCAA07D78753D2CE9D height=1142 module=consensus 4:33PM INF finalizing commit of block hash={} height=1142 module=consensus num_txs=0 root=53797596FC1107F8E4CF04C57D9EF41BAC41A104C904980B0E61E421853B3C4A 4:33PM INF minted coins from module account amount=20601468ubld from=mint module=x/bank 2024-07-24T16:33:50.966Z block-manager: block 1142 begin 2024-07-24T16:33:51.160Z SwingSet: vat: v38: ----- OrchDev1.2 10 version 0.1.34 2024-07-24T16:33:51.161Z SwingSet: vat: v38: ----- OrchDev1.2 11 give 2024-07-24T16:33:51.161Z SwingSet: vat: v38: ----- OrchDev1.2 12 {} 2024-07-24T16:33:51.161Z SwingSet: vat: v38: ----- OrchDev1.2 13 inside createAccounts 2024-07-24T16:33:51.161Z SwingSet: vat: v38: ----- OrchDev1.2 14 orch 2024-07-24T16:33:51.162Z SwingSet: vat: v38: ----- OrchDev1.2 15 Object [Alleged: Orchestrator orchestrator guest wrapper] { __getInterfaceGuard__: [Function: In "__getInterfaceGuard__" method of (Orchestrator orchestrator)], __getMethodNames__: [Function: __getMethodNames__], asAmount: [Function: In "asAmount" method of (Orchestrator orchestrator)], getBrandInfo: [Function: In "getBrandInfo" method of (Orchestrator orchestrator)], getChain: [Function: In "getChain" method of (Orchestrator orchestrator)], makeLocalAccount: [Function: In "makeLocalAccount" method of (Orchestrator orchestrator)] } 2024-07-24T16:33:51.162Z SwingSet: vat: v38: ----- OrchDev1.2 16 seat 2024-07-24T16:33:51.163Z SwingSet: vat: v38: ----- OrchDev1.2 17 Object [Alleged: zcfSeat guest wrapper] { __getInterfaceGuard__: [Function: In "__getInterfaceGuard__" method of (zcfSeat)], __getMethodNames__: [Function: __getMethodNames__], clear: [Function: In "clear" method of (zcfSeat)], decrementBy: [Function: In "decrementBy" method of (zcfSeat)], exit: [Function: In "exit" method of (zcfSeat)], fail: [Function: In "fail" method of (zcfSeat)], getAmountAllocated: [Function: In "getAmountAllocated" method of (zcfSeat)], getCurrentAllocation: [Function: In "getCurrentAllocation" method of (zcfSeat)], getProposal: [Function: In "getProposal" method of (zcfSeat)], getStagedAllocation: [Function: In "getStagedAllocation" method of (zcfSeat)], getSubscriber: [Function: In "getSubscriber" method of (zcfSeat)], hasExited: [Function: In "hasExited" method of (zcfSeat)], hasStagedAllocation: [Function: In "hasStagedAllocation" method of (zcfSeat)], incrementBy: [Function: In "incrementBy" method of (zcfSeat)], isOfferSafe: [Function: In "isOfferSafe" method of (zcfSeat)] } 2024-07-24T16:33:51.163Z SwingSet: vat: v38: ----- OrchDev1.2 18 osmosis 4:33PM INF Timed out dur=400 height=1142 module=consensus round=0 step=3 4:33PM INF client state updated client-id=07-tendermint-1 height=0-1456 module=x/ibc/client 4:33PM INF client state updated client-id=07-tendermint-1 height=0-1456 module=x/ibc/client 2024-07-24T16:33:51.441Z SwingSet: vat: v32: wallet agoric12j5kzvrwunqvrga5vm4zpy3mkeh3lvyld0amz5 1721838826984 seated 4:33PM INF executed block height=1142 module=state num_invalid_txs=0 num_valid_txs=0 2024-07-24T16:33:52.635Z block-manager: block 1142 commit 4:33PM INF commit synced commit=436F6D6D697449447B5B32372036382031383520323420313635203133332032313120353920313333203230332032313820323231203131302036302031373720323131203135382032313420393520323431203139302037372032313720313634203233372037362031323220313234203134332031382039332039355D3A3437367D 4:33PM INF committed state app_hash=1B44B918A585D33B85CBDADD6E3CB1D39ED65FF1BE4DD9A4ED4C7A7C8F125D5F height=1142 module=state num_txs=0 4:33PM INF client state updated client-id=07-tendermint-1 height=0-1456 module=x/ibc/client 4:33PM INF Timed out dur=-924.440876 height=1143 module=consensus round=0 step=1 4:33PM INF indexed block events height=1142 module=txindex 4:33PM INF received proposal module=consensus proposal={"Type":32,"block_id":{"hash":"A23C0DAA5151D5B532EE99ABED0FD07C123FF9299410A0C890D65D0C5E6C1939","parts":{"hash":"B642742CDF4C2CCC5290A34A761A31203AEC496774B5F7BF89D36075623281EB","total":1}},"height":1143,"pol_round":-1,"round":0,"signature":"Jn7FsIiGCRXc/cUZEvawmSn0VLIcpNCy3EcoJIDQ55opvtM99jGzw7tORUqJtjxcYj5LNA8nal1D9c4HH4avDw==","timestamp":"2024-07-24T16:33:52.668406007Z"} proposer=3F1738D7F374F8CFD2DFFCD596B5C3B57BBD9513 4:33PM INF received complete proposal block hash=A23C0DAA5151D5B532EE99ABED0FD07C123FF9299410A0C890D65D0C5E6C1939 height=1143 module=consensus 4:33PM INF finalizing commit of block hash={} height=1143 module=consensus num_txs=1 root=1B44B918A585D33B85CBDADD6E3CB1D39ED65FF1BE4DD9A4ED4C7A7C8F125D5F 4:33PM INF minted coins from module account amount=20601471ubld from=mint module=x/bank 2024-07-24T16:33:52.744Z block-manager: block 1143 begin 4:33PM INF client state updated client-id=07-tendermint-1 height=0-1456 module=x/ibc/client 2024-07-24T16:33:53.058Z SwingSet: vat: v32: wallet agoric12j5kzvrwunqvrga5vm4zpy3mkeh3lvyld0amz5 offerStatus { id: 1721838826984, invitationSpec: { instance: Object [Alleged: InstanceHandle] {}, publicInvitationMaker: 'makeAccountInvitation', source: 'contract' }, offerArgs: { chainName: 'osmosis' }, proposal: { give: {}, want: {} }, numWantsSatisfied: 1 } 4:33PM INF Timed out dur=400 height=1143 module=consensus round=0 step=3 2024-07-24T16:33:53.146Z SwingSet: vat: v32: wallet agoric12j5kzvrwunqvrga5vm4zpy3mkeh3lvyld0amz5 offerStatus { id: 1721838826984, invitationSpec: { instance: Object [Alleged: InstanceHandle] {}, publicInvitationMaker: 'makeAccountInvitation', source: 'contract' }, numWantsSatisfied: 1, offerArgs: { chainName: 'osmosis' }, proposal: { give: {}, want: {} }, payouts: {} } 2024-07-24T16:33:53.339Z SwingSet: vat: v38: ----- RemoteChainFacade.5 2 making a RemoteChainFacade 2024-07-24T16:33:53.381Z SwingSet: vat: v38: ----- OrchDev1.2 19 chain object 2024-07-24T16:33:53.381Z SwingSet: vat: v38: ----- OrchDev1.2 20 Object [Alleged: RemoteChainFacade public guest wrapper] { __getInterfaceGuard__: [Function: In "__getInterfaceGuard__" method of (RemoteChainFacade public)], __getMethodNames__: [Function: __getMethodNames__], getChainInfo: [Function: In "getChainInfo" method of (RemoteChainFacade public)], makeAccount: [Function: In "makeAccount" method of (RemoteChainFacade public)] } 2024-07-24T16:33:53.556Z SwingSet: vat: v38: ----- OrchDev1.2 21 chain info { chainId: 'osmosislocal', icqEnabled: true, stakingTokens: [ { denom: 'uosmo' } ] } 4:33PM INF executed block height=1143 module=state num_invalid_txs=0 num_valid_txs=1 2024-07-24T16:33:53.640Z block-manager: block 1143 commit 4:33PM INF commit synced commit=436F6D6D697449447B5B313939203139342032343620323338203733203132352032323820373620313734203138362032313820313732203138203336203130362031343720313632203332203134203936203134203234302031323020393120322032313820323032203132312032302031373320313235203234365D3A3437377D 4:33PM INF committed state app_hash=C7C2F6EE497DE44CAEBADAAC12246A93A2200E600EF0785B02DACA7914AD7DF6 height=1143 module=state num_txs=1 4:33PM INF Timed out dur=-182.412042 height=1144 module=consensus round=0 step=1 4:33PM INF indexed block events height=1143 module=txindex 4:33PM INF received proposal module=consensus proposal={"Type":32,"block_id":{"hash":"0250F61FE83BA74A6A29B4B3E55D2A557489E8230BF8EA20AF4C7312D068B629","parts":{"hash":"AB3209E83E1D61C07CE93205A16C15686F4A6E667F80D49E5D19DB9E23B976BC","total":1}},"height":1144,"pol_round":-1,"round":0,"signature":"U9HuY2NLxMko8m/AalWIdFYbYyGM7GW6F1HCuNyqe6EdjzadFEnn0nGyUMmTfEwrUsTPhVPqWERchTnRC7+rAA==","timestamp":"2024-07-24T16:33:53.659545133Z"} proposer=3F1738D7F374F8CFD2DFFCD596B5C3B57BBD9513 4:33PM INF received complete proposal block hash=0250F61FE83BA74A6A29B4B3E55D2A557489E8230BF8EA20AF4C7312D068B629 height=1144 module=consensus 4:33PM INF finalizing commit of block hash={} height=1144 module=consensus num_txs=0 root=C7C2F6EE497DE44CAEBADAAC12246A93A2200E600EF0785B02DACA7914AD7DF6 4:33PM INF minted coins from module account amount=20601475ubld from=mint module=x/bank 2024-07-24T16:33:53.735Z block-manager: block 1144 begin 4:33PM INF created new capability module=ibc name=ports/icacontroller-1 4:33PM INF port binded module=x/ibc/port port=icacontroller-1 4:33PM INF claimed capability capability=6 module=vibc name=ports/icacontroller-1 4:33PM INF Timed out dur=400 height=1144 module=consensus round=0 step=3 2024-07-24T16:33:54.538Z SwingSet: ls: v15: Logging sent error stack (Error#1) 2024-07-24T16:33:54.538Z SwingSet: ls: v15: Error#1: No listeners for /ibc-hop/connection-0/ibc-port/icahost/ordered/{"version":"ics27-1","controllerConnectionId":"connection-0","hostConnectionId":"connection-1","address":"","encoding":"proto3","txType":"sdk_multi_msg"} 2024-07-24T16:33:54.539Z SwingSet: ls: v15: Error: No listeners for /ibc-hop/connection-0/ibc-port/icahost/ordered/{"version":"ics27-1","controllerConnectionId":"connection-0","hostConnectionId":"connection-1","address":"","encoding":"proto3","txType":"sdk_multi_msg"} at apply () at Error (/bundled-source/.../node_modules/ses/src/error/tame-error-constructor.js:60) at inbound (.../network/src/network.js:773) at inbound (.../network/src/network.js:755) at apply () at () 2024-07-24T16:33:54.539Z SwingSet: ls: v15: Error#1 ERROR_NOTE: Sent as error:liveSlots:v15#70001 2024-07-24T16:33:54.542Z SwingSet: xsnap: v15: Error#1 ERROR_NOTE: Sent as error:liveSlots:v15#70002 2024-07-24T16:33:54.542Z SwingSet: ls: v15: Logging sent error stack (Error#1) 2024-07-24T16:33:54.543Z SwingSet: xsnap: v15: Error#1 ERROR_NOTE: Sent as error:liveSlots:v15#70003 2024-07-24T16:33:54.543Z SwingSet: ls: v15: Logging sent error stack (Error#1) 2024-07-24T16:33:54.545Z SwingSet: xsnap: v15: Error#1 ERROR_NOTE: Sent as error:liveSlots:v15#70004 2024-07-24T16:33:54.545Z SwingSet: ls: v15: Logging sent error stack (Error#1) 2024-07-24T16:33:54.549Z SwingSet: xsnap: v15: Error#1 ERROR_NOTE: Sent as error:liveSlots:v15#70005 2024-07-24T16:33:54.549Z SwingSet: ls: v15: Logging sent error stack (Error#1) 2024-07-24T16:33:54.549Z SwingSet: xsnap: v15: Error#1 ERROR_NOTE: Sent as error:liveSlots:v15#70006 2024-07-24T16:33:54.550Z SwingSet: ls: v15: Logging sent error stack (Error#1) 2024-07-24T16:33:54.550Z SwingSet: xsnap: v15: Error#1 ERROR_NOTE: Sent as error:liveSlots:v15#70007 2024-07-24T16:33:54.550Z SwingSet: ls: v15: Logging sent error stack (Error#1) 2024-07-24T16:33:54.556Z SwingSet: xsnap: v15: Error#1 ERROR_NOTE: Sent as error:liveSlots:v15#70008 2024-07-24T16:33:54.556Z SwingSet: ls: v15: Logging sent error stack (Error#1) 4:33PM INF executed block height=1144 module=state num_invalid_txs=0 num_valid_txs=0 2024-07-24T16:33:54.590Z block-manager: block 1144 commit 4:33PM INF commit synced commit=436F6D6D697449447B5B36332032303920313938203136372033362032382031363320373920323434203234332033372031313020313030203139322032353120313738203134322031373920353220323434203130203835203138392031373420313433203230322035332037342031353820323236203130302037365D3A3437387D 4:33PM INF committed state app_hash=3FD1C6A7241CA34FF4F3256E64C0FBB28EB334F40A55BDAE8FCA354A9EE2644C height=1144 module=state num_txs=0 4:33PM INF indexed block events height=1144 module=txindex 4:33PM INF Timed out dur=-172.102918 height=1145 module=consensus round=0 step=1 4:33PM INF received proposal module=consensus proposal={"Type":32,"block_id":{"hash":"42BD4D2C79A3759D9DF96418B5D6DE7D79CBA07CC48193C6DB9AAC5AD9172FD3","parts":{"hash":"64C0E30CE69AAA94D59B6AFF8824D70D86F1711544574925ED0E62C92DD9FFF8","total":1}},"height":1145,"pol_round":-1,"round":0,"signature":"1GA89FBBk4fe9nphyNOM6dtSh+PxE6Dorg/TJ78oGggog1iCjvbtZ8FERbUyUZqDV3WCV+jlxu7Pd41afdJUBw==","timestamp":"2024-07-24T16:33:54.64438705Z"} proposer=3F1738D7F374F8CFD2DFFCD596B5C3B57BBD9513 4:33PM INF received complete proposal block hash=42BD4D2C79A3759D9DF96418B5D6DE7D79CBA07CC48193C6DB9AAC5AD9172FD3 height=1145 module=consensus 4:33PM INF finalizing commit of block hash={} height=1145 module=consensus num_txs=0 root=3FD1C6A7241CA34FF4F3256E64C0FBB28EB334F40A55BDAE8FCA354A9EE2644C 4:33PM INF minted coins from module account amount=20601479ubld from=mint module=x/bank 2024-07-24T16:33:54.743Z block-manager: block 1145 begin 4:33PM INF created new capability module=ibc name=capabilities/ports/icacontroller-1/channels/channel-2 4:33PM INF claimed capability capability=7 module=vibc name=capabilities/ports/icacontroller-1/channels/channel-2 4:33PM INF channel state updated channel-id=channel-2 module=x/ibc/channel new-state=INIT port-id=icacontroller-1 previous-state=NONE 4:33PM INF executed block height=1145 module=state num_invalid_txs=0 num_valid_txs=0 2024-07-24T16:33:54.846Z block-manager: block 1145 commit 4:33PM INF commit synced commit=436F6D6D697449447B5B313331203231342032333720313035203338203138372031363120313531203137382031333520313831203737203139312032333620313930203130342031393520323237203731203830203233203130352031373420323234203337203130203135332032313220323220313037203333203235345D3A3437397D 4:33PM INF committed state app_hash=83D6ED6926BBA197B287B54DBFECBE68C3E347501769AEE0250A99D4166B21FE height=1145 module=state num_txs=0 4:33PM INF indexed block events height=1145 module=txindex 4:33PM INF Timed out dur=595.583875 height=1146 module=consensus round=0 step=1 4:33PM INF received proposal module=consensus proposal={"Type":32,"block_id":{"hash":"E6CE9EAB9936637B8365210FDA63D3E4CE96F290C8FA6C136D6298C8B1C12748","parts":{"hash":"405EDB09C8B0EFD34C61A0906EEA5B2D753F458C18C79B8A08DBFA796494594B","total":1}},"height":1146,"pol_round":-1,"round":0,"signature":"7kC9DGIQrlIdwZBIvi1NRp8dpoxJ8w5NquteIM9oeseY1XG1OCzmNBI+ccMHecLVKU9WmIDRpQbq/EvXrqxeBQ==","timestamp":"2024-07-24T16:33:55.458520675Z"} proposer=3F1738D7F374F8CFD2DFFCD596B5C3B57BBD9513 4:33PM INF received complete proposal block hash=E6CE9EAB9936637B8365210FDA63D3E4CE96F290C8FA6C136D6298C8B1C12748 height=1146 module=consensus 4:33PM INF finalizing commit of block hash={} height=1146 module=consensus num_txs=0 root=83D6ED6926BBA197B287B54DBFECBE68C3E347501769AEE0250A99D4166B21FE 4:33PM INF minted coins from module account amount=20601482ubld from=mint module=x/bank 2024-07-24T16:33:55.471Z block-manager: block 1146 begin 4:33PM INF executed block height=1146 module=state num_invalid_txs=0 num_valid_txs=0 2024-07-24T16:33:55.474Z block-manager: block 1146 commit 4:33PM INF commit synced commit=436F6D6D697449447B5B3132352032382031373220323435203231332031372032392031353320383920323131203135312031353020313832203338203136302031363220323130203820323820313338203134342031333820313734203731203134203930203133362032353220313835203230342036372037325D3A3437417D 4:33PM INF committed state app_hash=7D1CACF5D5111D9959D39796B626A0A2D2081C8A908AAE470E5A88FCB9CC4348 height=1146 module=state num_txs=0 4:33PM INF indexed block events height=1146 module=txindex 4:33PM INF Timed out dur=787.775167 height=1147 module=consensus round=0 step=1 4:33PM INF received proposal module=consensus proposal={"Type":32,"block_id":{"hash":"3447EF27D94CF9A0E364C1DCE33EE0FED23F67B073D5661B1C0323D1CA5367AE","parts":{"hash":"7846CF4395F865C74A45E9B5D50DA340D65A5CAB03AE65697381FF39F59452C7","total":1}},"height":1147,"pol_round":-1,"round":0,"signature":"sreYjbliqUj5RzFrAvIyHd1wttdL02S7+f+Mmj5QlvattPb38BhaKtzTZTjeuQgM+NdzBp8kHfMxVHQpJ4hCCQ==","timestamp":"2024-07-24T16:33:56.272014551Z"} proposer=3F1738D7F374F8CFD2DFFCD596B5C3B57BBD9513 4:33PM INF received complete proposal block hash=3447EF27D94CF9A0E364C1DCE33EE0FED23F67B073D5661B1C0323D1CA5367AE height=1147 module=consensus 4:33PM INF finalizing commit of block hash={} height=1147 module=consensus num_txs=0 root=7D1CACF5D5111D9959D39796B626A0A2D2081C8A908AAE470E5A88FCB9CC4348 4:33PM INF minted coins from module account amount=20601486ubld from=mint module=x/bank 2024-07-24T16:33:56.294Z block-manager: block 1147 begin 4:33PM INF executed block height=1147 module=state num_invalid_txs=0 num_valid_txs=0 2024-07-24T16:33:56.298Z block-manager: block 1147 commit 4:33PM INF commit synced commit=436F6D6D697449447B5B31383320323439203534203133372032302031313520323231203133302037372031313620313936203235352037352034312032353220373620313538203132352037342036332031333820343520323337203538203139322031393520313430203738203130302032333520313231203231355D3A3437427D 4:33PM INF committed state app_hash=B7F936891473DD824D74C4FF4B29FC4C9E7D4A3F8A2DED3AC0C38C4E64EB79D7 height=1147 module=state num_txs=0 4:33PM INF indexed block events height=1147 module=txindex 4:33PM INF Timed out dur=738.146417 height=1148 module=consensus round=0 step=1 4:33PM INF received proposal module=consensus proposal={"Type":32,"block_id":{"hash":"72C17D446B482906252E74093EB896E4ED55C3172F3C89AA9FD37A4D05791089","parts":{"hash":"6F3963EDB23746B75164912136FD8E7402374B0E358FC662D1348D58C121835E","total":1}},"height":1148,"pol_round":-1,"round":0,"signature":"um69hq4kEWCj9kRn/w96zSUnsqidnDjlodmMFrKPkNkL7vrIatV1bcsC/UEzsGPhuLI9baPI8zkgkbPfx24OCg==","timestamp":"2024-07-24T16:33:57.089738551Z"} proposer=3F1738D7F374F8CFD2DFFCD596B5C3B57BBD9513 4:33PM INF received complete proposal block hash=72C17D446B482906252E74093EB896E4ED55C3172F3C89AA9FD37A4D05791089 height=1148 module=consensus 4:33PM INF finalizing commit of block hash={} height=1148 module=consensus num_txs=0 root=B7F936891473DD824D74C4FF4B29FC4C9E7D4A3F8A2DED3AC0C38C4E64EB79D7 4:33PM INF minted coins from module account amount=20601490ubld from=mint module=x/bank 2024-07-24T16:33:57.107Z block-manager: block 1148 begin 4:33PM INF executed block height=1148 module=state num_invalid_txs=0 num_valid_txs=0 2024-07-24T16:33:57.111Z block-manager: block 1148 commit 4:33PM INF commit synced commit=436F6D6D697449447B5B3232302031303520323920343720383220313536203138352033392031343820313530203139352031343620393820393820313820373620333720313034203136322031373420313536203232342032313420373120313539203133372032343320393020322031312037372035345D3A3437437D 4:33PM INF committed state app_hash=DC691D2F529CB9279496C3926262124C2568A2AE9CE0D6479F89F35A020B4D36 height=1148 module=state num_txs=0 4:33PM INF indexed block events height=1148 module=txindex 4:33PM INF client state updated client-id=07-tendermint-0 height=0-1453 module=x/ibc/client Dragonberry Active 4:33PM INF channel state updated channel-id=channel-2 module=x/ibc/channel new-state=OPEN port-id=icacontroller-1 previous-state=STATE_OPEN 4:33PM INF client state updated client-id=07-tendermint-0 height=0-1453 module=x/ibc/client 4:33PM INF Timed out dur=784.915833 height=1149 module=consensus round=0 step=1 4:33PM INF received proposal module=consensus proposal={"Type":32,"block_id":{"hash":"4ABA829CD7BB5CEDDDB37CD043DE27ABF9F4C780395320624D64D8BDF510755B","parts":{"hash":"3B82F0B8499C4730B465042EC192EB586F0862CA0AFD77DCF0DAE53F87C96F42","total":1}},"height":1149,"pol_round":-1,"round":0,"signature":"KWH2y0zJDMa/7JkQVNi7UMGOECAzM/4l7Irudulszg31VmweO5up8vh35J+l3e5obTD/ShhmV+rfPcWvdIyxCg==","timestamp":"2024-07-24T16:33:57.906807302Z"} proposer=3F1738D7F374F8CFD2DFFCD596B5C3B57BBD9513 4:33PM INF received complete proposal block hash=4ABA829CD7BB5CEDDDB37CD043DE27ABF9F4C780395320624D64D8BDF510755B height=1149 module=consensus 4:33PM INF finalizing commit of block hash={} height=1149 module=consensus num_txs=1 root=DC691D2F529CB9279496C3926262124C2568A2AE9CE0D6479F89F35A020B4D36 4:33PM INF minted coins from module account amount=20601493ubld from=mint module=x/bank 2024-07-24T16:33:57.928Z block-manager: block 1149 begin 4:33PM INF client state updated client-id=07-tendermint-0 height=0-1453 module=x/ibc/client 4:33PM INF channel state updated channel-id=channel-2 module=x/ibc/channel new-state=OPEN port-id=icacontroller-1 previous-state=STATE_OPEN Dragonberry Active 2024-07-24T16:33:57.942Z SwingSet: vat: v16: IBC fromBridge { blockHeight: 1149, blockTime: 1721838837, channelID: 'channel-2', connectionHops: [ 'connection-0' ], counterparty: { channel_id: 'channel-2', port_id: 'icahost' }, counterpartyVersion: '{"version":"ics27-1","controller_connection_id":"connection-0","host_connection_id":"connection-1","address":"osmo1dw3nep8yqy5szzxn6hmma6j2z77vp4wz8tkh0w3gyrruwny0w03s070kaa","encoding":"proto3","tx_type":"sdk_multi_msg"}', event: 'channelOpenAck', portID: 'icacontroller-1', type: 'IBC_EVENT' } 2024-07-24T16:33:58.050Z SwingSet: vat: v19: ----- ChainAccountKit.2 2 ICA Channel Opened for /ibc-port/icacontroller-1/ordered/{"version":"ics27-1","controller_connection_id":"connection-0","host_connection_id":"connection-1","address":"osmo1dw3nep8yqy5szzxn6hmma6j2z77vp4wz8tkh0w3gyrruwny0w03s070kaa","encoding":"proto3","tx_type":"sdk_multi_msg"}/ibc-channel/channel-2 at /ibc-hop/connection-0/ibc-port/icahost/ordered/{"version":"ics27-1","controller_connection_id":"connection-0","host_connection_id":"connection-1","address":"osmo1dw3nep8yqy5szzxn6hmma6j2z77vp4wz8tkh0w3gyrruwny0w03s070kaa","encoding":"proto3","tx_type":"sdk_multi_msg"}/ibc-channel/channel-2 4:33PM INF Timed out dur=400 height=1149 module=consensus round=0 step=3 2024-07-24T16:33:58.361Z SwingSet: vat: v38: chainAccount 2024-07-24T16:33:58.362Z SwingSet: vat: v38: Object [Alleged: Cosmos Orchestration Account Holder holder guest wrapper] { __getInterfaceGuard__: [Function: In "__getInterfaceGuard__" method of (Cosmos Orchestration Account Holder holder)], __getMethodNames__: [Function: __getMethodNames__], asContinuingOffer: [Function: In "asContinuingOffer" method of (Cosmos Orchestration Account Holder holder)], delegate: [Function: In "delegate" method of (Cosmos Orchestration Account Holder holder)], getAddress: [Function: In "getAddress" method of (Cosmos Orchestration Account Holder holder)], getBalance: [Function: In "getBalance" method of (Cosmos Orchestration Account Holder holder)], getBalances: [Function: In "getBalances" method of (Cosmos Orchestration Account Holder holder)], getPublicTopics: [Function: In "getPublicTopics" method of (Cosmos Orchestration Account Holder holder)], redelegate: [Function: In "redelegate" method of (Cosmos Orchestration Account Holder holder)], send: [Function: In "send" method of (Cosmos Orchestration Account Holder holder)], transfer: [Function: In "transfer" method of (Cosmos Orchestration Account Holder holder)], transferSteps: [Function: In "transferSteps" method of (Cosmos Orchestration Account Holder holder)], undelegate: [Function: In "undelegate" method of (Cosmos Orchestration Account Holder holder)], withdrawReward: [Function: In "withdrawReward" method of (Cosmos Orchestration Account Holder holder)], withdrawRewards: [Function: In "withdrawRewards" method of (Cosmos Orchestration Account Holder holder)] } 4:33PM INF executed block height=1149 module=state num_invalid_txs=0 num_valid_txs=1 2024-07-24T16:33:58.644Z block-manager: block 1149 commit 4:33PM INF commit synced commit=436F6D6D697449447B5B3233392032352032313220333320363120393620313839203139382031383520313630203134342031333320313430203131342032333820313437203920313636203330203820323133203134372038352038322037372031323020373720323238203137302031353920313434203234385D3A3437447D 4:33PM INF committed state app_hash=EF19D4213D60BDC6B9A090858C72EE9309A61E08D59355524D784DE4AA9F90F8 height=1149 module=state num_txs=1 4:33PM INF indexed block events height=1149 module=txindex 4:33PM INF Timed out dur=61.753749 height=1150 module=consensus round=0 step=1 4:33PM INF received proposal module=consensus proposal={"Type":32,"block_id":{"hash":"C0E026C366BA5F34FA66092DD42D68A34BEAA3F7BB4B1E9EAB75557326A9D6B6","parts":{"hash":"7521D8B817AD823D45C7F13855E3E216CEF2CBF099ACD0D64E9DD6D0E6B46C27","total":1}},"height":1150,"pol_round":-1,"round":0,"signature":"e9QBHbpTbLcTUau0izAmmHpfXXLB6EXlTArSpvfDzDnDsVXba1NhQbMH5uYgvBXkG27adoQpr29yqpRvfvczCw==","timestamp":"2024-07-24T16:33:58.737393344Z"} proposer=3F1738D7F374F8CFD2DFFCD596B5C3B57BBD9513 4:33PM INF received complete proposal block hash=C0E026C366BA5F34FA66092DD42D68A34BEAA3F7BB4B1E9EAB75557326A9D6B6 height=1150 module=consensus 4:33PM INF finalizing commit of block hash={} height=1150 module=consensus num_txs=0 root=EF19D4213D60BDC6B9A090858C72EE9309A61E08D59355524D784DE4AA9F90F8 4:33PM INF minted coins from module account amount=20601497ubld from=mint module=x/bank 2024-07-24T16:33:58.756Z block-manager: block 1150 begin 2024-07-24T16:33:58.778Z SwingSet: vat: v32: wallet agoric12j5kzvrwunqvrga5vm4zpy3mkeh3lvyld0amz5 offerStatus { id: 1721838826984, invitationSpec: { instance: Object [Alleged: InstanceHandle] {}, publicInvitationMaker: 'makeAccountInvitation', source: 'contract' }, numWantsSatisfied: 1, offerArgs: { chainName: 'osmosis' }, payouts: {}, proposal: { give: {}, want: {} }, result: 'UNPUBLISHED' } 2024-07-24T16:33:58.858Z SwingSet: vat: v32: wallet agoric12j5kzvrwunqvrga5vm4zpy3mkeh3lvyld0amz5 recording pathMap { account: 'published.orca.osmo1dw3nep8yqy5szzxn6hmma6j2z77vp4wz8tkh0w3gyrruwny0w03s070kaa' } 4:33PM INF executed block height=1150 module=state num_invalid_txs=0 num_valid_txs=0 2024-07-24T16:33:59.057Z block-manager: block 1150 commit ``` Hermes logs: ```console Hermes logs: 4:33PM INF client state updated client-id=07-tendermint-0 height=0-1453 module=x/ibc/client 4:33PM INF channel state updated channel-id=channel-2 module=x/ibc/channel new-state=OPEN port-id=icacontroller-1 previous-state=STATE_OPEN Dragonberry Active 2024-07-24T16:33:57.942Z SwingSet: vat: v16: IBC fromBridge { blockHeight: 1149, blockTime: 1721838837, channelID: 'channel-2', connectionHops: [ 'connection-0' ], counterparty: { channel_id: 'channel-2', port_id: 'icahost' }, counterpartyVersion: '{"version":"ics27-1","controller_connection_id":"connection-0","host_connection_id":"connection-1","address":"osmo1dw3nep8yqy5szzxn6hmma6j2z77vp4wz8tkh0w3gyrruwny0w03s070kaa","encoding":"proto3","tx_type":"sdk_multi_msg"}', event: 'channelOpenAck', portID: 'icacontroller-1', type: 'IBC_EVENT' } 2024-07-24T16:33:58.050Z SwingSet: vat: v19: ----- ChainAccountKit.2 2 ICA Channel Opened for /ibc-port/icacontroller-1/ordered/{"version":"ics27-1","controller_connection_id":"connection-0","host_connection_id":"connection-1","address":"osmo1dw3nep8yqy5szzxn6hmma6j2z77vp4wz8tkh0w3gyrruwny0w03s070kaa","encoding":"proto3","tx_type":"sdk_multi_msg"}/ibc-channel/channel-2 at /ibc-hop/connection-0/ibc-port/icahost/ordered/{"version":"ics27-1","controller_connection_id":"connection-0","host_connection_id":"connection-1","address":"osmo1dw3nep8yqy5szzxn6hmma6j2z77vp4wz8tkh0w3gyrruwny0w03s070kaa","encoding":"proto3","tx_type":"sdk_multi_msg"}/ibc-channel/channel-2 4:33PM INF Timed out dur=400 height=1149 module=consensus round=0 step=3 2024-07-24T16:33:58.361Z SwingSet: vat: v38: chainAccount 2024-07-24T16:33:58.362Z SwingSet: vat: v38: Object [Alleged: Cosmos Orchestration Account Holder holder guest wrapper] { __getInterfaceGuard__: [Function: In "__getInterfaceGuard__" method of (Cosmos Orchestration Account Holder holder)], __getMethodNames__: [Function: __getMethodNames__], asContinuingOffer: [Function: In "asContinuingOffer" method of (Cosmos Orchestration Account Holder holder)], delegate: [Function: In "delegate" method of (Cosmos Orchestration Account Holder holder)], getAddress: [Function: In "getAddress" method of (Cosmos Orchestration Account Holder holder)], getBalance: [Function: In "getBalance" method of (Cosmos Orchestration Account Holder holder)], getBalances: [Function: In "getBalances" method of (Cosmos Orchestration Account Holder holder)], getPublicTopics: [Function: In "getPublicTopics" method of (Cosmos Orchestration Account Holder holder)], redelegate: [Function: In "redelegate" method of (Cosmos Orchestration Account Holder holder)], send: [Function: In "send" method of (Cosmos Orchestration Account Holder holder)], transfer: [Function: In "transfer" method of (Cosmos Orchestration Account Holder holder)], transferSteps: [Function: In "transferSteps" method of (Cosmos Orchestration Account Holder holder)], undelegate: [Function: In "undelegate" method of (Cosmos Orchestration Account Holder holder)], withdrawReward: [Function: In "withdrawReward" method of (Cosmos Orchestration Account Holder holder)], withdrawRewards: [Function: In "withdrawRewards" method of (Cosmos Orchestration Account Holder holder)] } ```

Screenshot 2024-07-24 at 1 12 40 PM