@agoric/orchestration 0.1.1-dev-24528f1.0 → 0.1.1-dev-17608dc.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/orchestration",
3
- "version": "0.1.1-dev-24528f1.0+24528f1",
3
+ "version": "0.1.1-dev-17608dc.0+17608dc",
4
4
  "description": "Chain abstraction for Agoric's orchestration clients",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -33,19 +33,19 @@
33
33
  },
34
34
  "homepage": "https://github.com/Agoric/agoric-sdk#readme",
35
35
  "dependencies": {
36
- "@agoric/async-flow": "0.1.1-dev-24528f1.0+24528f1",
37
- "@agoric/cosmic-proto": "0.4.1-dev-24528f1.0+24528f1",
38
- "@agoric/ertp": "0.16.3-dev-24528f1.0+24528f1",
39
- "@agoric/internal": "0.3.3-dev-24528f1.0+24528f1",
40
- "@agoric/network": "0.1.1-dev-24528f1.0+24528f1",
41
- "@agoric/notifier": "0.6.3-dev-24528f1.0+24528f1",
42
- "@agoric/store": "0.9.3-dev-24528f1.0+24528f1",
43
- "@agoric/time": "0.3.3-dev-24528f1.0+24528f1",
44
- "@agoric/vat-data": "0.5.3-dev-24528f1.0+24528f1",
45
- "@agoric/vats": "0.15.2-dev-24528f1.0+24528f1",
46
- "@agoric/vow": "0.1.1-dev-24528f1.0+24528f1",
47
- "@agoric/zoe": "0.26.3-dev-24528f1.0+24528f1",
48
- "@agoric/zone": "0.2.3-dev-24528f1.0+24528f1",
36
+ "@agoric/async-flow": "0.1.1-dev-17608dc.0+17608dc",
37
+ "@agoric/cosmic-proto": "0.4.1-dev-17608dc.0+17608dc",
38
+ "@agoric/ertp": "0.16.3-dev-17608dc.0+17608dc",
39
+ "@agoric/internal": "0.3.3-dev-17608dc.0+17608dc",
40
+ "@agoric/network": "0.1.1-dev-17608dc.0+17608dc",
41
+ "@agoric/notifier": "0.6.3-dev-17608dc.0+17608dc",
42
+ "@agoric/store": "0.9.3-dev-17608dc.0+17608dc",
43
+ "@agoric/time": "0.3.3-dev-17608dc.0+17608dc",
44
+ "@agoric/vat-data": "0.5.3-dev-17608dc.0+17608dc",
45
+ "@agoric/vats": "0.15.2-dev-17608dc.0+17608dc",
46
+ "@agoric/vow": "0.1.1-dev-17608dc.0+17608dc",
47
+ "@agoric/zoe": "0.26.3-dev-17608dc.0+17608dc",
48
+ "@agoric/zone": "0.2.3-dev-17608dc.0+17608dc",
49
49
  "@endo/base64": "^1.0.5",
50
50
  "@endo/errors": "^1.2.2",
51
51
  "@endo/far": "^1.1.2",
@@ -54,7 +54,7 @@
54
54
  "@noble/hashes": "github:paulmillr/noble-hashes#ae060da"
55
55
  },
56
56
  "devDependencies": {
57
- "@agoric/swingset-liveslots": "0.10.3-dev-24528f1.0+24528f1",
57
+ "@agoric/swingset-liveslots": "0.10.3-dev-17608dc.0+17608dc",
58
58
  "@chain-registry/client": "^1.47.4",
59
59
  "@cosmjs/amino": "^0.32.3",
60
60
  "@cosmjs/proto-signing": "^0.32.3",
@@ -94,5 +94,5 @@
94
94
  "typeCoverage": {
95
95
  "atLeast": 97.99
96
96
  },
97
- "gitHead": "24528f1e377f41e13e9fe47a6f04c0f4b0c33452"
97
+ "gitHead": "17608dca6002fac10b4c07de4684fb18a8ef5be5"
98
98
  }
