@agoric/internal 0.3.3-dev-9d6cff1.0 → 0.3.3-dev-a7bee20.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/internal",
3
- "version": "0.3.3-dev-9d6cff1.0+9d6cff1",
3
+ "version": "0.3.3-dev-a7bee20.0+a7bee20",
4
4
  "description": "Externally unsupported utilities internal to agoric-sdk",
5
5
  "type": "module",
6
6
  "main": "src/index.js",
@@ -20,7 +20,7 @@
20
20
  "lint:types": "tsc"
21
21
  },
22
22
  "dependencies": {
23
- "@agoric/base-zone": "0.1.1-dev-9d6cff1.0+9d6cff1",
23
+ "@agoric/base-zone": "0.1.1-dev-a7bee20.0+a7bee20",
24
24
  "@endo/common": "^1.2.8",
25
25
  "@endo/errors": "^1.2.8",
26
26
  "@endo/far": "^1.1.9",
@@ -34,7 +34,7 @@
34
34
  "jessie.js": "^0.3.4"
35
35
  },
36
36
  "devDependencies": {
37
- "@agoric/cosmic-proto": "0.4.1-dev-9d6cff1.0+9d6cff1",
37
+ "@agoric/cosmic-proto": "0.4.1-dev-a7bee20.0+a7bee20",
38
38
  "@endo/exo": "^1.5.7",
39
39
  "@endo/init": "^1.1.7",
40
40
  "ava": "^5.3.0",
@@ -60,5 +60,5 @@
60
60
  "typeCoverage": {
61
61
  "atLeast": 93.14
62
62
  },
63
- "gitHead": "9d6cff17bb95ce5557758da242ca4646a87ac5b0"
63
+ "gitHead": "a7bee20c0cdb7cb9ead0106d92ce848048f2a0af"
64
64
  }
@@ -15,6 +15,7 @@ export type BlockInfo = {
15
15
  export type InitMsg = BlockInfo & {
16
16
  type: typeof _ActionType.AG_COSMOS_INIT;
17
17
  chainID: string;
18
+ isBootstrap?: boolean;
18
19
  supplyCoins: {
19
20
  denom: string;
20
21
  amount: NatString;
@@ -1 +1 @@
1
- {"version":3,"file":"chain-utils.d.ts","sourceRoot":"","sources":["chain-utils.js"],"names":[],"mappings":"AAqCO,wCAHI,GAAG,GACD,OAAO,CAoBnB;wBAzCa,GAAG,MAAM,EAAE;;iBAIX,MAAM;;;;eACN,MAAM;YACN,OAAO,2CAA2C,EAAE,aAAa;;;;;;sBAIlE,SAAS,GAAG;IACpB,IAAI,EAAE,OAAO,WAAW,CAAC,cAAc,CAAC;IACxC,OAAO,EAAE,MAAM,CAAC;IAChB,WAAW,EAAE;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,MAAM,EAAE,SAAS,CAAA;KAAE,EAAE,CAAC;CACrD;6BAhByB,mBAAmB"}
1
+ {"version":3,"file":"chain-utils.d.ts","sourceRoot":"","sources":["chain-utils.js"],"names":[],"mappings":"AAsCO,wCAHI,GAAG,GACD,OAAO,CAoBnB;wBA1Ca,GAAG,MAAM,EAAE;;iBAIX,MAAM;;;;eACN,MAAM;YACN,OAAO,2CAA2C,EAAE,aAAa;;;;;;sBAIlE,SAAS,GAAG;IACpB,IAAI,EAAE,OAAO,WAAW,CAAC,cAAc,CAAC;IACxC,OAAO,EAAE,MAAM,CAAC;IAChB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,WAAW,EAAE;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,MAAM,EAAE,SAAS,CAAA;KAAE,EAAE,CAAC;CACrD;6BAjByB,mBAAmB"}
@@ -25,6 +25,7 @@ import * as _ActionType from './action-types.js';
25
25
  * @typedef {BlockInfo & {
26
26
  * type: typeof _ActionType.AG_COSMOS_INIT;
27
27
  * chainID: string;
28
+ * isBootstrap?: boolean;
28
29
  * supplyCoins: { denom: string; amount: NatString }[];
29
30
  * }} InitMsg
30
31
  * cosmosInitAction fields that are subject to consensus. See cosmosInitAction