@gitopia/gitopiajs 0.0.2

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.
Files changed (310) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist/LICENSE +21 -0
  3. package/dist/amino/amino.d.ts +1 -0
  4. package/dist/amino/amino.js +2 -0
  5. package/dist/amino/bundle.d.ts +1 -0
  6. package/dist/amino/bundle.js +41 -0
  7. package/dist/binary.d.ts +130 -0
  8. package/dist/binary.js +371 -0
  9. package/dist/cosmos/bank/v1beta1/bank.d.ts +407 -0
  10. package/dist/cosmos/bank/v1beta1/bank.js +664 -0
  11. package/dist/cosmos/bank/v1beta1/query.d.ts +1062 -0
  12. package/dist/cosmos/bank/v1beta1/query.js +1759 -0
  13. package/dist/cosmos/bank/v1beta1/query.lcd.d.ts +19 -0
  14. package/dist/cosmos/bank/v1beta1/query.lcd.js +173 -0
  15. package/dist/cosmos/bank/v1beta1/query.rpc.Query.d.ts +106 -0
  16. package/dist/cosmos/bank/v1beta1/query.rpc.Query.js +123 -0
  17. package/dist/cosmos/base/query/v1beta1/pagination.d.ts +190 -0
  18. package/dist/cosmos/base/query/v1beta1/pagination.js +204 -0
  19. package/dist/cosmos/base/v1beta1/coin.d.ts +193 -0
  20. package/dist/cosmos/base/v1beta1/coin.js +306 -0
  21. package/dist/cosmos/bundle.d.ts +2311 -0
  22. package/dist/cosmos/bundle.js +134 -0
  23. package/dist/cosmos/client.d.ts +84 -0
  24. package/dist/cosmos/client.js +65 -0
  25. package/dist/cosmos/feegrant/v1beta1/feegrant.d.ts +245 -0
  26. package/dist/cosmos/feegrant/v1beta1/feegrant.js +456 -0
  27. package/dist/cosmos/feegrant/v1beta1/query.d.ts +258 -0
  28. package/dist/cosmos/feegrant/v1beta1/query.js +487 -0
  29. package/dist/cosmos/feegrant/v1beta1/query.lcd.d.ts +11 -0
  30. package/dist/cosmos/feegrant/v1beta1/query.lcd.js +44 -0
  31. package/dist/cosmos/feegrant/v1beta1/query.rpc.Query.d.ts +28 -0
  32. package/dist/cosmos/feegrant/v1beta1/query.rpc.Query.js +47 -0
  33. package/dist/cosmos/gov/v1beta1/gov.d.ts +571 -0
  34. package/dist/cosmos/gov/v1beta1/gov.js +1122 -0
  35. package/dist/cosmos/gov/v1beta1/query.d.ts +636 -0
  36. package/dist/cosmos/gov/v1beta1/query.js +1264 -0
  37. package/dist/cosmos/gov/v1beta1/query.lcd.d.ts +16 -0
  38. package/dist/cosmos/gov/v1beta1/query.lcd.js +87 -0
  39. package/dist/cosmos/gov/v1beta1/query.rpc.Query.d.ts +44 -0
  40. package/dist/cosmos/gov/v1beta1/query.rpc.Query.js +92 -0
  41. package/dist/cosmos/group/v1/query.d.ts +1097 -0
  42. package/dist/cosmos/group/v1/query.js +2182 -0
  43. package/dist/cosmos/group/v1/query.lcd.d.ts +22 -0
  44. package/dist/cosmos/group/v1/query.lcd.js +158 -0
  45. package/dist/cosmos/group/v1/query.rpc.Query.d.ts +78 -0
  46. package/dist/cosmos/group/v1/query.rpc.Query.js +148 -0
  47. package/dist/cosmos/group/v1/tx.amino.d.ts +73 -0
  48. package/dist/cosmos/group/v1/tx.amino.js +77 -0
  49. package/dist/cosmos/group/v1/tx.d.ts +1198 -0
  50. package/dist/cosmos/group/v1/tx.js +2362 -0
  51. package/dist/cosmos/group/v1/tx.registry.d.ts +180 -0
  52. package/dist/cosmos/group/v1/tx.registry.js +271 -0
  53. package/dist/cosmos/group/v1/tx.rpc.msg.d.ts +51 -0
  54. package/dist/cosmos/group/v1/tx.rpc.msg.js +96 -0
  55. package/dist/cosmos/group/v1/types.d.ts +873 -0
  56. package/dist/cosmos/group/v1/types.js +1495 -0
  57. package/dist/cosmos/msg/v1/msg.d.ts +1 -0
  58. package/dist/cosmos/msg/v1/msg.js +2 -0
  59. package/dist/cosmos/query/v1/query.d.ts +1 -0
  60. package/dist/cosmos/query/v1/query.js +2 -0
  61. package/dist/cosmos/rpc.query.d.ts +59 -0
  62. package/dist/cosmos/rpc.query.js +60 -0
  63. package/dist/cosmos/rpc.tx.d.ts +10 -0
  64. package/dist/cosmos/rpc.tx.js +44 -0
  65. package/dist/cosmos/upgrade/v1beta1/upgrade.d.ts +278 -0
  66. package/dist/cosmos/upgrade/v1beta1/upgrade.js +382 -0
  67. package/dist/cosmos_proto/bundle.d.ts +32 -0
  68. package/dist/cosmos_proto/bundle.js +41 -0
  69. package/dist/cosmos_proto/cosmos.d.ts +171 -0
  70. package/dist/cosmos_proto/cosmos.js +221 -0
  71. package/dist/esm/amino/amino.js +1 -0
  72. package/dist/esm/amino/bundle.js +5 -0
  73. package/dist/esm/binary.js +366 -0
  74. package/dist/esm/cosmos/bank/v1beta1/bank.js +661 -0
  75. package/dist/esm/cosmos/bank/v1beta1/query.js +1756 -0
  76. package/dist/esm/cosmos/bank/v1beta1/query.lcd.js +169 -0
  77. package/dist/esm/cosmos/bank/v1beta1/query.rpc.Query.js +118 -0
  78. package/dist/esm/cosmos/base/query/v1beta1/pagination.js +201 -0
  79. package/dist/esm/cosmos/base/v1beta1/coin.js +303 -0
  80. package/dist/esm/cosmos/bundle.js +98 -0
  81. package/dist/esm/cosmos/client.js +27 -0
  82. package/dist/esm/cosmos/feegrant/v1beta1/feegrant.js +450 -0
  83. package/dist/esm/cosmos/feegrant/v1beta1/query.js +484 -0
  84. package/dist/esm/cosmos/feegrant/v1beta1/query.lcd.js +40 -0
  85. package/dist/esm/cosmos/feegrant/v1beta1/query.rpc.Query.js +42 -0
  86. package/dist/esm/cosmos/gov/v1beta1/gov.js +1112 -0
  87. package/dist/esm/cosmos/gov/v1beta1/query.js +1261 -0
  88. package/dist/esm/cosmos/gov/v1beta1/query.lcd.js +83 -0
  89. package/dist/esm/cosmos/gov/v1beta1/query.rpc.Query.js +87 -0
  90. package/dist/esm/cosmos/group/v1/query.js +2179 -0
  91. package/dist/esm/cosmos/group/v1/query.lcd.js +154 -0
  92. package/dist/esm/cosmos/group/v1/query.rpc.Query.js +143 -0
  93. package/dist/esm/cosmos/group/v1/tx.amino.js +74 -0
  94. package/dist/esm/cosmos/group/v1/tx.js +2354 -0
  95. package/dist/esm/cosmos/group/v1/tx.registry.js +267 -0
  96. package/dist/esm/cosmos/group/v1/tx.rpc.msg.js +92 -0
  97. package/dist/esm/cosmos/group/v1/types.js +1483 -0
  98. package/dist/esm/cosmos/msg/v1/msg.js +1 -0
  99. package/dist/esm/cosmos/query/v1/query.js +1 -0
  100. package/dist/esm/cosmos/rpc.query.js +23 -0
  101. package/dist/esm/cosmos/rpc.tx.js +7 -0
  102. package/dist/esm/cosmos/upgrade/v1beta1/upgrade.js +379 -0
  103. package/dist/esm/cosmos_proto/bundle.js +5 -0
  104. package/dist/esm/cosmos_proto/cosmos.js +216 -0
  105. package/dist/esm/gitopia/bundle.js +95 -0
  106. package/dist/esm/gitopia/client.js +32 -0
  107. package/dist/esm/gitopia/custom-lcd-client.js +50 -0
  108. package/dist/esm/gitopia/gitopia/gitopia/attachment.js +101 -0
  109. package/dist/esm/gitopia/gitopia/gitopia/bounty.js +255 -0
  110. package/dist/esm/gitopia/gitopia/gitopia/branch.js +137 -0
  111. package/dist/esm/gitopia/gitopia/gitopia/comment.js +488 -0
  112. package/dist/esm/gitopia/gitopia/gitopia/dao.js +451 -0
  113. package/dist/esm/gitopia/gitopia/gitopia/exercised_amount.js +78 -0
  114. package/dist/esm/gitopia/gitopia/gitopia/genesis.js +460 -0
  115. package/dist/esm/gitopia/gitopia/gitopia/issue.js +323 -0
  116. package/dist/esm/gitopia/gitopia/gitopia/params.js +293 -0
  117. package/dist/esm/gitopia/gitopia/gitopia/pullRequest.js +565 -0
  118. package/dist/esm/gitopia/gitopia/gitopia/query.js +7351 -0
  119. package/dist/esm/gitopia/gitopia/gitopia/query.lcd.js +452 -0
  120. package/dist/esm/gitopia/gitopia/gitopia/query.rpc.Query.js +453 -0
  121. package/dist/esm/gitopia/gitopia/gitopia/reaction.js +123 -0
  122. package/dist/esm/gitopia/gitopia/gitopia/release.js +225 -0
  123. package/dist/esm/gitopia/gitopia/gitopia/repository.js +1200 -0
  124. package/dist/esm/gitopia/gitopia/gitopia/tag.js +125 -0
  125. package/dist/esm/gitopia/gitopia/gitopia/task.js +197 -0
  126. package/dist/esm/gitopia/gitopia/gitopia/tx.amino.js +464 -0
  127. package/dist/esm/gitopia/gitopia/gitopia/tx.js +14679 -0
  128. package/dist/esm/gitopia/gitopia/gitopia/tx.registry.js +1671 -0
  129. package/dist/esm/gitopia/gitopia/gitopia/tx.rpc.msg.js +560 -0
  130. package/dist/esm/gitopia/gitopia/gitopia/user.js +340 -0
  131. package/dist/esm/gitopia/gitopia/gitopia/whois.js +146 -0
  132. package/dist/esm/gitopia/gitopia/offchain/offchain.js +144 -0
  133. package/dist/esm/gitopia/gitopia/rewards/genesis.js +82 -0
  134. package/dist/esm/gitopia/gitopia/rewards/params.js +81 -0
  135. package/dist/esm/gitopia/gitopia/rewards/pool.js +191 -0
  136. package/dist/esm/gitopia/gitopia/rewards/query.js +654 -0
  137. package/dist/esm/gitopia/gitopia/rewards/query.lcd.js +40 -0
  138. package/dist/esm/gitopia/gitopia/rewards/query.rpc.Query.js +53 -0
  139. package/dist/esm/gitopia/gitopia/rewards/rewards.js +191 -0
  140. package/dist/esm/gitopia/gitopia/rewards/task.js +176 -0
  141. package/dist/esm/gitopia/gitopia/rewards/tx.amino.js +19 -0
  142. package/dist/esm/gitopia/gitopia/rewards/tx.js +525 -0
  143. package/dist/esm/gitopia/gitopia/rewards/tx.registry.js +69 -0
  144. package/dist/esm/gitopia/gitopia/rewards/tx.rpc.msg.js +26 -0
  145. package/dist/esm/gitopia/rpc.query.js +29 -0
  146. package/dist/esm/gitopia/rpc.tx.js +13 -0
  147. package/dist/esm/gogoproto/bundle.js +5 -0
  148. package/dist/esm/gogoproto/gogo.js +1 -0
  149. package/dist/esm/google/api/annotations.js +1 -0
  150. package/dist/esm/google/api/http.js +329 -0
  151. package/dist/esm/google/bundle.js +14 -0
  152. package/dist/esm/google/protobuf/any.js +74 -0
  153. package/dist/esm/google/protobuf/descriptor.js +4848 -0
  154. package/dist/esm/google/protobuf/duration.js +71 -0
  155. package/dist/esm/google/protobuf/timestamp.js +68 -0
  156. package/dist/esm/helpers.js +129 -0
  157. package/dist/esm/ibc/applications/transfer/v1/query.js +847 -0
  158. package/dist/esm/ibc/applications/transfer/v1/query.lcd.js +70 -0
  159. package/dist/esm/ibc/applications/transfer/v1/query.rpc.Query.js +71 -0
  160. package/dist/esm/ibc/applications/transfer/v1/transfer.js +164 -0
  161. package/dist/esm/ibc/applications/transfer/v1/tx.amino.js +9 -0
  162. package/dist/esm/ibc/applications/transfer/v1/tx.js +226 -0
  163. package/dist/esm/ibc/applications/transfer/v1/tx.registry.js +33 -0
  164. package/dist/esm/ibc/applications/transfer/v1/tx.rpc.msg.js +14 -0
  165. package/dist/esm/ibc/bundle.js +44 -0
  166. package/dist/esm/ibc/client.js +29 -0
  167. package/dist/esm/ibc/core/client/v1/client.js +611 -0
  168. package/dist/esm/ibc/rpc.query.js +30 -0
  169. package/dist/esm/ibc/rpc.tx.js +14 -0
  170. package/dist/esm/index.js +19 -0
  171. package/dist/esm/utf8.js +137 -0
  172. package/dist/esm/varint.js +408 -0
  173. package/dist/gitopia/bundle.d.ts +6123 -0
  174. package/dist/gitopia/bundle.js +131 -0
  175. package/dist/gitopia/client.d.ts +492 -0
  176. package/dist/gitopia/client.js +70 -0
  177. package/dist/gitopia/custom-lcd-client.d.ts +31 -0
  178. package/dist/gitopia/custom-lcd-client.js +87 -0
  179. package/dist/gitopia/gitopia/gitopia/attachment.d.ts +39 -0
  180. package/dist/gitopia/gitopia/gitopia/attachment.js +104 -0
  181. package/dist/gitopia/gitopia/gitopia/bounty.d.ts +79 -0
  182. package/dist/gitopia/gitopia/gitopia/bounty.js +262 -0
  183. package/dist/gitopia/gitopia/gitopia/branch.d.ts +48 -0
  184. package/dist/gitopia/gitopia/gitopia/branch.js +140 -0
  185. package/dist/gitopia/gitopia/gitopia/comment.d.ts +125 -0
  186. package/dist/gitopia/gitopia/gitopia/comment.js +495 -0
  187. package/dist/gitopia/gitopia/gitopia/dao.d.ts +160 -0
  188. package/dist/gitopia/gitopia/gitopia/dao.js +454 -0
  189. package/dist/gitopia/gitopia/gitopia/exercised_amount.d.ts +34 -0
  190. package/dist/gitopia/gitopia/gitopia/exercised_amount.js +81 -0
  191. package/dist/gitopia/gitopia/gitopia/genesis.d.ts +143 -0
  192. package/dist/gitopia/gitopia/gitopia/genesis.js +463 -0
  193. package/dist/gitopia/gitopia/gitopia/issue.d.ts +88 -0
  194. package/dist/gitopia/gitopia/gitopia/issue.js +328 -0
  195. package/dist/gitopia/gitopia/gitopia/params.d.ts +115 -0
  196. package/dist/gitopia/gitopia/gitopia/params.js +296 -0
  197. package/dist/gitopia/gitopia/gitopia/pullRequest.d.ts +177 -0
  198. package/dist/gitopia/gitopia/gitopia/pullRequest.js +570 -0
  199. package/dist/gitopia/gitopia/gitopia/query.d.ts +3130 -0
  200. package/dist/gitopia/gitopia/gitopia/query.js +7355 -0
  201. package/dist/gitopia/gitopia/gitopia/query.lcd.d.ts +54 -0
  202. package/dist/gitopia/gitopia/gitopia/query.lcd.js +456 -0
  203. package/dist/gitopia/gitopia/gitopia/query.rpc.Query.d.ts +188 -0
  204. package/dist/gitopia/gitopia/gitopia/query.rpc.Query.js +458 -0
  205. package/dist/gitopia/gitopia/gitopia/reaction.d.ts +42 -0
  206. package/dist/gitopia/gitopia/gitopia/reaction.js +128 -0
  207. package/dist/gitopia/gitopia/gitopia/release.d.ts +70 -0
  208. package/dist/gitopia/gitopia/gitopia/release.js +228 -0
  209. package/dist/gitopia/gitopia/gitopia/repository.d.ts +424 -0
  210. package/dist/gitopia/gitopia/gitopia/repository.js +1207 -0
  211. package/dist/gitopia/gitopia/gitopia/tag.d.ts +45 -0
  212. package/dist/gitopia/gitopia/gitopia/tag.js +128 -0
  213. package/dist/gitopia/gitopia/gitopia/task.d.ts +64 -0
  214. package/dist/gitopia/gitopia/gitopia/task.js +204 -0
  215. package/dist/gitopia/gitopia/gitopia/tx.amino.d.ts +463 -0
  216. package/dist/gitopia/gitopia/gitopia/tx.amino.js +467 -0
  217. package/dist/gitopia/gitopia/gitopia/tx.d.ts +6246 -0
  218. package/dist/gitopia/gitopia/gitopia/tx.js +14687 -0
  219. package/dist/gitopia/gitopia/gitopia/tx.registry.d.ts +1116 -0
  220. package/dist/gitopia/gitopia/gitopia/tx.registry.js +1675 -0
  221. package/dist/gitopia/gitopia/gitopia/tx.rpc.msg.d.ts +200 -0
  222. package/dist/gitopia/gitopia/gitopia/tx.rpc.msg.js +564 -0
  223. package/dist/gitopia/gitopia/gitopia/user.d.ts +104 -0
  224. package/dist/gitopia/gitopia/gitopia/user.js +343 -0
  225. package/dist/gitopia/gitopia/gitopia/whois.d.ts +51 -0
  226. package/dist/gitopia/gitopia/gitopia/whois.js +151 -0
  227. package/dist/gitopia/gitopia/offchain/offchain.d.ts +74 -0
  228. package/dist/gitopia/gitopia/offchain/offchain.js +147 -0
  229. package/dist/gitopia/gitopia/rewards/genesis.d.ts +40 -0
  230. package/dist/gitopia/gitopia/rewards/genesis.js +85 -0
  231. package/dist/gitopia/gitopia/rewards/params.d.ts +37 -0
  232. package/dist/gitopia/gitopia/rewards/params.js +84 -0
  233. package/dist/gitopia/gitopia/rewards/pool.d.ts +59 -0
  234. package/dist/gitopia/gitopia/rewards/pool.js +196 -0
  235. package/dist/gitopia/gitopia/rewards/query.d.ts +294 -0
  236. package/dist/gitopia/gitopia/rewards/query.js +657 -0
  237. package/dist/gitopia/gitopia/rewards/query.lcd.d.ts +12 -0
  238. package/dist/gitopia/gitopia/rewards/query.lcd.js +44 -0
  239. package/dist/gitopia/gitopia/rewards/query.rpc.Query.d.ts +28 -0
  240. package/dist/gitopia/gitopia/rewards/query.rpc.Query.js +58 -0
  241. package/dist/gitopia/gitopia/rewards/rewards.d.ts +79 -0
  242. package/dist/gitopia/gitopia/rewards/rewards.js +194 -0
  243. package/dist/gitopia/gitopia/rewards/task.d.ts +54 -0
  244. package/dist/gitopia/gitopia/rewards/task.js +181 -0
  245. package/dist/gitopia/gitopia/rewards/tx.amino.d.ts +18 -0
  246. package/dist/gitopia/gitopia/rewards/tx.amino.js +22 -0
  247. package/dist/gitopia/gitopia/rewards/tx.d.ts +242 -0
  248. package/dist/gitopia/gitopia/rewards/tx.js +528 -0
  249. package/dist/gitopia/gitopia/rewards/tx.registry.d.ts +48 -0
  250. package/dist/gitopia/gitopia/rewards/tx.registry.js +73 -0
  251. package/dist/gitopia/gitopia/rewards/tx.rpc.msg.d.ts +19 -0
  252. package/dist/gitopia/gitopia/rewards/tx.rpc.msg.js +30 -0
  253. package/dist/gitopia/rpc.query.d.ts +117 -0
  254. package/dist/gitopia/rpc.query.js +66 -0
  255. package/dist/gitopia/rpc.tx.d.ts +16 -0
  256. package/dist/gitopia/rpc.tx.js +50 -0
  257. package/dist/gogoproto/bundle.d.ts +1 -0
  258. package/dist/gogoproto/bundle.js +41 -0
  259. package/dist/gogoproto/gogo.d.ts +1 -0
  260. package/dist/gogoproto/gogo.js +2 -0
  261. package/dist/google/api/annotations.d.ts +1 -0
  262. package/dist/google/api/annotations.js +2 -0
  263. package/dist/google/api/http.d.ts +1049 -0
  264. package/dist/google/api/http.js +332 -0
  265. package/dist/google/bundle.d.ts +525 -0
  266. package/dist/google/bundle.js +50 -0
  267. package/dist/google/protobuf/any.d.ts +358 -0
  268. package/dist/google/protobuf/any.js +77 -0
  269. package/dist/google/protobuf/descriptor.d.ts +3178 -0
  270. package/dist/google/protobuf/descriptor.js +4886 -0
  271. package/dist/google/protobuf/duration.d.ts +223 -0
  272. package/dist/google/protobuf/duration.js +74 -0
  273. package/dist/google/protobuf/timestamp.d.ts +314 -0
  274. package/dist/google/protobuf/timestamp.js +71 -0
  275. package/dist/helpers.d.ts +82 -0
  276. package/dist/helpers.js +144 -0
  277. package/dist/ibc/applications/transfer/v1/query.d.ts +479 -0
  278. package/dist/ibc/applications/transfer/v1/query.js +850 -0
  279. package/dist/ibc/applications/transfer/v1/query.lcd.d.ts +14 -0
  280. package/dist/ibc/applications/transfer/v1/query.lcd.js +74 -0
  281. package/dist/ibc/applications/transfer/v1/query.rpc.Query.d.ts +36 -0
  282. package/dist/ibc/applications/transfer/v1/query.rpc.Query.js +76 -0
  283. package/dist/ibc/applications/transfer/v1/transfer.d.ts +123 -0
  284. package/dist/ibc/applications/transfer/v1/transfer.js +167 -0
  285. package/dist/ibc/applications/transfer/v1/tx.amino.d.ts +8 -0
  286. package/dist/ibc/applications/transfer/v1/tx.amino.js +12 -0
  287. package/dist/ibc/applications/transfer/v1/tx.d.ts +132 -0
  288. package/dist/ibc/applications/transfer/v1/tx.js +229 -0
  289. package/dist/ibc/applications/transfer/v1/tx.registry.d.ts +24 -0
  290. package/dist/ibc/applications/transfer/v1/tx.registry.js +37 -0
  291. package/dist/ibc/applications/transfer/v1/tx.rpc.msg.d.ts +12 -0
  292. package/dist/ibc/applications/transfer/v1/tx.rpc.msg.js +18 -0
  293. package/dist/ibc/bundle.d.ts +450 -0
  294. package/dist/ibc/bundle.js +80 -0
  295. package/dist/ibc/client.d.ts +22 -0
  296. package/dist/ibc/client.js +67 -0
  297. package/dist/ibc/core/client/v1/client.d.ts +408 -0
  298. package/dist/ibc/core/client/v1/client.js +614 -0
  299. package/dist/ibc/rpc.query.d.ts +73 -0
  300. package/dist/ibc/rpc.query.js +67 -0
  301. package/dist/ibc/rpc.tx.d.ts +17 -0
  302. package/dist/ibc/rpc.tx.js +51 -0
  303. package/dist/index.d.ts +18 -0
  304. package/dist/index.js +35 -0
  305. package/dist/package.json +46 -0
  306. package/dist/utf8.d.ts +27 -0
  307. package/dist/utf8.js +141 -0
  308. package/dist/varint.d.ts +105 -0
  309. package/dist/varint.js +426 -0
  310. package/package.json +46 -0
