@agoric/casting 0.5.0-u21.0.1 → 0.5.0-u22.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/CHANGELOG.md CHANGED
@@ -3,8 +3,7 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- ## [0.5.0-u21.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/casting@0.4.2...@agoric/casting@0.5.0-u21.0) (2025-06-19)
7
-
6
+ ## [0.5.0-u22.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/casting@0.4.2...@agoric/casting@0.5.0-u22.0) (2025-09-08)
8
7
 
9
8
  ### ⚠ BREAKING CHANGES
10
9
 
@@ -17,7 +16,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
17
16
  * **types:** ambient exports from agoric/internal ([71d18c4](https://github.com/Agoric/agoric-sdk/commit/71d18c4221f63f1c0e7c45562b5a0a86a0b4b5c0))
18
17
  * **types:** explicit exports from notifier ([0bc72a8](https://github.com/Agoric/agoric-sdk/commit/0bc72a88c7d91ff1b2f00ee5cabeb58c6315598e))
19
18
 
20
-
21
19
  ### Bug Fixes
22
20
 
23
21
  * **casting:** dont crash on bad capdata ([8f4ba3a](https://github.com/Agoric/agoric-sdk/commit/8f4ba3a2f56174161d88f57280513ee5a0f5d4d9))
@@ -25,32 +23,20 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
25
23
  * **casting:** properly follow an unpopulated state entry ([97be818](https://github.com/Agoric/agoric-sdk/commit/97be818c4f5c507830f70392f334fa60dd6d7f94))
26
24
  * update for `[@jessie](https://github.com/jessie).js/safe-await-separator` ([94c6b3c](https://github.com/Agoric/agoric-sdk/commit/94c6b3c83a5326594f1e2886ae01d6a703a7a68f))
27
25
 
28
-
29
26
  ### Miscellaneous Chores
30
27
 
31
28
  * drop support for verified queries ([72715c5](https://github.com/Agoric/agoric-sdk/commit/72715c5de745df1be86accbff7aa915a6c9abfaf))
32
29
 
33
-
34
-
35
30
  ### [0.4.2](https://github.com/Agoric/agoric-sdk/compare/@agoric/casting@0.4.1...@agoric/casting@0.4.2) (2023-06-02)
36
31
 
37
32
  **Note:** Version bump only for package @agoric/casting
38
33
 
39
-
40
-
41
-
42
-
43
34
  ### [0.4.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/casting@0.4.0...@agoric/casting@0.4.1) (2023-05-24)
44
35
 
45
36
  **Note:** Version bump only for package @agoric/casting
46
37
 
47
-
48
-
49
-
50
-
51
38
  ## [0.4.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/casting@0.3.2...@agoric/casting@0.4.0) (2023-05-19)
52
39
 
53
-
54
40
  ### ⚠ BREAKING CHANGES
55
41
 
56
42
  * emit smallcaps-format data in all marshallers
@@ -69,63 +55,39 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
69
55
  * getReverseIterable skip height fetch ([edbc8ec](https://github.com/Agoric/agoric-sdk/commit/edbc8ec2fab4a71e2675f5cc608f25d27b43b524))
70
56
  * vstorageKeySpecToPath ([9db1fbb](https://github.com/Agoric/agoric-sdk/commit/9db1fbb1328c28282db972b3e130e2ee3515b87d))
71
57
 
72
-
73
58
  ### Bug Fixes
74
59
 
75
60
  * **casting:** use new subscriber tools ([cb1f739](https://github.com/Agoric/agoric-sdk/commit/cb1f739c36c28befa2ab097bfc9b86686dbe57c3))
76
61
  * require chainName ([5c5e661](https://github.com/Agoric/agoric-sdk/commit/5c5e661f444add3e1544c931c475a3a266a080de))
77
62
 
78
-
79
63
  ### Miscellaneous Chores
80
64
 
81
65
  * rename 'fit' to 'mustMatch' ([9fa3232](https://github.com/Agoric/agoric-sdk/commit/9fa32324f84bfb85de9e99e0c9ad277b8017b50e)), closes [#6844](https://github.com/Agoric/agoric-sdk/issues/6844)
82
66
 
83
-
84
-
85
67
  ### [0.3.4](https://github.com/Agoric/agoric-sdk/compare/@agoric/casting@0.3.3...@agoric/casting@0.3.4) (2023-02-17)
86
68
 
87
69
  **Note:** Version bump only for package @agoric/casting
88
70
 
89
-
90
-
91
-
92
-
93
71
  ### [0.3.3](https://github.com/Agoric/agoric-sdk/compare/@agoric/casting@0.3.2...@agoric/casting@0.3.3) (2022-12-14)
94
72
 
95
73
  **Note:** Version bump only for package @agoric/casting
96
74
 
97
-
98
-
99
-
100
-
101
75
  ### [0.3.2](https://github.com/Agoric/agoric-sdk/compare/@agoric/casting@0.3.1...@agoric/casting@0.3.2) (2022-10-18)
102
76
 
103
77
  **Note:** Version bump only for package @agoric/casting
104
78
 
105
-
106
-
107
-
108
-
109
79
  ### [0.3.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/casting@0.3.0...@agoric/casting@0.3.1) (2022-10-08)
110
80
 
111
81
  **Note:** Version bump only for package @agoric/casting
112
82
 
113
-
114
-
115
-
116
-
117
83
  ## [0.3.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/casting@0.2.0...@agoric/casting@0.3.0) (2022-10-05)
118
84
 
119
-
120
85
  ### Features
121
86
 
122
87
  * **cli:** show status of invitations ([8506e6d](https://github.com/Agoric/agoric-sdk/commit/8506e6d87ef331e781c9d2e2251fdcf48e784e04))
123
88
 
124
-
125
-
126
89
  ## 0.2.0 (2022-09-20)
127
90
 
128
-
129
91
  ### ⚠ BREAKING CHANGES
130
92
 
131
93
  * **casting:** enable an implicit default follower of the local chain
@@ -139,7 +101,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
139
101
  * **wallet-connection:** Connect dapp directly to wallet UI ([#5750](https://github.com/Agoric/agoric-sdk/issues/5750)) ([1dd584b](https://github.com/Agoric/agoric-sdk/commit/1dd584b195212705b1f74a8c89b7f3f121640e41))
140
102
  * contract for single on-chain wallet ([0184a89](https://github.com/Agoric/agoric-sdk/commit/0184a89403a3719f21dc61de37865512cdc819ae))
141
103
 
142
-
143
104
  ### Bug Fixes
144
105
 
145
106
  * **casting:** Align cosmjs deps ([0ba7a1f](https://github.com/Agoric/agoric-sdk/commit/0ba7a1f7a18d4f83afa04b3637f432fdd72f3cd8))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agoric/casting",
3
- "version": "0.5.0-u21.0.1",
3
+ "version": "0.5.0-u22.0",
4
4
  "description": "Agoric's OCap broadcasting system",
5
5
  "type": "module",
6
6
  "main": "src/main.js",
@@ -8,10 +8,10 @@
8
8
  "scripts": {
9
9
  "build": "exit 0",
10
10
  "prepack": "yarn run -T tsc --build tsconfig.build.json",
11
- "postpack": "git clean -f '*.d.ts*' '*.tsbuildinfo'",
11
+ "postpack": "git clean -f '*.d.*ts*' '*.tsbuildinfo'",
12
12
  "demo": "node -e 'import(\"./test/fake-rpc-server.js\").then(ns => ns.develop())'",
13
13
  "test": "ava",
14
- "test:c8": "c8 --all $C8_OPTIONS ava",
14
+ "test:c8": "c8 --all ${C8_OPTIONS:-} ava",
15
15
  "test:xs": "exit 0",
16
16
  "lint-fix": "yarn lint:eslint --fix",
17
17
  "lint": "yarn run -T run-s --continue-on-error 'lint:*'",
@@ -22,27 +22,27 @@
22
22
  "author": "Agoric",
23
23
  "license": "Apache-2.0",
24
24
  "dependencies": {
25
- "@agoric/internal": "0.4.0-u21.0.1",
26
- "@agoric/notifier": "0.7.0-u21.0.1",
27
- "@agoric/store": "0.9.3-u21.0.1",
28
- "@cosmjs/encoding": "^0.33.0",
29
- "@cosmjs/proto-signing": "^0.33.0",
30
- "@cosmjs/stargate": "^0.33.0",
31
- "@cosmjs/tendermint-rpc": "^0.33.0",
32
- "@endo/errors": "^1.2.10",
33
- "@endo/far": "^1.1.11",
34
- "@endo/init": "^1.1.9",
35
- "@endo/lockdown": "^1.0.15",
36
- "@endo/marshal": "^1.6.4",
37
- "@endo/promise-kit": "^1.1.10"
25
+ "@agoric/internal": "0.4.0-u22.0",
26
+ "@agoric/notifier": "0.7.0-u22.0",
27
+ "@agoric/store": "0.10.0-u22.0",
28
+ "@cosmjs/encoding": "^0.36.0",
29
+ "@cosmjs/proto-signing": "^0.36.0",
30
+ "@cosmjs/stargate": "^0.36.0",
31
+ "@cosmjs/tendermint-rpc": "^0.36.0",
32
+ "@endo/errors": "^1.2.13",
33
+ "@endo/far": "^1.1.14",
34
+ "@endo/init": "^1.1.12",
35
+ "@endo/lockdown": "^1.0.18",
36
+ "@endo/marshal": "^1.8.0",
37
+ "@endo/promise-kit": "^1.1.13"
38
38
  },
39
39
  "devDependencies": {
40
- "@agoric/cosmic-proto": "0.5.0-u21.0.1",
41
- "@endo/ses-ava": "^1.2.10",
40
+ "@agoric/cosmic-proto": "0.5.0-u22.0",
41
+ "@endo/ses-ava": "^1.3.2",
42
42
  "ava": "^5.3.0",
43
43
  "c8": "^10.1.3",
44
44
  "express": "^5.0.1",
45
- "tsd": "^0.31.2",
45
+ "tsd": "^0.33.0",
46
46
  "ws": "^7.2.0"
47
47
  },
48
48
  "publishConfig": {
@@ -61,5 +61,5 @@
61
61
  "typeCoverage": {
62
62
  "atLeast": 89.19
63
63
  },
64
- "gitHead": "16519b2de1eb2afda2b4ec866f55eadd4bb18223"
64
+ "gitHead": "dbf78c32d14bf4a38bfd7a10d061011a0ff368e6"
65
65
  }
@@ -1 +1 @@
1
- {"root":["./src/casting-spec.js","./src/change-follower.js","./src/defaults.js","./src/follower-cosmjs.js","./src/follower.js","./src/iterable.js","./src/leader-netconfig.js","./src/leader.js","./src/main.js","./src/makehttpclient.js","./src/netconfig.js","./src/shuffle.js","./src/types.js"],"version":"5.8.3"}
1
+ {"root":["./src/casting-spec.js","./src/change-follower.js","./src/defaults.js","./src/follower-cosmjs.js","./src/follower.js","./src/iterable.js","./src/leader-netconfig.js","./src/leader.js","./src/main.js","./src/makehttpclient.js","./src/netconfig.js","./src/shuffle.js","./src/types.js"],"version":"5.9.2"}