@agoric/casting 0.5.0-upgrade-21-dev-16519b2.0 → 0.5.0-upgrade-22-dev-6818613.0.6818613
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 +4 -39
- package/package.json +20 -20
- package/tsconfig.build.tsbuildinfo +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,8 +3,11 @@
|
|
|
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-
|
|
6
|
+
## [0.5.0-u22.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/casting@0.5.0-u22.0...@agoric/casting@0.5.0-u22.1) (2025-09-09)
|
|
7
7
|
|
|
8
|
+
**Note:** Version bump only for package @agoric/casting
|
|
9
|
+
|
|
10
|
+
## [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
11
|
|
|
9
12
|
### ⚠ BREAKING CHANGES
|
|
10
13
|
|
|
@@ -17,7 +20,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
17
20
|
* **types:** ambient exports from agoric/internal ([71d18c4](https://github.com/Agoric/agoric-sdk/commit/71d18c4221f63f1c0e7c45562b5a0a86a0b4b5c0))
|
|
18
21
|
* **types:** explicit exports from notifier ([0bc72a8](https://github.com/Agoric/agoric-sdk/commit/0bc72a88c7d91ff1b2f00ee5cabeb58c6315598e))
|
|
19
22
|
|
|
20
|
-
|
|
21
23
|
### Bug Fixes
|
|
22
24
|
|
|
23
25
|
* **casting:** dont crash on bad capdata ([8f4ba3a](https://github.com/Agoric/agoric-sdk/commit/8f4ba3a2f56174161d88f57280513ee5a0f5d4d9))
|
|
@@ -25,32 +27,20 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
25
27
|
* **casting:** properly follow an unpopulated state entry ([97be818](https://github.com/Agoric/agoric-sdk/commit/97be818c4f5c507830f70392f334fa60dd6d7f94))
|
|
26
28
|
* update for `[@jessie](https://github.com/jessie).js/safe-await-separator` ([94c6b3c](https://github.com/Agoric/agoric-sdk/commit/94c6b3c83a5326594f1e2886ae01d6a703a7a68f))
|
|
27
29
|
|
|
28
|
-
|
|
29
30
|
### Miscellaneous Chores
|
|
30
31
|
|
|
31
32
|
* drop support for verified queries ([72715c5](https://github.com/Agoric/agoric-sdk/commit/72715c5de745df1be86accbff7aa915a6c9abfaf))
|
|
32
33
|
|
|
33
|
-
|
|
34
|
-
|
|
35
34
|
### [0.4.2](https://github.com/Agoric/agoric-sdk/compare/@agoric/casting@0.4.1...@agoric/casting@0.4.2) (2023-06-02)
|
|
36
35
|
|
|
37
36
|
**Note:** Version bump only for package @agoric/casting
|
|
38
37
|
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
38
|
### [0.4.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/casting@0.4.0...@agoric/casting@0.4.1) (2023-05-24)
|
|
44
39
|
|
|
45
40
|
**Note:** Version bump only for package @agoric/casting
|
|
46
41
|
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
42
|
## [0.4.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/casting@0.3.2...@agoric/casting@0.4.0) (2023-05-19)
|
|
52
43
|
|
|
53
|
-
|
|
54
44
|
### ⚠ BREAKING CHANGES
|
|
55
45
|
|
|
56
46
|
* emit smallcaps-format data in all marshallers
|
|
@@ -69,63 +59,39 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
69
59
|
* getReverseIterable skip height fetch ([edbc8ec](https://github.com/Agoric/agoric-sdk/commit/edbc8ec2fab4a71e2675f5cc608f25d27b43b524))
|
|
70
60
|
* vstorageKeySpecToPath ([9db1fbb](https://github.com/Agoric/agoric-sdk/commit/9db1fbb1328c28282db972b3e130e2ee3515b87d))
|
|
71
61
|
|
|
72
|
-
|
|
73
62
|
### Bug Fixes
|
|
74
63
|
|
|
75
64
|
* **casting:** use new subscriber tools ([cb1f739](https://github.com/Agoric/agoric-sdk/commit/cb1f739c36c28befa2ab097bfc9b86686dbe57c3))
|
|
76
65
|
* require chainName ([5c5e661](https://github.com/Agoric/agoric-sdk/commit/5c5e661f444add3e1544c931c475a3a266a080de))
|
|
77
66
|
|
|
78
|
-
|
|
79
67
|
### Miscellaneous Chores
|
|
80
68
|
|
|
81
69
|
* rename 'fit' to 'mustMatch' ([9fa3232](https://github.com/Agoric/agoric-sdk/commit/9fa32324f84bfb85de9e99e0c9ad277b8017b50e)), closes [#6844](https://github.com/Agoric/agoric-sdk/issues/6844)
|
|
82
70
|
|
|
83
|
-
|
|
84
|
-
|
|
85
71
|
### [0.3.4](https://github.com/Agoric/agoric-sdk/compare/@agoric/casting@0.3.3...@agoric/casting@0.3.4) (2023-02-17)
|
|
86
72
|
|
|
87
73
|
**Note:** Version bump only for package @agoric/casting
|
|
88
74
|
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
75
|
### [0.3.3](https://github.com/Agoric/agoric-sdk/compare/@agoric/casting@0.3.2...@agoric/casting@0.3.3) (2022-12-14)
|
|
94
76
|
|
|
95
77
|
**Note:** Version bump only for package @agoric/casting
|
|
96
78
|
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
79
|
### [0.3.2](https://github.com/Agoric/agoric-sdk/compare/@agoric/casting@0.3.1...@agoric/casting@0.3.2) (2022-10-18)
|
|
102
80
|
|
|
103
81
|
**Note:** Version bump only for package @agoric/casting
|
|
104
82
|
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
83
|
### [0.3.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/casting@0.3.0...@agoric/casting@0.3.1) (2022-10-08)
|
|
110
84
|
|
|
111
85
|
**Note:** Version bump only for package @agoric/casting
|
|
112
86
|
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
87
|
## [0.3.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/casting@0.2.0...@agoric/casting@0.3.0) (2022-10-05)
|
|
118
88
|
|
|
119
|
-
|
|
120
89
|
### Features
|
|
121
90
|
|
|
122
91
|
* **cli:** show status of invitations ([8506e6d](https://github.com/Agoric/agoric-sdk/commit/8506e6d87ef331e781c9d2e2251fdcf48e784e04))
|
|
123
92
|
|
|
124
|
-
|
|
125
|
-
|
|
126
93
|
## 0.2.0 (2022-09-20)
|
|
127
94
|
|
|
128
|
-
|
|
129
95
|
### ⚠ BREAKING CHANGES
|
|
130
96
|
|
|
131
97
|
* **casting:** enable an implicit default follower of the local chain
|
|
@@ -139,7 +105,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
139
105
|
* **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
106
|
* contract for single on-chain wallet ([0184a89](https://github.com/Agoric/agoric-sdk/commit/0184a89403a3719f21dc61de37865512cdc819ae))
|
|
141
107
|
|
|
142
|
-
|
|
143
108
|
### Bug Fixes
|
|
144
109
|
|
|
145
110
|
* **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-upgrade-
|
|
3
|
+
"version": "0.5.0-upgrade-22-dev-6818613.0.6818613",
|
|
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
|
|
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": "
|
|
26
|
-
"@agoric/notifier": "
|
|
27
|
-
"@agoric/store": "
|
|
28
|
-
"@cosmjs/encoding": "^0.
|
|
29
|
-
"@cosmjs/proto-signing": "^0.
|
|
30
|
-
"@cosmjs/stargate": "^0.
|
|
31
|
-
"@cosmjs/tendermint-rpc": "^0.
|
|
32
|
-
"@endo/errors": "^1.2.
|
|
33
|
-
"@endo/far": "^1.1.
|
|
34
|
-
"@endo/init": "^1.1.
|
|
35
|
-
"@endo/lockdown": "^1.0.
|
|
36
|
-
"@endo/marshal": "^1.
|
|
37
|
-
"@endo/promise-kit": "^1.1.
|
|
25
|
+
"@agoric/internal": "0.4.0-upgrade-22-dev-6818613.0.6818613",
|
|
26
|
+
"@agoric/notifier": "0.7.0-upgrade-22-dev-6818613.0.6818613",
|
|
27
|
+
"@agoric/store": "0.10.0-upgrade-22-dev-6818613.0.6818613",
|
|
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": "
|
|
41
|
-
"@endo/ses-ava": "^1.2
|
|
40
|
+
"@agoric/cosmic-proto": "0.5.0-upgrade-22-dev-6818613.0.6818613",
|
|
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.
|
|
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": "
|
|
64
|
+
"gitHead": "68186134cb9cf450b3ab90e40327290aa498f499"
|
|
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.
|
|
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"}
|