agoric 0.21.2-dev-e5a1afd.0 → 0.21.2-dev-141be47.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 +20 -20
- package/src/lib/chain.js +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "agoric",
|
|
3
|
-
"version": "0.21.2-dev-
|
|
3
|
+
"version": "0.21.2-dev-141be47.0+141be47",
|
|
4
4
|
"description": "Manage the Agoric Javascript smart contract platform",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "src/main.js",
|
|
@@ -30,28 +30,28 @@
|
|
|
30
30
|
"lint:eslint": "eslint ."
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
|
-
"@agoric/cosmic-swingset": "0.41.4-dev-
|
|
34
|
-
"@agoric/deploy-script-support": "0.10.4-dev-
|
|
33
|
+
"@agoric/cosmic-swingset": "0.41.4-dev-141be47.0+141be47",
|
|
34
|
+
"@agoric/deploy-script-support": "0.10.4-dev-141be47.0+141be47",
|
|
35
35
|
"ava": "^5.3.0",
|
|
36
36
|
"c8": "^10.1.2"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@agoric/access-token": "0.4.22-dev-
|
|
40
|
-
"@agoric/cache": "0.3.3-dev-
|
|
41
|
-
"@agoric/casting": "0.4.3-dev-
|
|
42
|
-
"@agoric/client-utils": "0.1.1-dev-
|
|
43
|
-
"@agoric/cosmic-proto": "0.4.1-dev-
|
|
44
|
-
"@agoric/ertp": "0.16.3-dev-
|
|
45
|
-
"@agoric/governance": "0.10.4-dev-
|
|
46
|
-
"@agoric/inter-protocol": "0.16.2-dev-
|
|
47
|
-
"@agoric/internal": "0.3.3-dev-
|
|
48
|
-
"@agoric/network": "0.1.1-dev-
|
|
49
|
-
"@agoric/smart-wallet": "0.5.4-dev-
|
|
50
|
-
"@agoric/store": "0.9.3-dev-
|
|
51
|
-
"@agoric/swingset-vat": "0.32.3-dev-
|
|
52
|
-
"@agoric/vats": "0.15.2-dev-
|
|
53
|
-
"@agoric/zoe": "0.26.3-dev-
|
|
54
|
-
"@agoric/zone": "0.2.3-dev-
|
|
39
|
+
"@agoric/access-token": "0.4.22-dev-141be47.0+141be47",
|
|
40
|
+
"@agoric/cache": "0.3.3-dev-141be47.0+141be47",
|
|
41
|
+
"@agoric/casting": "0.4.3-dev-141be47.0+141be47",
|
|
42
|
+
"@agoric/client-utils": "0.1.1-dev-141be47.0+141be47",
|
|
43
|
+
"@agoric/cosmic-proto": "0.4.1-dev-141be47.0+141be47",
|
|
44
|
+
"@agoric/ertp": "0.16.3-dev-141be47.0+141be47",
|
|
45
|
+
"@agoric/governance": "0.10.4-dev-141be47.0+141be47",
|
|
46
|
+
"@agoric/inter-protocol": "0.16.2-dev-141be47.0+141be47",
|
|
47
|
+
"@agoric/internal": "0.3.3-dev-141be47.0+141be47",
|
|
48
|
+
"@agoric/network": "0.1.1-dev-141be47.0+141be47",
|
|
49
|
+
"@agoric/smart-wallet": "0.5.4-dev-141be47.0+141be47",
|
|
50
|
+
"@agoric/store": "0.9.3-dev-141be47.0+141be47",
|
|
51
|
+
"@agoric/swingset-vat": "0.32.3-dev-141be47.0+141be47",
|
|
52
|
+
"@agoric/vats": "0.15.2-dev-141be47.0+141be47",
|
|
53
|
+
"@agoric/zoe": "0.26.3-dev-141be47.0+141be47",
|
|
54
|
+
"@agoric/zone": "0.2.3-dev-141be47.0+141be47",
|
|
55
55
|
"@cosmjs/crypto": "^0.33.0",
|
|
56
56
|
"@cosmjs/encoding": "^0.33.0",
|
|
57
57
|
"@cosmjs/math": "^0.33.0",
|
|
@@ -101,5 +101,5 @@
|
|
|
101
101
|
"typeCoverage": {
|
|
102
102
|
"atLeast": 78.96
|
|
103
103
|
},
|
|
104
|
-
"gitHead": "
|
|
104
|
+
"gitHead": "141be4797701dccc8c47c4b3d8f452ea21590c4f"
|
|
105
105
|
}
|
package/src/lib/chain.js
CHANGED
|
@@ -216,7 +216,7 @@ export const pollTx = async (txhash, opts) => {
|
|
|
216
216
|
...nodeArgs,
|
|
217
217
|
...outJson,
|
|
218
218
|
],
|
|
219
|
-
{ stdio: ['ignore', 'pipe', '
|
|
219
|
+
{ stdio: ['ignore', 'pipe', 'pipe'] },
|
|
220
220
|
);
|
|
221
221
|
// XXX this type is defined in a .proto file somewhere
|
|
222
222
|
/** @type {{ height: string, txhash: string, code: number, timestamp: string }} */
|