package/CHANGELOG.md ADDED
@@ -0,0 +1,8 @@
1
+ # Change Log
2
+
3
+ All notable changes to this project will be documented in this file.
4
+ See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
+
6
+ ## 0.0.2 (2026-01-16)
7
+
8
+ **Note:** Version bump only for package @gitopia/gitopiajs
package/dist/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2024 Faza Mahamood <faza@gitopia.org>
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1 @@
1
+ export declare const amino: {};
@@ -0,0 +1,41 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
15
+ }) : function(o, v) {
16
+ o["default"] = v;
17
+ });
18
+ var __importStar = (this && this.__importStar) || (function () {
19
+ var ownKeys = function(o) {
20
+ ownKeys = Object.getOwnPropertyNames || function (o) {
21
+ var ar = [];
22
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
23
+ return ar;
24
+ };
25
+ return ownKeys(o);
26
+ };
27
+ return function (mod) {
28
+ if (mod && mod.__esModule) return mod;
29
+ var result = {};
30
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
31
+ __setModuleDefault(result, mod);
32
+ return result;
33
+ };
34
+ })();
35
+ Object.defineProperty(exports, "__esModule", { value: true });
36
+ exports.amino = void 0;
37
+ //@ts-nocheck
38
+ const _0 = __importStar(require("./amino"));
39
+ exports.amino = {
40
+ ..._0
41
+ };
@@ -0,0 +1,130 @@
1
+ /**
2
+ * This file and any referenced files were automatically generated by @cosmology/telescope@1.11.0
3
+ * DO NOT MODIFY BY HAND. Instead, download the latest proto files for your chain
4
+ * and run the transpile command or npm scripts command that is used to regenerate this bundle.
5
+ */
6
+ export declare enum WireType {
7
+ Varint = 0,
8
+ Fixed64 = 1,
9
+ Bytes = 2,
10
+ Fixed32 = 5
11
+ }
12
+ export interface IBinaryReader {
13
+ buf: Uint8Array;
14
+ pos: number;
15
+ type: number;
16
+ len: number;
17
+ tag(): [number, WireType, number];
18
+ skip(length?: number): this;
19
+ skipType(wireType: number): this;
20
+ uint32(): number;
21
+ int32(): number;
22
+ sint32(): number;
23
+ fixed32(): number;
24
+ sfixed32(): number;
25
+ int64(): bigint;
26
+ uint64(): bigint;
27
+ sint64(): bigint;
28
+ fixed64(): bigint;
29
+ sfixed64(): bigint;
30
+ float(): number;
31
+ double(): number;
32
+ bool(): boolean;
33
+ bytes(): Uint8Array;
34
+ string(): string;
35
+ }
36
+ export declare class BinaryReader implements IBinaryReader {
37
+ buf: Uint8Array;
38
+ pos: number;
39
+ type: number;
40
+ len: number;
41
+ assertBounds(): void;
42
+ constructor(buf?: ArrayLike<number>);
43
+ tag(): [number, WireType, number];
44
+ skip(length?: number): this;
45
+ skipType(wireType: number): this;
46
+ uint32(): number;
47
+ int32(): number;
48
+ sint32(): number;
49
+ fixed32(): number;
50
+ sfixed32(): number;
51
+ int64(): bigint;
52
+ uint64(): bigint;
53
+ sint64(): bigint;
54
+ fixed64(): bigint;
55
+ sfixed64(): bigint;
56
+ float(): number;
57
+ double(): number;
58
+ bool(): boolean;
59
+ bytes(): Uint8Array;
60
+ string(): string;
61
+ }
62
+ export interface IBinaryWriter {
63
+ len: number;
64
+ head: IOp;
65
+ tail: IOp;
66
+ states: State | null;
67
+ finish(): Uint8Array;
68
+ fork(): IBinaryWriter;
69
+ reset(): IBinaryWriter;
70
+ ldelim(): IBinaryWriter;
71
+ tag(fieldNo: number, type: WireType): IBinaryWriter;
72
+ uint32(value: number): IBinaryWriter;
73
+ int32(value: number): IBinaryWriter;
74
+ sint32(value: number): IBinaryWriter;
75
+ int64(value: string | number | bigint): IBinaryWriter;
76
+ uint64: (value: string | number | bigint) => IBinaryWriter;
77
+ sint64(value: string | number | bigint): IBinaryWriter;
78
+ fixed64(value: string | number | bigint): IBinaryWriter;
79
+ sfixed64: (value: string | number | bigint) => IBinaryWriter;
80
+ bool(value: boolean): IBinaryWriter;
81
+ fixed32(value: number): IBinaryWriter;
82
+ sfixed32: (value: number) => IBinaryWriter;
83
+ float(value: number): IBinaryWriter;
84
+ double(value: number): IBinaryWriter;
85
+ bytes(value: Uint8Array): IBinaryWriter;
86
+ string(value: string): IBinaryWriter;
87
+ }
88
+ interface IOp {
89
+ len: number;
90
+ next?: IOp;
91
+ proceed(buf: Uint8Array | number[], pos: number): void;
92
+ }
93
+ declare class State {
94
+ head: IOp;
95
+ tail: IOp;
96
+ len: number;
97
+ next: State | null;
98
+ constructor(writer: BinaryWriter);
99
+ }
100
+ export declare class BinaryWriter implements IBinaryWriter {
101
+ len: number;
102
+ head: IOp;
103
+ tail: IOp;
104
+ states: State | null;
105
+ constructor();
106
+ static create(): BinaryWriter;
107
+ static alloc(size: number): Uint8Array | number[];
108
+ private _push;
109
+ finish(): Uint8Array;
110
+ fork(): BinaryWriter;
111
+ reset(): BinaryWriter;
112
+ ldelim(): BinaryWriter;
113
+ tag(fieldNo: number, type: WireType): BinaryWriter;
114
+ uint32(value: number): BinaryWriter;
115
+ int32(value: number): BinaryWriter;
116
+ sint32(value: number): BinaryWriter;
117
+ int64(value: string | number | bigint): BinaryWriter;
118
+ uint64: (value: string | number | bigint) => BinaryWriter;
119
+ sint64(value: string | number | bigint): BinaryWriter;
120
+ fixed64(value: string | number | bigint): BinaryWriter;
121
+ sfixed64: (value: string | number | bigint) => BinaryWriter;
122
+ bool(value: boolean): BinaryWriter;
123
+ fixed32(value: number): BinaryWriter;
124
+ sfixed32: (value: number) => BinaryWriter;
125
+ float(value: number): BinaryWriter;
126
+ double(value: number): BinaryWriter;
127
+ bytes(value: Uint8Array): BinaryWriter;
128
+ string(value: string): BinaryWriter;
129
+ }
130
+ export {};
package/dist/binary.js ADDED
@@ -0,0 +1,371 @@
1
+ "use strict";
2
+ //@ts-nocheck
3
+ /**
4
+ * This file and any referenced files were automatically generated by @cosmology/telescope@1.11.0
5
+ * DO NOT MODIFY BY HAND. Instead, download the latest proto files for your chain
6
+ * and run the transpile command or npm scripts command that is used to regenerate this bundle.
7
+ */
8
+ Object.defineProperty(exports, "__esModule", { value: true });
9
+ exports.BinaryWriter = exports.BinaryReader = exports.WireType = void 0;
10
+ // Copyright (c) 2016, Daniel Wirtz All rights reserved.
11
+ // Redistribution and use in source and binary forms, with or without
12
+ // modification, are permitted provided that the following conditions are
13
+ // met:
14
+ // * Redistributions of source code must retain the above copyright
15
+ // notice, this list of conditions and the following disclaimer.
16
+ // * Redistributions in binary form must reproduce the above copyright
17
+ // notice, this list of conditions and the following disclaimer in the
18
+ // documentation and/or other materials provided with the distribution.
19
+ // * Neither the name of its author, nor the names of its contributors
20
+ // may be used to endorse or promote products derived from this software
21
+ // without specific prior written permission.
22
+ // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
23
+ // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
24
+ // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
25
+ // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
26
+ // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
27
+ // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
28
+ // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
29
+ // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
30
+ // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
31
+ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
32
+ // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
33
+ // ---
34
+ // Code generated by the command line utilities is owned by the owner
35
+ // of the input file used when generating it. This code is not
36
+ // standalone and requires a support library to be linked with it. This
37
+ // support library is itself covered by the above license.
38
+ const utf8_1 = require("./utf8");
39
+ const varint_1 = require("./varint");
40
+ var WireType;
41
+ (function (WireType) {
42
+ WireType[WireType["Varint"] = 0] = "Varint";
43
+ WireType[WireType["Fixed64"] = 1] = "Fixed64";
44
+ WireType[WireType["Bytes"] = 2] = "Bytes";
45
+ WireType[WireType["Fixed32"] = 5] = "Fixed32";
46
+ })(WireType || (exports.WireType = WireType = {}));
47
+ class BinaryReader {
48
+ buf;
49
+ pos;
50
+ type;
51
+ len;
52
+ assertBounds() {
53
+ if (this.pos > this.len)
54
+ throw new RangeError("premature EOF");
55
+ }
56
+ constructor(buf) {
57
+ this.buf = buf ? new Uint8Array(buf) : new Uint8Array(0);
58
+ this.pos = 0;
59
+ this.type = 0;
60
+ this.len = this.buf.length;
61
+ }
62
+ tag() {
63
+ const tag = this.uint32(), fieldNo = tag >>> 3, wireType = tag & 7;
64
+ if (fieldNo <= 0 || wireType < 0 || wireType > 5)
65
+ throw new Error("illegal tag: field no " + fieldNo + " wire type " + wireType);
66
+ return [fieldNo, wireType, tag];
67
+ }
68
+ skip(length) {
69
+ if (typeof length === "number") {
70
+ if (this.pos + length > this.len)
71
+ throw indexOutOfRange(this, length);
72
+ this.pos += length;
73
+ }
74
+ else {
75
+ do {
76
+ if (this.pos >= this.len)
77
+ throw indexOutOfRange(this);
78
+ } while (this.buf[this.pos++] & 128);
79
+ }
80
+ return this;
81
+ }
82
+ skipType(wireType) {
83
+ switch (wireType) {
84
+ case WireType.Varint:
85
+ this.skip();
86
+ break;
87
+ case WireType.Fixed64:
88
+ this.skip(8);
89
+ break;
90
+ case WireType.Bytes:
91
+ this.skip(this.uint32());
92
+ break;
93
+ case 3:
94
+ while ((wireType = this.uint32() & 7) !== 4) {
95
+ this.skipType(wireType);
96
+ }
97
+ break;
98
+ case WireType.Fixed32:
99
+ this.skip(4);
100
+ break;
101
+ /* istanbul ignore next */
102
+ default:
103
+ throw Error("invalid wire type " + wireType + " at offset " + this.pos);
104
+ }
105
+ return this;
106
+ }
107
+ uint32() {
108
+ return varint_1.varint32read.bind(this)();
109
+ }
110
+ int32() {
111
+ return this.uint32() | 0;
112
+ }
113
+ sint32() {
114
+ const num = this.uint32();
115
+ return num % 2 === 1 ? (num + 1) / -2 : num / 2; // zigzag encoding
116
+ }
117
+ fixed32() {
118
+ const val = (0, varint_1.readUInt32)(this.buf, this.pos);
119
+ this.pos += 4;
120
+ return val;
121
+ }
122
+ sfixed32() {
123
+ const val = (0, varint_1.readInt32)(this.buf, this.pos);
124
+ this.pos += 4;
125
+ return val;
126
+ }
127
+ int64() {
128
+ const [lo, hi] = varint_1.varint64read.bind(this)();
129
+ return BigInt((0, varint_1.int64ToString)(lo, hi));
130
+ }
131
+ uint64() {
132
+ const [lo, hi] = varint_1.varint64read.bind(this)();
133
+ return BigInt((0, varint_1.uInt64ToString)(lo, hi));
134
+ }
135
+ sint64() {
136
+ let [lo, hi] = varint_1.varint64read.bind(this)();
137
+ // zig zag
138
+ [lo, hi] = (0, varint_1.zzDecode)(lo, hi);
139
+ return BigInt((0, varint_1.int64ToString)(lo, hi));
140
+ }
141
+ fixed64() {
142
+ const lo = this.sfixed32();
143
+ const hi = this.sfixed32();
144
+ return BigInt((0, varint_1.uInt64ToString)(lo, hi));
145
+ }
146
+ sfixed64() {
147
+ const lo = this.sfixed32();
148
+ const hi = this.sfixed32();
149
+ return BigInt((0, varint_1.int64ToString)(lo, hi));
150
+ }
151
+ float() {
152
+ throw new Error("float not supported");
153
+ }
154
+ double() {
155
+ throw new Error("double not supported");
156
+ }
157
+ bool() {
158
+ const [lo, hi] = varint_1.varint64read.bind(this)();
159
+ return lo !== 0 || hi !== 0;
160
+ }
161
+ bytes() {
162
+ const len = this.uint32(), start = this.pos;
163
+ this.pos += len;
164
+ this.assertBounds();
165
+ return this.buf.subarray(start, start + len);
166
+ }
167
+ string() {
168
+ const bytes = this.bytes();
169
+ return (0, utf8_1.utf8Read)(bytes, 0, bytes.length);
170
+ }
171
+ }
172
+ exports.BinaryReader = BinaryReader;
173
+ class Op {
174
+ fn;
175
+ len;
176
+ val;
177
+ next;
178
+ constructor(fn, len, val) {
179
+ this.fn = fn;
180
+ this.len = len;
181
+ this.val = val;
182
+ }
183
+ proceed(buf, pos) {
184
+ if (this.fn) {
185
+ this.fn(this.val, buf, pos);
186
+ }
187
+ }
188
+ }
189
+ class State {
190
+ head;
191
+ tail;
192
+ len;
193
+ next;
194
+ constructor(writer) {
195
+ this.head = writer.head;
196
+ this.tail = writer.tail;
197
+ this.len = writer.len;
198
+ this.next = writer.states;
199
+ }
200
+ }
201
+ class BinaryWriter {
202
+ len = 0;
203
+ head;
204
+ tail;
205
+ states;
206
+ constructor() {
207
+ this.head = new Op(null, 0, 0);
208
+ this.tail = this.head;
209
+ this.states = null;
210
+ }
211
+ static create() {
212
+ return new BinaryWriter();
213
+ }
214
+ static alloc(size) {
215
+ if (typeof Uint8Array !== "undefined") {
216
+ return pool((size) => new Uint8Array(size), Uint8Array.prototype.subarray)(size);
217
+ }
218
+ else {
219
+ return new Array(size);
220
+ }
221
+ }
222
+ _push(fn, len, val) {
223
+ this.tail = this.tail.next = new Op(fn, len, val);
224
+ this.len += len;
225
+ return this;
226
+ }
227
+ finish() {
228
+ let head = this.head.next, pos = 0;
229
+ const buf = BinaryWriter.alloc(this.len);
230
+ while (head) {
231
+ head.proceed(buf, pos);
232
+ pos += head.len;
233
+ head = head.next;
234
+ }
235
+ return buf;
236
+ }
237
+ fork() {
238
+ this.states = new State(this);
239
+ this.head = this.tail = new Op(null, 0, 0);
240
+ this.len = 0;
241
+ return this;
242
+ }
243
+ reset() {
244
+ if (this.states) {
245
+ this.head = this.states.head;
246
+ this.tail = this.states.tail;
247
+ this.len = this.states.len;
248
+ this.states = this.states.next;
249
+ }
250
+ else {
251
+ this.head = this.tail = new Op(null, 0, 0);
252
+ this.len = 0;
253
+ }
254
+ return this;
255
+ }
256
+ ldelim() {
257
+ const head = this.head, tail = this.tail, len = this.len;
258
+ this.reset().uint32(len);
259
+ if (len) {
260
+ this.tail.next = head.next; // skip noop
261
+ this.tail = tail;
262
+ this.len += len;
263
+ }
264
+ return this;
265
+ }
266
+ tag(fieldNo, type) {
267
+ return this.uint32(((fieldNo << 3) | type) >>> 0);
268
+ }
269
+ uint32(value) {
270
+ this.len += (this.tail = this.tail.next =
271
+ new Op(varint_1.writeVarint32, (value = value >>> 0) < 128
272
+ ? 1
273
+ : value < 16384
274
+ ? 2
275
+ : value < 2097152
276
+ ? 3
277
+ : value < 268435456
278
+ ? 4
279
+ : 5, value)).len;
280
+ return this;
281
+ }
282
+ int32(value) {
283
+ return value < 0
284
+ ? this._push(varint_1.writeVarint64, 10, (0, varint_1.int64FromString)(value.toString())) // 10 bytes per spec
285
+ : this.uint32(value);
286
+ }
287
+ sint32(value) {
288
+ return this.uint32(((value << 1) ^ (value >> 31)) >>> 0);
289
+ }
290
+ int64(value) {
291
+ const { lo, hi } = (0, varint_1.int64FromString)(value.toString());
292
+ return this._push(varint_1.writeVarint64, (0, varint_1.int64Length)(lo, hi), { lo, hi });
293
+ }
294
+ // uint64 is the same with int64
295
+ uint64 = BinaryWriter.prototype.int64;
296
+ sint64(value) {
297
+ let { lo, hi } = (0, varint_1.int64FromString)(value.toString());
298
+ // zig zag
299
+ [lo, hi] = (0, varint_1.zzEncode)(lo, hi);
300
+ return this._push(varint_1.writeVarint64, (0, varint_1.int64Length)(lo, hi), { lo, hi });
301
+ }
302
+ fixed64(value) {
303
+ const { lo, hi } = (0, varint_1.int64FromString)(value.toString());
304
+ return this._push(varint_1.writeFixed32, 4, lo)._push(varint_1.writeFixed32, 4, hi);
305
+ }
306
+ // sfixed64 is the same with fixed64
307
+ sfixed64 = BinaryWriter.prototype.fixed64;
308
+ bool(value) {
309
+ return this._push(varint_1.writeByte, 1, value ? 1 : 0);
310
+ }
311
+ fixed32(value) {
312
+ return this._push(varint_1.writeFixed32, 4, value >>> 0);
313
+ }
314
+ // sfixed32 is the same with fixed32
315
+ sfixed32 = BinaryWriter.prototype.fixed32;
316
+ float(value) {
317
+ throw new Error("float not supported" + value);
318
+ }
319
+ double(value) {
320
+ throw new Error("double not supported" + value);
321
+ }
322
+ bytes(value) {
323
+ const len = value.length >>> 0;
324
+ if (!len)
325
+ return this._push(varint_1.writeByte, 1, 0);
326
+ return this.uint32(len)._push(writeBytes, len, value);
327
+ }
328
+ string(value) {
329
+ const len = (0, utf8_1.utf8Length)(value);
330
+ return len
331
+ ? this.uint32(len)._push(utf8_1.utf8Write, len, value)
332
+ : this._push(varint_1.writeByte, 1, 0);
333
+ }
334
+ }
335
+ exports.BinaryWriter = BinaryWriter;
336
+ function writeBytes(val, buf, pos) {
337
+ if (typeof Uint8Array !== "undefined") {
338
+ buf.set(val, pos);
339
+ }
340
+ else {
341
+ for (let i = 0; i < val.length; ++i)
342
+ buf[pos + i] = val[i];
343
+ }
344
+ }
345
+ function pool(alloc, slice, size) {
346
+ const SIZE = size || 8192;
347
+ const MAX = SIZE >>> 1;
348
+ let slab = null;
349
+ let offset = SIZE;
350
+ return function pool_alloc(size) {
351
+ if (size < 1 || size > MAX)
352
+ return alloc(size);
353
+ if (offset + size > SIZE) {
354
+ slab = alloc(SIZE);
355
+ offset = 0;
356
+ }
357
+ const buf = slice.call(slab, offset, (offset += size));
358
+ if (offset & 7)
359
+ // align to 32 bit
360
+ offset = (offset | 7) + 1;
361
+ return buf;
362
+ };
363
+ }
364
+ function indexOutOfRange(reader, writeLength) {
365
+ return RangeError("index out of range: " +
366
+ reader.pos +
367
+ " + " +
368
+ (writeLength || 1) +
369
+ " > " +
370
+ reader.len);
371
+ }