@agoric/cosmos 0.34.2-dev-52c75d4.0 → 0.34.2-dev-50332a8.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/git-revision.txt CHANGED
@@ -1 +1 @@
1
- 52c75d4
1
+ 50332a8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agoric/cosmos",
3
- "version": "0.34.2-dev-52c75d4.0+52c75d4",
3
+ "version": "0.34.2-dev-50332a8.0+50332a8",
4
4
  "description": "Connect JS to the Cosmos blockchain SDK",
5
5
  "parsers": {
6
6
  "js": "mjs"
@@ -35,5 +35,5 @@
35
35
  "publishConfig": {
36
36
  "access": "public"
37
37
  },
38
- "gitHead": "52c75d4b583a671f0c571aa04397e420a26fd016"
38
+ "gitHead": "50332a848618b9bec7fee9f565deea3a1e7827d3"
39
39
  }
@@ -37,10 +37,11 @@ This is used by the SwingSet "bridge".
37
37
 
38
38
  ## External protobuf interface
39
39
 
40
- RPC via [Querier](./keeper/grpc_query.go)
41
- and [CometBFT method "abci_query"](https://docs.cometbft.com/v0.37/rpc/#/ABCI/abci_query)
42
- with params `{ "path": "/agoric.vstorage.Query/...", "data": "<hexadecimal representation of serialized protobuf>" }`
43
- via the same
40
+ RPC via [Querier](./keeper/grpc_query.go),
41
+ and [CometBFT method "abci_query"](https://docs.cometbft.com/main/rpc/#/ABCI/abci_query)
42
+ with params `path` "/agoric.vstorage.Query/..."
43
+ and `data` \<serialized protobuf per [vstorage/query.proto](../../proto/agoric/vstorage/query.proto)>
44
+ (also via [Querier](./keeper/grpc_query.go))
44
45
  * /agoric.vstorage.Query/CapData
45
46
  * /agoric.vstorage.Query/Children
46
47
  * /agoric.vstorage.Query/Data