diff --git a/contract/test/snapshots/test-start1.js.md b/contract/test/snapshots/test-start1.js.md new file mode 100644 index 0000000..1e81317 --- /dev/null +++ b/contract/test/snapshots/test-start1.js.md @@ -0,0 +1,70 @@ +# Snapshot report for `test/test-start1.js` + +The actual snapshot is saved in `test-start1.js.snap`. + +Generated by [AVA](https://avajs.dev). + +## use contractStarter to start postalSvc + +> Terms of contractStarter and the contracts it starts are published under boardAux +> The example below illustrates the schema of the data published there. +> +> See also board marshalling conventions (_to appear_). + + [ + [ + 'published.boardAux.board0188', + { + label: undefined, + terms: { + brands: {}, + issuers: {}, + namesByAddress: Object @Alleged: Hub work-around#board0257 {}, + }, + }, + ], + [ + 'published.boardAux.board0371', + { + label: 'contractStarter', + terms: { + agoricNames: Object @Alleged: NameHubKit nameHub#board0592 {}, + brands: { + Fee: Object @Alleged: ZDEFAULT brand#board0223 {}, + Invitation: Object @Alleged: Zoe Invitation brand#board0074 {}, + }, + issuers: { + Fee: Object @Alleged: ZDEFAULT issuer#board0425 {}, + Invitation: Object @Alleged: Zoe Invitation issuer#board0566 {}, + }, + namesByAddress: Object @Alleged: Hub work-around#board0257 {}, + prices: { + board: { + brand: Object @Alleged: ZDEFAULT brand#board0223 {}, + value: 0n, + }, + installBundleID: { + brand: Object @Alleged: ZDEFAULT brand#board0223 {}, + value: 0n, + }, + priceAuthority: { + brand: Object @Alleged: ZDEFAULT brand#board0223 {}, + value: 0n, + }, + startInstance: { + brand: Object @Alleged: ZDEFAULT brand#board0223 {}, + value: 0n, + }, + storageNode: { + brand: Object @Alleged: ZDEFAULT brand#board0223 {}, + value: 0n, + }, + timerService: { + brand: Object @Alleged: ZDEFAULT brand#board0223 {}, + value: 0n, + }, + }, + }, + }, + ], + ] diff --git a/contract/test/snapshots/test-start1.js.snap b/contract/test/snapshots/test-start1.js.snap new file mode 100644 index 0000000..2c2bb8d Binary files /dev/null and b/contract/test/snapshots/test-start1.js.snap differ