@agoric/smart-wallet 0.5.4-dev-c56324b.0 → 0.5.4-dev-303a9f2.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/smart-wallet",
|
|
3
|
-
"version": "0.5.4-dev-
|
|
3
|
+
"version": "0.5.4-dev-303a9f2.0+303a9f2",
|
|
4
4
|
"description": "Wallet contract",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"scripts": {
|
|
@@ -16,9 +16,9 @@
|
|
|
16
16
|
"lint:eslint": "eslint ."
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
19
|
-
"@agoric/cosmic-proto": "0.4.1-dev-
|
|
20
|
-
"@agoric/swingset-vat": "0.32.3-dev-
|
|
21
|
-
"@agoric/zone": "0.2.3-dev-
|
|
19
|
+
"@agoric/cosmic-proto": "0.4.1-dev-303a9f2.0+303a9f2",
|
|
20
|
+
"@agoric/swingset-vat": "0.32.3-dev-303a9f2.0+303a9f2",
|
|
21
|
+
"@agoric/zone": "0.2.3-dev-303a9f2.0+303a9f2",
|
|
22
22
|
"@endo/bundle-source": "^3.2.3",
|
|
23
23
|
"@endo/captp": "^4.2.0",
|
|
24
24
|
"@endo/init": "^1.1.2",
|
|
@@ -26,15 +26,15 @@
|
|
|
26
26
|
"import-meta-resolve": "^2.2.1"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@agoric/assert": "0.6.1-dev-
|
|
30
|
-
"@agoric/casting": "0.4.3-dev-
|
|
31
|
-
"@agoric/ertp": "0.16.3-dev-
|
|
32
|
-
"@agoric/internal": "0.3.3-dev-
|
|
33
|
-
"@agoric/notifier": "0.6.3-dev-
|
|
34
|
-
"@agoric/store": "0.9.3-dev-
|
|
35
|
-
"@agoric/vat-data": "0.5.3-dev-
|
|
36
|
-
"@agoric/vats": "0.15.2-dev-
|
|
37
|
-
"@agoric/zoe": "0.26.3-dev-
|
|
29
|
+
"@agoric/assert": "0.6.1-dev-303a9f2.0+303a9f2",
|
|
30
|
+
"@agoric/casting": "0.4.3-dev-303a9f2.0+303a9f2",
|
|
31
|
+
"@agoric/ertp": "0.16.3-dev-303a9f2.0+303a9f2",
|
|
32
|
+
"@agoric/internal": "0.3.3-dev-303a9f2.0+303a9f2",
|
|
33
|
+
"@agoric/notifier": "0.6.3-dev-303a9f2.0+303a9f2",
|
|
34
|
+
"@agoric/store": "0.9.3-dev-303a9f2.0+303a9f2",
|
|
35
|
+
"@agoric/vat-data": "0.5.3-dev-303a9f2.0+303a9f2",
|
|
36
|
+
"@agoric/vats": "0.15.2-dev-303a9f2.0+303a9f2",
|
|
37
|
+
"@agoric/zoe": "0.26.3-dev-303a9f2.0+303a9f2",
|
|
38
38
|
"@endo/eventual-send": "^1.2.2",
|
|
39
39
|
"@endo/far": "^1.1.2",
|
|
40
40
|
"@endo/marshal": "^1.5.0",
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
"access": "public"
|
|
70
70
|
},
|
|
71
71
|
"typeCoverage": {
|
|
72
|
-
"atLeast": 94.
|
|
72
|
+
"atLeast": 94.35
|
|
73
73
|
},
|
|
74
|
-
"gitHead": "
|
|
74
|
+
"gitHead": "303a9f20404106fe9c09befbd728ed7a20ccf7e0"
|
|
75
75
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"upgrade-wallet-factory2-proposal.d.ts","sourceRoot":"","sources":["upgrade-wallet-factory2-proposal.js"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"upgrade-wallet-factory2-proposal.d.ts","sourceRoot":"","sources":["upgrade-wallet-factory2-proposal.js"],"names":[],"mappings":"AAWO,qKAJI,eAAe,GAAG,mBAAmB;IAEA,OAAO,EAA5C;QAAE,SAAS,EAAE,YAAY,CAAA;KAAE;kBAoCrC;AAEM;;;;;;;;;;;;;;;;EAYL"}
|
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
// @ts-check
|
|
2
|
+
/// <reference types="@agoric/vats/src/core/types-ambient" />
|
|
3
|
+
|
|
2
4
|
import { E } from '@endo/far';
|
|
3
5
|
import { makeStorageNodeChild } from '@agoric/internal/src/lib-chainStorage.js';
|
|
4
6
|
|
|
5
|
-
// XXX ambient types runtime imports until https://github.com/Agoric/agoric-sdk/issues/6512
|
|
6
|
-
import '@agoric/vats/src/core/types-ambient.js';
|
|
7
|
-
|
|
8
7
|
/**
|
|
9
8
|
* @param {BootstrapPowers & ChainBootstrapSpace} powers
|
|
10
9
|
* @param {object} options
|
package/src/types.d.ts
CHANGED
|
@@ -34,10 +34,6 @@ export type Cell<T> = {
|
|
|
34
34
|
set(val: T): void;
|
|
35
35
|
};
|
|
36
36
|
|
|
37
|
-
export type BridgeActionCapData = WalletCapData<
|
|
38
|
-
import('./smartWallet.js').BridgeAction
|
|
39
|
-
>;
|
|
40
|
-
|
|
41
37
|
/**
|
|
42
38
|
* Defined by walletAction struct in msg_server.go
|
|
43
39
|
*
|
|
@@ -47,7 +43,7 @@ export type WalletActionMsg = {
|
|
|
47
43
|
type: 'WALLET_ACTION';
|
|
48
44
|
/** base64 of Uint8Array of bech32 data */
|
|
49
45
|
owner: string;
|
|
50
|
-
/** JSON of
|
|
46
|
+
/** JSON of marshalled BridgeAction */
|
|
51
47
|
action: string;
|
|
52
48
|
blockHeight: unknown; // int64
|
|
53
49
|
blockTime: unknown; // int64
|