@agoric/solo 0.10.4-dev-7cead9c.0 → 0.10.4-dev-97cb715.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agoric/solo",
3
- "version": "0.10.4-dev-7cead9c.0+7cead9c",
3
+ "version": "0.10.4-dev-97cb715.0+97cb715",
4
4
  "description": "Agoric's Solo vat runner",
5
5
  "type": "module",
6
6
  "bin": {
@@ -22,20 +22,20 @@
22
22
  "author": "Agoric",
23
23
  "license": "Apache-2.0",
24
24
  "dependencies": {
25
- "@agoric/access-token": "0.4.22-dev-7cead9c.0+7cead9c",
26
- "@agoric/assert": "0.6.1-dev-7cead9c.0+7cead9c",
27
- "@agoric/cache": "0.3.3-dev-7cead9c.0+7cead9c",
28
- "@agoric/cosmic-swingset": "0.41.4-dev-7cead9c.0+7cead9c",
29
- "@agoric/internal": "0.3.3-dev-7cead9c.0+7cead9c",
30
- "@agoric/notifier": "0.6.3-dev-7cead9c.0+7cead9c",
31
- "@agoric/spawner": "0.6.9-dev-7cead9c.0+7cead9c",
32
- "@agoric/store": "0.9.3-dev-7cead9c.0+7cead9c",
33
- "@agoric/swing-store": "0.9.2-dev-7cead9c.0+7cead9c",
34
- "@agoric/swingset-vat": "0.32.3-dev-7cead9c.0+7cead9c",
35
- "@agoric/telemetry": "0.6.3-dev-7cead9c.0+7cead9c",
36
- "@agoric/time": "0.3.3-dev-7cead9c.0+7cead9c",
37
- "@agoric/vats": "0.15.2-dev-7cead9c.0+7cead9c",
38
- "@agoric/wallet": "0.18.4-dev-7cead9c.0+7cead9c",
25
+ "@agoric/access-token": "0.4.22-dev-97cb715.0+97cb715",
26
+ "@agoric/assert": "0.6.1-dev-97cb715.0+97cb715",
27
+ "@agoric/cache": "0.3.3-dev-97cb715.0+97cb715",
28
+ "@agoric/cosmic-swingset": "0.41.4-dev-97cb715.0+97cb715",
29
+ "@agoric/internal": "0.3.3-dev-97cb715.0+97cb715",
30
+ "@agoric/notifier": "0.6.3-dev-97cb715.0+97cb715",
31
+ "@agoric/spawner": "0.6.9-dev-97cb715.0+97cb715",
32
+ "@agoric/store": "0.9.3-dev-97cb715.0+97cb715",
33
+ "@agoric/swing-store": "0.9.2-dev-97cb715.0+97cb715",
34
+ "@agoric/swingset-vat": "0.32.3-dev-97cb715.0+97cb715",
35
+ "@agoric/telemetry": "0.6.3-dev-97cb715.0+97cb715",
36
+ "@agoric/time": "0.3.3-dev-97cb715.0+97cb715",
37
+ "@agoric/vats": "0.15.2-dev-97cb715.0+97cb715",
38
+ "@agoric/wallet": "0.18.4-dev-97cb715.0+97cb715",
39
39
  "@endo/captp": "^3.1.4",
40
40
  "@endo/eventual-send": "^0.17.5",
41
41
  "@endo/import-bundle": "^0.4.1",
@@ -56,7 +56,7 @@
56
56
  "ws": "^7.2.0"
57
57
  },
58
58
  "devDependencies": {
59
- "@agoric/ertp": "0.16.3-dev-7cead9c.0+7cead9c",
59
+ "@agoric/ertp": "0.16.3-dev-97cb715.0+97cb715",
60
60
  "@endo/bundle-source": "^2.7.0",
61
61
  "ava": "^5.3.0",
62
62
  "c8": "^7.13.0"
@@ -77,5 +77,5 @@
77
77
  "timeout": "20m",
78
78
  "workerThreads": false
79
79
  },
80
- "gitHead": "7cead9c21830d2936f08849568d65a131af3a2fd"
80
+ "gitHead": "97cb7158f1176d14b9a8d775328aa826458282ea"
81
81
  }
@@ -727,9 +727,8 @@ ${chainID} chain does not yet know of address ${clientAddr}${adviseEgress(
727
727
  * @param {bigint} [lastMailboxUpdate]
728
728
  */
729
729
  const recurseEachMailboxUpdate = async (lastMailboxUpdate = undefined) => {
730
- const { updateCount, value: mailbox } = await mbNotifier.getUpdateSince(
731
- lastMailboxUpdate,
732
- );
730
+ const { updateCount, value: mailbox } =
731
+ await mbNotifier.getUpdateSince(lastMailboxUpdate);
733
732
  updateCount || Fail`${GCI} unexpectedly finished!`;
734
733
  if (mailbox) {
735
734
  const { outbox, ack } = mailbox;
package/test/test-home.js CHANGED
@@ -95,9 +95,8 @@ test.serial('home.wallet - receive zoe invite', async t => {
95
95
  '@agoric/zoe/src/contracts/automaticRefund.js',
96
96
  );
97
97
  const installationHandle = await E(zoe).install(bundle);
98
- const { creatorInvitation: invite } = await E(zoe).startInstance(
99
- installationHandle,
100
- );
98
+ const { creatorInvitation: invite } =
99
+ await E(zoe).startInstance(installationHandle);
101
100
 
102
101
  // Check that the wallet knows about the Zoe invite issuer and starts out
103
102
  // with a default Zoe invite issuer purse.