juno-network 0.14.0 → 0.15.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (365) hide show
  1. package/main/codegen/confio/proofs.js +29 -3
  2. package/main/codegen/cosmos/base/abci/v1beta1/abci.js +1 -1
  3. package/main/codegen/cosmos/base/query/v1beta1/pagination.js +1 -1
  4. package/main/codegen/cosmos/bundle.js +47 -47
  5. package/main/codegen/cosmos/gov/v1/genesis.js +1 -1
  6. package/main/codegen/cosmos/gov/v1/gov.js +21 -4
  7. package/main/codegen/cosmos/gov/v1/query.js +1 -1
  8. package/main/codegen/cosmos/gov/v1beta1/genesis.js +1 -1
  9. package/main/codegen/cosmos/gov/v1beta1/gov.js +21 -4
  10. package/main/codegen/cosmos/gov/v1beta1/query.js +1 -1
  11. package/main/codegen/cosmos/staking/v1beta1/authz.js +13 -2
  12. package/main/codegen/cosmos/staking/v1beta1/staking.js +9 -2
  13. package/main/codegen/cosmos/tx/signing/v1beta1/signing.js +19 -2
  14. package/main/codegen/cosmos/tx/v1beta1/service.js +17 -4
  15. package/main/codegen/cosmos/upgrade/v1beta1/upgrade.js +1 -1
  16. package/main/codegen/cosmos_proto/cosmos.js +7 -1
  17. package/main/codegen/cosmwasm/bundle.js +10 -10
  18. package/main/codegen/cosmwasm/wasm/v1/ibc.js +1 -1
  19. package/main/codegen/cosmwasm/wasm/v1/types.js +19 -4
  20. package/main/codegen/gaia/bundle.js +28 -0
  21. package/main/codegen/gaia/globalfee/v1beta1/genesis.js +100 -0
  22. package/main/codegen/gaia/globalfee/v1beta1/query.js +91 -0
  23. package/main/codegen/gaia/globalfee/v1beta1/query.lcd.js +54 -0
  24. package/main/codegen/gaia/globalfee/v1beta1/query.rpc.Query.js +47 -0
  25. package/main/codegen/gaia/lcd.js +167 -0
  26. package/main/codegen/gaia/rpc.query.js +134 -0
  27. package/main/codegen/gogoproto/bundle.js +2 -2
  28. package/main/codegen/google/bundle.js +6 -6
  29. package/main/codegen/google/protobuf/descriptor.js +63 -8
  30. package/main/codegen/google/protobuf/duration.js +1 -1
  31. package/main/codegen/google/protobuf/timestamp.js +1 -1
  32. package/main/codegen/helpers.js +1 -1
  33. package/main/codegen/ibc/applications/transfer/v1/tx.js +1 -1
  34. package/main/codegen/ibc/bundle.js +56 -56
  35. package/main/codegen/ibc/core/channel/v1/channel.js +21 -4
  36. package/main/codegen/ibc/core/channel/v1/genesis.js +1 -1
  37. package/main/codegen/ibc/core/client/v1/genesis.js +1 -1
  38. package/main/codegen/ibc/core/connection/v1/connection.js +13 -3
  39. package/main/codegen/ibc/core/connection/v1/genesis.js +1 -1
  40. package/main/codegen/ibc/core/connection/v1/tx.js +1 -1
  41. package/main/codegen/ibc/lightclients/solomachine/v1/solomachine.js +19 -3
  42. package/main/codegen/ibc/lightclients/solomachine/v2/solomachine.js +19 -3
  43. package/main/codegen/index.js +30 -19
  44. package/main/codegen/juno/bundle.js +20 -20
  45. package/main/codegen/juno/mint/mint.js +1 -1
  46. package/main/codegen/osmosis/bundle.js +15 -15
  47. package/main/codegen/osmosis/tokenfactory/v1beta1/tx.amino.js +49 -8
  48. package/main/codegen/osmosis/tokenfactory/v1beta1/tx.js +112 -6
  49. package/main/codegen/osmosis/tokenfactory/v1beta1/tx.registry.js +19 -1
  50. package/main/codegen/osmosis/tokenfactory/v1beta1/tx.rpc.msg.js +10 -0
  51. package/main/codegen/router/bundle.js +8 -8
  52. package/main/codegen/tendermint/abci/types.js +33 -4
  53. package/main/codegen/tendermint/bundle.js +17 -17
  54. package/main/codegen/tendermint/crypto/proof.js +1 -1
  55. package/main/codegen/tendermint/libs/bits/types.js +1 -1
  56. package/main/codegen/tendermint/p2p/types.js +1 -1
  57. package/main/codegen/tendermint/types/types.js +18 -4
  58. package/main/codegen/tendermint/types/validator.js +1 -1
  59. package/main/codegen/tendermint/version/types.js +1 -1
  60. package/module/codegen/confio/proofs.js +29 -2
  61. package/module/codegen/cosmos/base/abci/v1beta1/abci.js +1 -1
  62. package/module/codegen/cosmos/base/query/v1beta1/pagination.js +1 -1
  63. package/module/codegen/cosmos/bundle.js +47 -47
  64. package/module/codegen/cosmos/gov/v1/genesis.js +1 -1
  65. package/module/codegen/cosmos/gov/v1/gov.js +21 -2
  66. package/module/codegen/cosmos/gov/v1/query.js +1 -1
  67. package/module/codegen/cosmos/gov/v1beta1/genesis.js +1 -1
  68. package/module/codegen/cosmos/gov/v1beta1/gov.js +21 -2
  69. package/module/codegen/cosmos/gov/v1beta1/query.js +1 -1
  70. package/module/codegen/cosmos/staking/v1beta1/authz.js +13 -1
  71. package/module/codegen/cosmos/staking/v1beta1/staking.js +9 -1
  72. package/module/codegen/cosmos/tx/signing/v1beta1/signing.js +19 -1
  73. package/module/codegen/cosmos/tx/v1beta1/service.js +17 -2
  74. package/module/codegen/cosmos/upgrade/v1beta1/upgrade.js +1 -1
  75. package/module/codegen/cosmos_proto/cosmos.js +7 -1
  76. package/module/codegen/cosmwasm/bundle.js +10 -10
  77. package/module/codegen/cosmwasm/wasm/v1/ibc.js +1 -1
  78. package/module/codegen/cosmwasm/wasm/v1/types.js +19 -2
  79. package/module/codegen/gaia/bundle.js +17 -0
  80. package/module/codegen/gaia/globalfee/v1beta1/genesis.js +73 -0
  81. package/module/codegen/gaia/globalfee/v1beta1/query.js +64 -0
  82. package/module/codegen/gaia/globalfee/v1beta1/query.lcd.js +16 -0
  83. package/module/codegen/gaia/globalfee/v1beta1/query.rpc.Query.js +27 -0
  84. package/module/codegen/gaia/lcd.js +57 -0
  85. package/module/codegen/gaia/rpc.query.js +39 -0
  86. package/module/codegen/gogoproto/bundle.js +2 -2
  87. package/module/codegen/google/bundle.js +6 -6
  88. package/module/codegen/google/protobuf/descriptor.js +63 -6
  89. package/module/codegen/google/protobuf/duration.js +1 -1
  90. package/module/codegen/google/protobuf/timestamp.js +1 -1
  91. package/module/codegen/helpers.js +1 -1
  92. package/module/codegen/ibc/applications/transfer/v1/tx.js +1 -1
  93. package/module/codegen/ibc/bundle.js +56 -56
  94. package/module/codegen/ibc/core/channel/v1/channel.js +21 -2
  95. package/module/codegen/ibc/core/channel/v1/genesis.js +1 -1
  96. package/module/codegen/ibc/core/client/v1/genesis.js +1 -1
  97. package/module/codegen/ibc/core/connection/v1/connection.js +13 -2
  98. package/module/codegen/ibc/core/connection/v1/genesis.js +1 -1
  99. package/module/codegen/ibc/core/connection/v1/tx.js +1 -1
  100. package/module/codegen/ibc/lightclients/solomachine/v1/solomachine.js +19 -2
  101. package/module/codegen/ibc/lightclients/solomachine/v2/solomachine.js +19 -2
  102. package/module/codegen/index.js +2 -1
  103. package/module/codegen/juno/bundle.js +20 -20
  104. package/module/codegen/juno/mint/mint.js +1 -1
  105. package/module/codegen/osmosis/bundle.js +15 -15
  106. package/module/codegen/osmosis/tokenfactory/v1beta1/tx.amino.js +51 -8
  107. package/module/codegen/osmosis/tokenfactory/v1beta1/tx.js +106 -4
  108. package/module/codegen/osmosis/tokenfactory/v1beta1/tx.registry.js +20 -2
  109. package/module/codegen/osmosis/tokenfactory/v1beta1/tx.rpc.msg.js +7 -1
  110. package/module/codegen/router/bundle.js +8 -8
  111. package/module/codegen/tendermint/abci/types.js +33 -4
  112. package/module/codegen/tendermint/bundle.js +17 -17
  113. package/module/codegen/tendermint/crypto/proof.js +1 -1
  114. package/module/codegen/tendermint/libs/bits/types.js +1 -1
  115. package/module/codegen/tendermint/p2p/types.js +1 -1
  116. package/module/codegen/tendermint/types/evidence.js +1 -1
  117. package/module/codegen/tendermint/types/types.js +19 -3
  118. package/module/codegen/tendermint/types/validator.js +1 -1
  119. package/module/codegen/tendermint/version/types.js +1 -1
  120. package/package.json +2 -2
  121. package/src/codegen/confio/proofs.ts +80 -8
  122. package/src/codegen/cosmos/authz/v1beta1/authz.ts +8 -0
  123. package/src/codegen/cosmos/authz/v1beta1/event.ts +10 -0
  124. package/src/codegen/cosmos/authz/v1beta1/query.ts +17 -0
  125. package/src/codegen/cosmos/authz/v1beta1/tx.ts +6 -0
  126. package/src/codegen/cosmos/bank/v1beta1/bank.ts +46 -0
  127. package/src/codegen/cosmos/bank/v1beta1/genesis.ts +13 -0
  128. package/src/codegen/cosmos/bank/v1beta1/query.ts +44 -0
  129. package/src/codegen/cosmos/bank/v1beta1/tx.amino.ts +6 -6
  130. package/src/codegen/cosmos/base/abci/v1beta1/abci.ts +87 -1
  131. package/src/codegen/cosmos/base/query/v1beta1/pagination.ts +40 -1
  132. package/src/codegen/cosmos/base/reflection/v2alpha1/reflection.ts +78 -0
  133. package/src/codegen/cosmos/bundle.ts +76 -76
  134. package/src/codegen/cosmos/crypto/hd/v1/hd.ts +12 -0
  135. package/src/codegen/cosmos/crypto/keyring/v1/record.ts +11 -0
  136. package/src/codegen/cosmos/crypto/secp256r1/keys.ts +5 -0
  137. package/src/codegen/cosmos/distribution/v1beta1/genesis.ts +48 -0
  138. package/src/codegen/cosmos/distribution/v1beta1/query.ts +27 -0
  139. package/src/codegen/cosmos/distribution/v1beta1/tx.amino.ts +12 -12
  140. package/src/codegen/cosmos/gov/v1/genesis.ts +14 -1
  141. package/src/codegen/cosmos/gov/v1/gov.ts +86 -4
  142. package/src/codegen/cosmos/gov/v1/query.ts +43 -3
  143. package/src/codegen/cosmos/gov/v1/tx.amino.ts +15 -15
  144. package/src/codegen/cosmos/gov/v1/tx.ts +7 -2
  145. package/src/codegen/cosmos/gov/v1beta1/genesis.ts +14 -1
  146. package/src/codegen/cosmos/gov/v1beta1/gov.ts +91 -5
  147. package/src/codegen/cosmos/gov/v1beta1/query.ts +43 -3
  148. package/src/codegen/cosmos/gov/v1beta1/tx.amino.ts +12 -12
  149. package/src/codegen/cosmos/gov/v1beta1/tx.ts +2 -2
  150. package/src/codegen/cosmos/staking/v1beta1/authz.ts +34 -2
  151. package/src/codegen/cosmos/staking/v1beta1/genesis.ts +22 -0
  152. package/src/codegen/cosmos/staking/v1beta1/query.ts +60 -0
  153. package/src/codegen/cosmos/staking/v1beta1/staking.ts +97 -2
  154. package/src/codegen/cosmos/staking/v1beta1/tx.amino.ts +15 -15
  155. package/src/codegen/cosmos/staking/v1beta1/tx.ts +7 -0
  156. package/src/codegen/cosmos/tx/signing/v1beta1/signing.ts +66 -2
  157. package/src/codegen/cosmos/tx/v1beta1/service.ts +74 -4
  158. package/src/codegen/cosmos/tx/v1beta1/tx.ts +181 -3
  159. package/src/codegen/cosmos/upgrade/v1beta1/query.ts +14 -0
  160. package/src/codegen/cosmos/upgrade/v1beta1/tx.amino.ts +6 -6
  161. package/src/codegen/cosmos/upgrade/v1beta1/tx.ts +4 -0
  162. package/src/codegen/cosmos/upgrade/v1beta1/upgrade.ts +35 -1
  163. package/src/codegen/cosmos_proto/cosmos.ts +37 -2
  164. package/src/codegen/cosmwasm/bundle.ts +14 -14
  165. package/src/codegen/cosmwasm/wasm/v1/authz.ts +21 -0
  166. package/src/codegen/cosmwasm/wasm/v1/genesis.ts +2 -0
  167. package/src/codegen/cosmwasm/wasm/v1/ibc.ts +17 -1
  168. package/src/codegen/cosmwasm/wasm/v1/proposal.ts +129 -0
  169. package/src/codegen/cosmwasm/wasm/v1/query.ts +39 -0
  170. package/src/codegen/cosmwasm/wasm/v1/tx.amino.ts +21 -21
  171. package/src/codegen/cosmwasm/wasm/v1/tx.ts +73 -0
  172. package/src/codegen/cosmwasm/wasm/v1/types.ts +79 -6
  173. package/src/codegen/gaia/bundle.ts +18 -0
  174. package/src/codegen/gaia/globalfee/v1beta1/genesis.ts +129 -0
  175. package/src/codegen/gaia/globalfee/v1beta1/query.lcd.ts +22 -0
  176. package/src/codegen/gaia/globalfee/v1beta1/query.rpc.Query.ts +34 -0
  177. package/src/codegen/gaia/globalfee/v1beta1/query.ts +110 -0
  178. package/src/codegen/gaia/lcd.ts +59 -0
  179. package/src/codegen/gaia/rpc.query.ts +41 -0
  180. package/src/codegen/gogoproto/bundle.ts +2 -2
  181. package/src/codegen/google/bundle.ts +9 -9
  182. package/src/codegen/google/protobuf/any.ts +31 -0
  183. package/src/codegen/google/protobuf/descriptor.ts +641 -15
  184. package/src/codegen/google/protobuf/duration.ts +15 -1
  185. package/src/codegen/google/protobuf/timestamp.ts +13 -1
  186. package/src/codegen/helpers.ts +1 -1
  187. package/src/codegen/ibc/applications/transfer/v1/query.ts +7 -0
  188. package/src/codegen/ibc/applications/transfer/v1/transfer.ts +15 -0
  189. package/src/codegen/ibc/applications/transfer/v1/tx.amino.ts +3 -3
  190. package/src/codegen/ibc/applications/transfer/v1/tx.ts +20 -1
  191. package/src/codegen/ibc/applications/transfer/v2/packet.ts +7 -0
  192. package/src/codegen/ibc/bundle.ts +74 -74
  193. package/src/codegen/ibc/core/channel/v1/channel.ts +105 -6
  194. package/src/codegen/ibc/core/channel/v1/genesis.ts +3 -1
  195. package/src/codegen/ibc/core/channel/v1/query.ts +118 -0
  196. package/src/codegen/ibc/core/channel/v1/tx.amino.ts +30 -30
  197. package/src/codegen/ibc/core/channel/v1/tx.ts +5 -0
  198. package/src/codegen/ibc/core/client/v1/client.ts +32 -0
  199. package/src/codegen/ibc/core/client/v1/genesis.ts +13 -1
  200. package/src/codegen/ibc/core/client/v1/query.ts +35 -0
  201. package/src/codegen/ibc/core/client/v1/tx.amino.ts +12 -12
  202. package/src/codegen/ibc/core/client/v1/tx.ts +32 -0
  203. package/src/codegen/ibc/core/connection/v1/connection.ts +78 -4
  204. package/src/codegen/ibc/core/connection/v1/genesis.ts +3 -1
  205. package/src/codegen/ibc/core/connection/v1/query.ts +31 -0
  206. package/src/codegen/ibc/core/connection/v1/tx.amino.ts +12 -12
  207. package/src/codegen/ibc/core/connection/v1/tx.ts +26 -1
  208. package/src/codegen/ibc/lightclients/localhost/v1/localhost.ts +3 -0
  209. package/src/codegen/ibc/lightclients/solomachine/v1/solomachine.ts +63 -4
  210. package/src/codegen/ibc/lightclients/solomachine/v2/solomachine.ts +63 -4
  211. package/src/codegen/ibc/lightclients/tendermint/v1/tendermint.ts +41 -0
  212. package/src/codegen/index.ts +2 -1
  213. package/src/codegen/juno/bundle.ts +32 -32
  214. package/src/codegen/juno/feeshare/v1/feeshare.ts +14 -0
  215. package/src/codegen/juno/feeshare/v1/genesis.ts +16 -0
  216. package/src/codegen/juno/feeshare/v1/query.ts +25 -0
  217. package/src/codegen/juno/feeshare/v1/tx.amino.ts +9 -9
  218. package/src/codegen/juno/feeshare/v1/tx.ts +28 -0
  219. package/src/codegen/juno/mint/genesis.ts +3 -0
  220. package/src/codegen/juno/mint/mint.ts +7 -1
  221. package/src/codegen/juno/mint/query.ts +3 -0
  222. package/src/codegen/osmosis/bundle.ts +24 -24
  223. package/src/codegen/osmosis/tokenfactory/v1beta1/authorityMetadata.ts +1 -0
  224. package/src/codegen/osmosis/tokenfactory/v1beta1/genesis.ts +1 -0
  225. package/src/codegen/osmosis/tokenfactory/v1beta1/query.ts +1 -0
  226. package/src/codegen/osmosis/tokenfactory/v1beta1/tx.amino.ts +81 -24
  227. package/src/codegen/osmosis/tokenfactory/v1beta1/tx.registry.ts +23 -2
  228. package/src/codegen/osmosis/tokenfactory/v1beta1/tx.rpc.msg.ts +9 -1
  229. package/src/codegen/osmosis/tokenfactory/v1beta1/tx.ts +151 -2
  230. package/src/codegen/router/bundle.ts +12 -12
  231. package/src/codegen/router/v1/genesis.ts +7 -0
  232. package/src/codegen/router/v1/query.ts +1 -0
  233. package/src/codegen/tendermint/abci/types.ts +109 -8
  234. package/src/codegen/tendermint/bundle.ts +21 -21
  235. package/src/codegen/tendermint/crypto/proof.ts +4 -1
  236. package/src/codegen/tendermint/libs/bits/types.ts +1 -1
  237. package/src/codegen/tendermint/p2p/types.ts +1 -1
  238. package/src/codegen/tendermint/types/evidence.ts +1 -1
  239. package/src/codegen/tendermint/types/params.ts +36 -0
  240. package/src/codegen/tendermint/types/types.ts +50 -6
  241. package/src/codegen/tendermint/types/validator.ts +1 -1
  242. package/src/codegen/tendermint/version/types.ts +1 -1
  243. package/types/codegen/confio/proofs.d.ts +64 -8
  244. package/types/codegen/cosmos/authz/v1beta1/authz.d.ts +7 -0
  245. package/types/codegen/cosmos/authz/v1beta1/event.d.ts +6 -0
  246. package/types/codegen/cosmos/authz/v1beta1/query.d.ts +10 -0
  247. package/types/codegen/cosmos/authz/v1beta1/tx.d.ts +5 -0
  248. package/types/codegen/cosmos/bank/v1beta1/bank.d.ts +37 -0
  249. package/types/codegen/cosmos/bank/v1beta1/genesis.d.ts +9 -0
  250. package/types/codegen/cosmos/bank/v1beta1/query.d.ts +34 -0
  251. package/types/codegen/cosmos/bank/v1beta1/tx.amino.d.ts +6 -6
  252. package/types/codegen/cosmos/base/abci/v1beta1/abci.d.ts +62 -1
  253. package/types/codegen/cosmos/base/query/v1beta1/pagination.d.ts +35 -1
  254. package/types/codegen/cosmos/base/reflection/v2alpha1/reflection.d.ts +63 -0
  255. package/types/codegen/cosmos/bundle.d.ts +70 -70
  256. package/types/codegen/cosmos/crypto/hd/v1/hd.d.ts +8 -0
  257. package/types/codegen/cosmos/crypto/keyring/v1/record.d.ts +6 -0
  258. package/types/codegen/cosmos/crypto/secp256r1/keys.d.ts +5 -0
  259. package/types/codegen/cosmos/distribution/v1beta1/genesis.d.ts +28 -0
  260. package/types/codegen/cosmos/distribution/v1beta1/query.d.ts +21 -0
  261. package/types/codegen/cosmos/distribution/v1beta1/tx.amino.d.ts +12 -12
  262. package/types/codegen/cosmos/gov/v1/genesis.d.ts +8 -1
  263. package/types/codegen/cosmos/gov/v1/gov.d.ts +69 -4
  264. package/types/codegen/cosmos/gov/v1/query.d.ts +31 -3
  265. package/types/codegen/cosmos/gov/v1/tx.amino.d.ts +15 -15
  266. package/types/codegen/cosmos/gov/v1/tx.d.ts +5 -2
  267. package/types/codegen/cosmos/gov/v1beta1/genesis.d.ts +8 -1
  268. package/types/codegen/cosmos/gov/v1beta1/gov.d.ts +74 -5
  269. package/types/codegen/cosmos/gov/v1beta1/query.d.ts +31 -3
  270. package/types/codegen/cosmos/gov/v1beta1/tx.amino.d.ts +12 -12
  271. package/types/codegen/cosmos/gov/v1beta1/tx.d.ts +2 -2
  272. package/types/codegen/cosmos/staking/v1beta1/authz.d.ts +27 -2
  273. package/types/codegen/cosmos/staking/v1beta1/genesis.d.ts +15 -0
  274. package/types/codegen/cosmos/staking/v1beta1/query.d.ts +41 -0
  275. package/types/codegen/cosmos/staking/v1beta1/staking.d.ts +58 -2
  276. package/types/codegen/cosmos/staking/v1beta1/tx.amino.d.ts +15 -15
  277. package/types/codegen/cosmos/staking/v1beta1/tx.d.ts +6 -0
  278. package/types/codegen/cosmos/tx/signing/v1beta1/signing.d.ts +57 -2
  279. package/types/codegen/cosmos/tx/v1beta1/service.d.ts +58 -4
  280. package/types/codegen/cosmos/tx/v1beta1/tx.d.ts +152 -3
  281. package/types/codegen/cosmos/upgrade/v1beta1/query.d.ts +14 -0
  282. package/types/codegen/cosmos/upgrade/v1beta1/tx.amino.d.ts +6 -6
  283. package/types/codegen/cosmos/upgrade/v1beta1/tx.d.ts +3 -0
  284. package/types/codegen/cosmos/upgrade/v1beta1/upgrade.d.ts +30 -1
  285. package/types/codegen/cosmos_proto/bundle.d.ts +1 -1
  286. package/types/codegen/cosmos_proto/cosmos.d.ts +34 -2
  287. package/types/codegen/cosmwasm/bundle.d.ts +10 -10
  288. package/types/codegen/cosmwasm/wasm/v1/authz.d.ts +18 -0
  289. package/types/codegen/cosmwasm/wasm/v1/genesis.d.ts +1 -0
  290. package/types/codegen/cosmwasm/wasm/v1/ibc.d.ts +14 -1
  291. package/types/codegen/cosmwasm/wasm/v1/proposal.d.ts +78 -0
  292. package/types/codegen/cosmwasm/wasm/v1/query.d.ts +29 -0
  293. package/types/codegen/cosmwasm/wasm/v1/tx.amino.d.ts +21 -21
  294. package/types/codegen/cosmwasm/wasm/v1/tx.d.ts +47 -0
  295. package/types/codegen/cosmwasm/wasm/v1/types.d.ts +58 -6
  296. package/types/codegen/gaia/bundle.d.ts +174 -0
  297. package/types/codegen/gaia/globalfee/v1beta1/genesis.d.ts +45 -0
  298. package/types/codegen/gaia/globalfee/v1beta1/query.d.ts +39 -0
  299. package/types/codegen/gaia/globalfee/v1beta1/query.lcd.d.ts +9 -0
  300. package/types/codegen/gaia/globalfee/v1beta1/query.rpc.Query.d.ts +15 -0
  301. package/types/codegen/gaia/lcd.d.ts +33 -0
  302. package/types/codegen/gaia/rpc.query.d.ts +105 -0
  303. package/types/codegen/google/bundle.d.ts +123 -123
  304. package/types/codegen/google/protobuf/any.d.ts +30 -0
  305. package/types/codegen/google/protobuf/descriptor.d.ts +566 -12
  306. package/types/codegen/google/protobuf/duration.d.ts +14 -1
  307. package/types/codegen/google/protobuf/timestamp.d.ts +12 -1
  308. package/types/codegen/helpers.d.ts +1 -1
  309. package/types/codegen/ibc/applications/transfer/v1/query.d.ts +6 -0
  310. package/types/codegen/ibc/applications/transfer/v1/transfer.d.ts +13 -0
  311. package/types/codegen/ibc/applications/transfer/v1/tx.amino.d.ts +3 -3
  312. package/types/codegen/ibc/applications/transfer/v1/tx.d.ts +14 -1
  313. package/types/codegen/ibc/applications/transfer/v2/packet.d.ts +4 -0
  314. package/types/codegen/ibc/bundle.d.ts +773 -773
  315. package/types/codegen/ibc/core/channel/v1/channel.d.ts +76 -6
  316. package/types/codegen/ibc/core/channel/v1/genesis.d.ts +2 -1
  317. package/types/codegen/ibc/core/channel/v1/query.d.ts +71 -0
  318. package/types/codegen/ibc/core/channel/v1/tx.amino.d.ts +30 -30
  319. package/types/codegen/ibc/core/channel/v1/tx.d.ts +4 -0
  320. package/types/codegen/ibc/core/client/v1/client.d.ts +24 -0
  321. package/types/codegen/ibc/core/client/v1/genesis.d.ts +8 -1
  322. package/types/codegen/ibc/core/client/v1/query.d.ts +25 -0
  323. package/types/codegen/ibc/core/client/v1/tx.amino.d.ts +12 -12
  324. package/types/codegen/ibc/core/client/v1/tx.d.ts +21 -0
  325. package/types/codegen/ibc/core/connection/v1/connection.d.ts +61 -4
  326. package/types/codegen/ibc/core/connection/v1/genesis.d.ts +2 -1
  327. package/types/codegen/ibc/core/connection/v1/query.d.ts +20 -0
  328. package/types/codegen/ibc/core/connection/v1/tx.amino.d.ts +12 -12
  329. package/types/codegen/ibc/core/connection/v1/tx.d.ts +18 -1
  330. package/types/codegen/ibc/lightclients/localhost/v1/localhost.d.ts +2 -0
  331. package/types/codegen/ibc/lightclients/solomachine/v1/solomachine.d.ts +47 -4
  332. package/types/codegen/ibc/lightclients/solomachine/v2/solomachine.d.ts +47 -4
  333. package/types/codegen/ibc/lightclients/tendermint/v1/tendermint.d.ts +31 -0
  334. package/types/codegen/ics23/bundle.d.ts +2 -2
  335. package/types/codegen/index.d.ts +2 -1
  336. package/types/codegen/juno/bundle.d.ts +141 -141
  337. package/types/codegen/juno/feeshare/v1/feeshare.d.ts +12 -0
  338. package/types/codegen/juno/feeshare/v1/genesis.d.ts +13 -0
  339. package/types/codegen/juno/feeshare/v1/query.d.ts +20 -0
  340. package/types/codegen/juno/feeshare/v1/tx.amino.d.ts +9 -9
  341. package/types/codegen/juno/feeshare/v1/tx.d.ts +23 -0
  342. package/types/codegen/juno/mint/genesis.d.ts +2 -0
  343. package/types/codegen/juno/mint/mint.d.ts +5 -1
  344. package/types/codegen/juno/mint/query.d.ts +3 -0
  345. package/types/codegen/osmosis/bundle.d.ts +163 -116
  346. package/types/codegen/osmosis/client.d.ts +29 -4
  347. package/types/codegen/osmosis/tokenfactory/v1beta1/authorityMetadata.d.ts +1 -0
  348. package/types/codegen/osmosis/tokenfactory/v1beta1/genesis.d.ts +1 -0
  349. package/types/codegen/osmosis/tokenfactory/v1beta1/query.d.ts +1 -0
  350. package/types/codegen/osmosis/tokenfactory/v1beta1/tx.amino.d.ts +35 -16
  351. package/types/codegen/osmosis/tokenfactory/v1beta1/tx.d.ts +31 -0
  352. package/types/codegen/osmosis/tokenfactory/v1beta1/tx.registry.d.ts +13 -1
  353. package/types/codegen/osmosis/tokenfactory/v1beta1/tx.rpc.msg.d.ts +3 -1
  354. package/types/codegen/router/bundle.d.ts +27 -27
  355. package/types/codegen/router/v1/genesis.d.ts +6 -0
  356. package/types/codegen/router/v1/query.d.ts +1 -0
  357. package/types/codegen/tendermint/abci/types.d.ts +78 -8
  358. package/types/codegen/tendermint/bundle.d.ts +291 -291
  359. package/types/codegen/tendermint/crypto/proof.d.ts +3 -1
  360. package/types/codegen/tendermint/libs/bits/types.d.ts +1 -1
  361. package/types/codegen/tendermint/p2p/types.d.ts +1 -1
  362. package/types/codegen/tendermint/types/params.d.ts +32 -0
  363. package/types/codegen/tendermint/types/types.d.ts +36 -5
  364. package/types/codegen/tendermint/types/validator.d.ts +1 -1
  365. package/types/codegen/tendermint/version/types.d.ts +1 -1