@@ -1,3 +1,7 @@
1
+ /**
2
+ * @import {TypedPattern} from '@agoric/internal';
3
+ * @import {CosmosChainInfo} from './cosmos-api.js';
4
+ */
1
5
  /**
2
6
  * Used for IBC Channel Connections that only send outgoing transactions. If
3
7
  * your channel expects incoming transactions, please extend this interface to
@@ -38,7 +42,10 @@ export const IBCChannelIDShape: import("@endo/patterns").Matcher;
38
42
  export const IBCChannelInfoShape: import("@endo/patterns").Matcher;
39
43
  export const IBCConnectionIDShape: import("@endo/patterns").Matcher;
40
44
  export const IBCConnectionInfoShape: import("@endo/patterns").Matcher;
41
- export const CosmosChainInfoShape: import("@endo/patterns").Matcher;
45
+ /**
46
+ * @type {TypedPattern<CosmosChainInfo>}
47
+ */
48
+ export const CosmosChainInfoShape: TypedPattern<CosmosChainInfo>;
42
49
  export const ChainInfoShape: import("@endo/patterns").Matcher;
43
50
  export const LocalChainAccountShape: import("@endo/patterns").Matcher;
44
51
  export const DenomShape: import("@endo/patterns").Matcher;
@@ -57,4 +64,6 @@ export namespace TimestampProtoShape {
57
64
  let seconds: import("@endo/patterns").Matcher;
58
65
  let nanos: import("@endo/patterns").Matcher;
59
66
  }
67
+ import type { CosmosChainInfo } from './cosmos-api.js';
68
+ import type { TypedPattern } from '@agoric/internal';
60
69
  //# sourceMappingURL=typeGuards.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"typeGuards.d.ts","sourceRoot":"","sources":["typeGuards.js"],"names":[],"mappings":"AAIA;;;;GAIG;AACH;;;GAQE;;;;;;;;;;;;;;;;;;;;;;AAiBF,8DAAkE;;;;;AAOlE,uEAUE;AAEF,iEAA4C;AAC5C,mEAQG;AACH,oEAA+C;AAC/C,sEAYG;AAEH,oEAUE;AAGF,8DAAsC;AACtC,sEAAuE;AACvE,0DAAqC;AAErC,8DAAsC;;;;;;AAItC,mBAAmB;AACnB;;;GAGG"}
1
+ {"version":3,"file":"typeGuards.d.ts","sourceRoot":"","sources":["typeGuards.js"],"names":[],"mappings":"AAIA;;;GAGG;AAEH;;;;GAIG;AACH;;;GAQE;;;;;;;;;;;;;;;;;;;;;;AAiBF,8DAAkE;;;;;AAOlE,uEAUE;AAEF,iEAA4C;AAC5C,mEAQG;AACH,oEAA+C;AAC/C,sEAYG;AAEH;;GAEG;AACH,mCAFU,aAAa,eAAe,CAAC,CAYrC;AAGF,8DAAsC;AACtC,sEAAuE;AACvE,0DAAqC;AAErC,8DAAsC;;;;;;AAItC,mBAAmB;AACnB;;;GAGG;;;;;qCAzG+B,iBAAiB;kCADpB,kBAAkB"}
package/src/typeGuards.js CHANGED
@@ -2,6 +2,11 @@ import { AmountShape } from '@agoric/ertp';
2
2
  import { VowShape } from '@agoric/vow';
3
3
  import { M } from '@endo/patterns';
4
4
 
5
+ /**
6
+ * @import {TypedPattern} from '@agoric/internal';
7
+ * @import {CosmosChainInfo} from './cosmos-api.js';
8
+ */
9
+
5
10
  /**
6
11
  * Used for IBC Channel Connections that only send outgoing transactions. If
7
12
  * your channel expects incoming transactions, please extend this interface to
@@ -76,6 +81,9 @@ export const IBCConnectionInfoShape = M.splitRecord({
76
81
  transferChannel: IBCChannelInfoShape,
77
82
  });
78
83
 
84
+ /**
85
+ * @type {TypedPattern<CosmosChainInfo>}
86
+ */
79
87
  export const CosmosChainInfoShape = M.splitRecord(
80
88
  {
81
89
  chainId: M.string(),