@@ -1,8 +1,8 @@
1
1
  import { Counterparty, CounterpartySDKType, Version, VersionSDKType } from "./connection";
2
2
  import { Any, AnySDKType } from "../../../../google/protobuf/any";
3
3
  import { Height, HeightSDKType } from "../../client/v1/client";
4
- import { Long, DeepPartial } from "../../../../helpers";
5
4
  import * as _m0 from "protobufjs/minimal";
5
+ import { Long, DeepPartial } from "../../../../helpers";
6
6
  /**
7
7
  * MsgConnectionOpenInit defines the msg sent by an account on Chain A to
8
8
  * initialize a connection with Chain B.
@@ -71,14 +71,24 @@ export interface MsgConnectionOpenTry {
71
71
  */
72
72
  export interface MsgConnectionOpenTrySDKType {
73
73
  client_id: string;
74
+ /**
75
+ * in the case of crossing hello's, when both chains call OpenInit, we need
76
+ * the connection identifier of the previous connection in state INIT
77
+ */
74
78
  previous_connection_id: string;
75
79
  client_state?: AnySDKType;
76
80
  counterparty?: CounterpartySDKType;
77
81
  delay_period: Long;
78
82
  counterparty_versions: VersionSDKType[];
79
83
  proof_height?: HeightSDKType;
84
+ /**
85
+ * proof of the initialization the connection on Chain A: `UNITIALIZED ->
86
+ * INIT`
87
+ */
80
88
  proof_init: Uint8Array;
89
+ /** proof of client state included in message */
81
90
  proof_client: Uint8Array;
91
+ /** proof of client consensus state */
82
92
  proof_consensus: Uint8Array;
83
93
  consensus_height?: HeightSDKType;
84
94
  signer: string;
@@ -121,8 +131,14 @@ export interface MsgConnectionOpenAckSDKType {
121
131
  version?: VersionSDKType;
122
132
  client_state?: AnySDKType;
123
133
  proof_height?: HeightSDKType;
134
+ /**
135
+ * proof of the initialization the connection on Chain B: `UNITIALIZED ->
136
+ * TRYOPEN`
137
+ */
124
138
  proof_try: Uint8Array;
139
+ /** proof of client state included in message */
125
140
  proof_client: Uint8Array;
141
+ /** proof of client consensus state */
126
142
  proof_consensus: Uint8Array;
127
143
  consensus_height?: HeightSDKType;
128
144
  signer: string;
@@ -150,6 +166,7 @@ export interface MsgConnectionOpenConfirm {
150
166
  */
151
167
  export interface MsgConnectionOpenConfirmSDKType {
152
168
  connection_id: string;
169
+ /** proof for the change of the connection state on Chain A: `INIT -> OPEN` */
153
170
  proof_ack: Uint8Array;
154
171
  proof_height?: HeightSDKType;
155
172
  signer: string;
@@ -16,7 +16,9 @@ export interface ClientState {
16
16
  * access to keys outside the client prefix.
17
17
  */
18
18
  export interface ClientStateSDKType {
19
+ /** self chain ID */
19
20
  chain_id: string;
21
+ /** self latest block height */
20
22
  height?: HeightSDKType;
21
23
  }
22
24
  export declare const ClientState: {
@@ -1,8 +1,8 @@
1
1
  import { Any, AnySDKType } from "../../../../google/protobuf/any";
2
2
  import { ConnectionEnd, ConnectionEndSDKType } from "../../../core/connection/v1/connection";
3
3
  import { Channel, ChannelSDKType } from "../../../core/channel/v1/channel";
4
- import { Long, DeepPartial } from "../../../../helpers";
5
4
  import * as _m0 from "protobufjs/minimal";
5
+ import { Long, DeepPartial } from "../../../../helpers";
6
6
  /**
7
7
  * DataType defines the type of solo machine proof being created. This is done
8
8
  * to preserve uniqueness of different data sign byte encodings.
@@ -30,7 +30,33 @@ export declare enum DataType {
30
30
  DATA_TYPE_HEADER = 9,
31
31
  UNRECOGNIZED = -1
32
32
  }
33
- export declare const DataTypeSDKType: typeof DataType;
33
+ /**
34
+ * DataType defines the type of solo machine proof being created. This is done
35
+ * to preserve uniqueness of different data sign byte encodings.
36
+ */
37
+ export declare enum DataTypeSDKType {
38
+ /** DATA_TYPE_UNINITIALIZED_UNSPECIFIED - Default State */
39
+ DATA_TYPE_UNINITIALIZED_UNSPECIFIED = 0,
40
+ /** DATA_TYPE_CLIENT_STATE - Data type for client state verification */
41
+ DATA_TYPE_CLIENT_STATE = 1,
42
+ /** DATA_TYPE_CONSENSUS_STATE - Data type for consensus state verification */
43
+ DATA_TYPE_CONSENSUS_STATE = 2,
44
+ /** DATA_TYPE_CONNECTION_STATE - Data type for connection state verification */
45
+ DATA_TYPE_CONNECTION_STATE = 3,
46
+ /** DATA_TYPE_CHANNEL_STATE - Data type for channel state verification */
47
+ DATA_TYPE_CHANNEL_STATE = 4,
48
+ /** DATA_TYPE_PACKET_COMMITMENT - Data type for packet commitment verification */
49
+ DATA_TYPE_PACKET_COMMITMENT = 5,
50
+ /** DATA_TYPE_PACKET_ACKNOWLEDGEMENT - Data type for packet acknowledgement verification */
51
+ DATA_TYPE_PACKET_ACKNOWLEDGEMENT = 6,
52
+ /** DATA_TYPE_PACKET_RECEIPT_ABSENCE - Data type for packet receipt absence verification */
53
+ DATA_TYPE_PACKET_RECEIPT_ABSENCE = 7,
54
+ /** DATA_TYPE_NEXT_SEQUENCE_RECV - Data type for next sequence recv verification */
55
+ DATA_TYPE_NEXT_SEQUENCE_RECV = 8,
56
+ /** DATA_TYPE_HEADER - Data type for header verification */
57
+ DATA_TYPE_HEADER = 9,
58
+ UNRECOGNIZED = -1
59
+ }
34
60
  export declare function dataTypeFromJSON(object: any): DataType;
35
61
  export declare function dataTypeToJSON(object: DataType): string;
36
62
  /**
@@ -54,9 +80,15 @@ export interface ClientState {
54
80
  * state and if the client is frozen.
55
81
  */
56
82
  export interface ClientStateSDKType {
83
+ /** latest sequence of the client state */
57
84
  sequence: Long;
85
+ /** frozen sequence of the solo machine */
58
86
  frozen_sequence: Long;
59
87
  consensus_state?: ConsensusStateSDKType;
88
+ /**
89
+ * when set to true, will allow governance to update a solo machine client.
90
+ * The client will be unfrozen if it is frozen.
91
+ */
60
92
  allow_update_after_proposal: boolean;
61
93
  }
62
94
  /**
@@ -81,7 +113,13 @@ export interface ConsensusState {
81
113
  * consensus state.
82
114
  */
83
115
  export interface ConsensusStateSDKType {
116
+ /** public key of the solo machine */
84
117
  public_key?: AnySDKType;
118
+ /**
119
+ * diversifier allows the same public key to be re-used across different solo
120
+ * machine clients (potentially on different chains) without being considered
121
+ * misbehaviour.
122
+ */
85
123
  diversifier: string;
86
124
  timestamp: Long;
87
125
  }
@@ -96,6 +134,7 @@ export interface Header {
96
134
  }
97
135
  /** Header defines a solo machine consensus header */
98
136
  export interface HeaderSDKType {
137
+ /** sequence to update solo machine public key at */
99
138
  sequence: Long;
100
139
  timestamp: Long;
101
140
  signature: Uint8Array;
@@ -138,7 +177,7 @@ export interface SignatureAndData {
138
177
  */
139
178
  export interface SignatureAndDataSDKType {
140
179
  signature: Uint8Array;
141
- data_type: DataType;
180
+ data_type: DataTypeSDKType;
142
181
  data: Uint8Array;
143
182
  timestamp: Long;
144
183
  }
@@ -173,7 +212,9 @@ export interface SignBytesSDKType {
173
212
  sequence: Long;
174
213
  timestamp: Long;
175
214
  diversifier: string;
176
- data_type: DataType;
215
+ /** type of the data used */
216
+ data_type: DataTypeSDKType;
217
+ /** marshaled data */
177
218
  data: Uint8Array;
178
219
  }
179
220
  /** HeaderData returns the SignBytes data for update verification. */
@@ -185,7 +226,9 @@ export interface HeaderData {
185
226
  }
186
227
  /** HeaderData returns the SignBytes data for update verification. */
187
228
  export interface HeaderDataSDKType {
229
+ /** header public key */
188
230
  new_pub_key?: AnySDKType;
231
+ /** header diversifier */
189
232
  new_diversifier: string;
190
233
  }
191
234
  /** ClientStateData returns the SignBytes data for client state verification. */
@@ -1,8 +1,8 @@
1
1
  import { Any, AnySDKType } from "../../../../google/protobuf/any";
2
2
  import { ConnectionEnd, ConnectionEndSDKType } from "../../../core/connection/v1/connection";
3
3
  import { Channel, ChannelSDKType } from "../../../core/channel/v1/channel";
4
- import { Long, DeepPartial } from "../../../../helpers";
5
4
  import * as _m0 from "protobufjs/minimal";
5
+ import { Long, DeepPartial } from "../../../../helpers";
6
6
  /**
7
7
  * DataType defines the type of solo machine proof being created. This is done
8
8
  * to preserve uniqueness of different data sign byte encodings.
@@ -30,7 +30,33 @@ export declare enum DataType {
30
30
  DATA_TYPE_HEADER = 9,
31
31
  UNRECOGNIZED = -1
32
32
  }
33
- export declare const DataTypeSDKType: typeof DataType;
33
+ /**
34
+ * DataType defines the type of solo machine proof being created. This is done
35
+ * to preserve uniqueness of different data sign byte encodings.
36
+ */
37
+ export declare enum DataTypeSDKType {
38
+ /** DATA_TYPE_UNINITIALIZED_UNSPECIFIED - Default State */
39
+ DATA_TYPE_UNINITIALIZED_UNSPECIFIED = 0,
40
+ /** DATA_TYPE_CLIENT_STATE - Data type for client state verification */
41
+ DATA_TYPE_CLIENT_STATE = 1,
42
+ /** DATA_TYPE_CONSENSUS_STATE - Data type for consensus state verification */
43
+ DATA_TYPE_CONSENSUS_STATE = 2,
44
+ /** DATA_TYPE_CONNECTION_STATE - Data type for connection state verification */
45
+ DATA_TYPE_CONNECTION_STATE = 3,
46
+ /** DATA_TYPE_CHANNEL_STATE - Data type for channel state verification */
47
+ DATA_TYPE_CHANNEL_STATE = 4,
48
+ /** DATA_TYPE_PACKET_COMMITMENT - Data type for packet commitment verification */
49
+ DATA_TYPE_PACKET_COMMITMENT = 5,
50
+ /** DATA_TYPE_PACKET_ACKNOWLEDGEMENT - Data type for packet acknowledgement verification */
51
+ DATA_TYPE_PACKET_ACKNOWLEDGEMENT = 6,
52
+ /** DATA_TYPE_PACKET_RECEIPT_ABSENCE - Data type for packet receipt absence verification */
53
+ DATA_TYPE_PACKET_RECEIPT_ABSENCE = 7,
54
+ /** DATA_TYPE_NEXT_SEQUENCE_RECV - Data type for next sequence recv verification */
55
+ DATA_TYPE_NEXT_SEQUENCE_RECV = 8,
56
+ /** DATA_TYPE_HEADER - Data type for header verification */
57
+ DATA_TYPE_HEADER = 9,
58
+ UNRECOGNIZED = -1
59
+ }
34
60
  export declare function dataTypeFromJSON(object: any): DataType;
35
61
  export declare function dataTypeToJSON(object: DataType): string;
36
62
  /**
@@ -54,9 +80,15 @@ export interface ClientState {
54
80
  * state and if the client is frozen.
55
81
  */
56
82
  export interface ClientStateSDKType {
83
+ /** latest sequence of the client state */
57
84
  sequence: Long;
85
+ /** frozen sequence of the solo machine */
58
86
  is_frozen: boolean;
59
87
  consensus_state?: ConsensusStateSDKType;
88
+ /**
89
+ * when set to true, will allow governance to update a solo machine client.
90
+ * The client will be unfrozen if it is frozen.
91
+ */
60
92
  allow_update_after_proposal: boolean;
61
93
  }
62
94
  /**
@@ -81,7 +113,13 @@ export interface ConsensusState {
81
113
  * consensus state.
82
114
  */
83
115
  export interface ConsensusStateSDKType {
116
+ /** public key of the solo machine */
84
117
  public_key?: AnySDKType;
118
+ /**
119
+ * diversifier allows the same public key to be re-used across different solo
120
+ * machine clients (potentially on different chains) without being considered
121
+ * misbehaviour.
122
+ */
85
123
  diversifier: string;
86
124
  timestamp: Long;
87
125
  }
@@ -96,6 +134,7 @@ export interface Header {
96
134
  }
97
135
  /** Header defines a solo machine consensus header */
98
136
  export interface HeaderSDKType {
137
+ /** sequence to update solo machine public key at */
99
138
  sequence: Long;
100
139
  timestamp: Long;
101
140
  signature: Uint8Array;
@@ -138,7 +177,7 @@ export interface SignatureAndData {
138
177
  */
139
178
  export interface SignatureAndDataSDKType {
140
179
  signature: Uint8Array;
141
- data_type: DataType;
180
+ data_type: DataTypeSDKType;
142
181
  data: Uint8Array;
143
182
  timestamp: Long;
144
183
  }
@@ -173,7 +212,9 @@ export interface SignBytesSDKType {
173
212
  sequence: Long;
174
213
  timestamp: Long;
175
214
  diversifier: string;
176
- data_type: DataType;
215
+ /** type of the data used */
216
+ data_type: DataTypeSDKType;
217
+ /** marshaled data */
177
218
  data: Uint8Array;
178
219
  }
179
220
  /** HeaderData returns the SignBytes data for update verification. */
@@ -185,7 +226,9 @@ export interface HeaderData {
185
226
  }
186
227
  /** HeaderData returns the SignBytes data for update verification. */
187
228
  export interface HeaderDataSDKType {
229
+ /** header public key */
188
230
  new_pub_key?: AnySDKType;
231
+ /** header diversifier */
189
232
  new_diversifier: string;
190
233
  }
191
234
  /** ClientStateData returns the SignBytes data for client state verification. */
@@ -56,14 +56,40 @@ export interface ClientState {
56
56
  export interface ClientStateSDKType {
57
57
  chain_id: string;
58
58
  trust_level?: FractionSDKType;
59
+ /**
60
+ * duration of the period since the LastestTimestamp during which the
61
+ * submitted headers are valid for upgrade
62
+ */
59
63
  trusting_period?: DurationSDKType;
64
+ /** duration of the staking unbonding period */
60
65
  unbonding_period?: DurationSDKType;
66
+ /** defines how much new (untrusted) header's Time can drift into the future. */
61
67
  max_clock_drift?: DurationSDKType;
68
+ /** Block height when the client was frozen due to a misbehaviour */
62
69
  frozen_height?: HeightSDKType;
70
+ /** Latest height the client was updated to */
63
71
  latest_height?: HeightSDKType;
72
+ /** Proof specifications used in verifying counterparty state */
64
73
  proof_specs: ProofSpecSDKType[];
74
+ /**
75
+ * Path at which next upgraded client will be committed.
76
+ * Each element corresponds to the key for a single CommitmentProof in the
77
+ * chained proof. NOTE: ClientState must stored under
78
+ * `{upgradePath}/{upgradeHeight}/clientState` ConsensusState must be stored
79
+ * under `{upgradepath}/{upgradeHeight}/consensusState` For SDK chains using
80
+ * the default upgrade module, upgrade_path should be []string{"upgrade",
81
+ * "upgradedIBCState"}`
82
+ */
65
83
  upgrade_path: string[];
84
+ /**
85
+ * This flag, when set to true, will allow governance to recover a client
86
+ * which has expired
87
+ */
66
88
  allow_update_after_expiry: boolean;
89
+ /**
90
+ * This flag, when set to true, will allow governance to unfreeze a client
91
+ * whose chain has experienced a misbehaviour event
92
+ */
67
93
  allow_update_after_misbehaviour: boolean;
68
94
  }
69
95
  /** ConsensusState defines the consensus state from Tendermint. */
@@ -79,7 +105,12 @@ export interface ConsensusState {
79
105
  }
80
106
  /** ConsensusState defines the consensus state from Tendermint. */
81
107
  export interface ConsensusStateSDKType {
108
+ /**
109
+ * timestamp that corresponds to the block height in which the ConsensusState
110
+ * was stored.
111
+ */
82
112
  timestamp?: Date;
113
+ /** commitment root (i.e app hash) */
83
114
  root?: MerkleRootSDKType;
84
115
  next_validators_hash: Uint8Array;
85
116
  }
@@ -5,9 +5,9 @@ export declare const ics23: {
5
5
  lengthOpFromJSON(object: any): _0.LengthOp;
6
6
  lengthOpToJSON(object: _0.LengthOp): string;
7
7
  HashOp: typeof _0.HashOp;
8
- HashOpSDKType: typeof _0.HashOp;
8
+ HashOpSDKType: typeof _0.HashOpSDKType;
9
9
  LengthOp: typeof _0.LengthOp;
10
- LengthOpSDKType: typeof _0.LengthOp;
10
+ LengthOpSDKType: typeof _0.LengthOpSDKType;
11
11
  ExistenceProof: {
12
12
  encode(message: _0.ExistenceProof, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
13
13
  decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _0.ExistenceProof;
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file and any referenced files were automatically generated by @osmonauts/telescope@0.88.3
2
+ * This file and any referenced files were automatically generated by @osmonauts/telescope@0.80.0
3
3
  * DO NOT MODIFY BY HAND. Instead, download the latest proto files for your chain
4
4
  * and run the transpile command or yarn proto command to regenerate this bundle.
5
5
  */
@@ -9,6 +9,7 @@ export * from "./cosmos/bundle";
9
9
  export * from "./cosmos/client";
10
10
  export * from "./cosmwasm/bundle";
11
11
  export * from "./cosmwasm/client";
12
+ export * from "./gaia/bundle";
12
13
  export * from "./gogoproto/bundle";
13
14
  export * from "./google/bundle";
14
15
  export * from "./ibc/bundle";