Commit Graph
3956 Commits
Author SHA1 Message Date
Mantas Vidutis f461bfa0eb multiple describe blocks 2023-01-03 13:45:03 +07:00
Mantas Vidutis ac765342eb only test new queries in 46 2022-11-26 16:50:44 +01:00
Mantas Vidutis eb6d9ea378 lint fix 2022-11-26 16:22:31 +01:00
Mantas Vidutis 7e151f3f7b more lint 2022-11-24 12:56:52 -08:00
Mantas Vidutis a83ad207dd lint 2022-11-24 12:47:14 -08:00
Mantas Vidutis 091c5cb9b3 proper types 2022-11-24 12:28:16 -08:00
Mantas Vidutis 299b3ba384 add more checks on grant addresses 2022-11-24 12:15:17 -08:00
Mantas Vidutis 94dbb54a38 Merge branch 'main' of github.com:mvid/cosmjs into authz-queries 2022-11-24 11:36:44 -08:00
Mantas Vidutis 7f35398758 Merge branch 'main' of github.com:mvid/cosmjs into authz-queries 2022-11-24 11:35:40 -08:00
Mantas Vidutis ecd8b97223 no need for msg url type 2022-11-24 11:22:53 -08:00
Simon Warta 74346b2ce6 Merge pull request #1331 from cosmos/prettyfy-some-code
Create authInfo with type
2022-11-24 20:18:44 +01:00
Mantas Vidutis 36fc113849 add more tests for newly exposed grant queries 2022-11-24 11:17:43 -08:00
Simon Warta c9d833fd36 Merge pull request #1328 from cosmos/deprecate-queryUnverified
Add QueryClient.queryAbci and deprecate QueryClient.queryUnverified
2022-11-24 20:17:03 +01:00
Simon Warta 51ca98eda1 Create authInfo with type 2022-11-24 19:56:55 +01:00
Simon Warta 503e94996f Add QueryClient.queryAbci and deprecate QueryClient.queryUnverified 2022-11-24 19:49:28 +01:00
Simon Warta 7a5cebaab5 Merge pull request #1330 from cosmos/upgrade-git-lfs
Upgrade git-lfs_2.13.3_amd64.deb in CI
2022-11-24 19:48:33 +01:00
Simon Warta 8c89616239 Upgrade git-lfs_2.13.3_amd64.deb in CI 2022-11-24 19:26:48 +01:00
Simon Warta fd0e6d7607 Set version 0.29.4 2022-11-15 23:07:54 +01:00
Simon Warta 466a4423b3 Merge pull request #1323 from cosmos/improve-HttpBatchClient
Improve HttpBatchClient
2022-11-15 22:30:45 +01:00
Simon Warta 66124fcc93 Send batch immediately when full in HttpBatchClient 2022-11-15 16:45:32 +01:00
Simon Warta 37ed295a2e Improve HttpBatchClient constructor and add missing exports 2022-11-15 16:45:32 +01:00
Simon Warta 8a7787885f Merge pull request #1324 from cosmos/bump-elliptic
Bump elliptic to ^6.5.4
2022-11-15 16:40:20 +01:00
Simon Warta 6fc3d33117 Update @types/elliptic 2022-11-15 16:10:35 +01:00
Simon Warta 3e6c9b6009 Bump elliptic version to ^6.5.4 2022-11-15 16:10:12 +01:00
Simon Warta 9c623bd645 Format CHANGELOG 2022-11-15 16:08:21 +01:00
Simon Warta 00035fd53e Merge pull request #1322 from cosmos/rm-http-tests
Pull out function http and deduplicate tests
2022-11-15 00:15:51 +01:00
Simon Warta c3c5517eaf Pull out function http and deduplicate tests 2022-11-14 23:59:02 +01:00
Simon Warta 46ae68e308 Merge pull request #1320 from disperze/main
Fix parse ContractCodeHistory msg
2022-11-14 18:47:15 +01:00
Giancarlos Salas f769277631 Update CHANGELOG.md 2022-11-14 10:58:32 -06:00
Simon Warta 65899655a9 Merge pull request #1321 from cosmos/upgrade-socket.io
Upgrade socket.io
2022-11-14 11:49:51 +01:00
Simon Warta 0d75c02d96 Upgrade socket.io 2022-11-14 09:35:35 +01:00
Giancarlos Salas 82371597c3 Fix parse contract msg 2022-11-11 11:49:42 -06:00
Mantas Vidutis 9263f33b69 authz queries to meet the expanded types provided in the sdk 2022-10-25 18:27:06 -04:00
Simon Warta 2c3b27eeb3 Merge pull request #1306 from cosmos/upgrade-minimatch
Upgrade minimatch
2022-10-25 11:08:15 +02:00
Simon Warta 30d0a656ea Upgrade minimatch 2022-10-25 10:12:27 +02:00
Simon Warta ad2da94f23 Set version 0.29.3 2022-10-25 10:08:08 +02:00
Simon Warta d03116ef4f Merge pull request #1304 from cosmos/fix-AminoMsgEditValidator
Fix Amino JSON for commission_rate/min_self_delegation
2022-10-25 09:26:05 +02:00
Simon Warta ccef527467 Fix Amino JSON for commission_rate/min_self_delegation 2022-10-25 09:05:31 +02:00
Simon Warta d953edef0f Merge pull request #1302 from cosmos/stargate-events
Improve event propagation
2022-10-25 00:25:26 +02:00
Simon Warta c51fb2154f Add events to SigningCosmWasmClient's methods 2022-10-24 23:43:35 +02:00
Simon Warta 5242771343 Add missing re-exports Attribute, DeliverTxResponse, Event, IndexedTx 2022-10-24 23:42:14 +02:00
Simon Warta f2cfb3136a Add DeliverTxResponse.events 2022-10-24 23:42:03 +02:00
Simon Warta e62e461f85 Add structured Eventss to IndexTx.events 2022-10-24 16:49:26 +02:00
Simon Warta a08c6bae92 Add lossy parameter to fromUtf8 2022-10-24 16:49:20 +02:00
Simon Wartaandcodehans 55ca044b60 Batch RPC requests 2 (#1303)
* WIP Batch RPC requests

* Lint warnings

* Match responses by ID

* Review Comments

* Lint

* Update packages/tendermint-rpc/src/rpcclients/httpbatchclient.spec.ts

Co-authored-by: Simon Warta <2603011+webmaster128@users.noreply.github.com>

* Update packages/tendermint-rpc/src/rpcclients/httpbatchclient.ts

Co-authored-by: Simon Warta <2603011+webmaster128@users.noreply.github.com>

* Update packages/tendermint-rpc/src/rpcclients/httpbatchclient.ts

Co-authored-by: Simon Warta <2603011+webmaster128@users.noreply.github.com>

* review updates

* lint

* check falsy values

* CHANGELOG & export

* Update CHANGELOG.md

Co-authored-by: Simon Warta <2603011+webmaster128@users.noreply.github.com>

* Update CHANGELOG.md

Co-authored-by: Simon Warta <2603011+webmaster128@users.noreply.github.com>

* yarn format-text

* Fix linter issues

* Test batchSizeLimit for safe integer and improve error message

* Move changelog to Unreleased section

Co-authored-by: codehans <94654388+codehans@users.noreply.github.com>
2022-10-24 14:44:28 +02:00
Simon Warta bba7780de0 Merge pull request #1294 from cosmos/document-pubkeyToRawAddress-pubkeyToAddress
Add doc comments to pubkeyToRawAddress and pubkeyToAddress
2022-10-19 17:09:55 +02:00
Simon Warta 01f6e1fffb Add doc comments to pubkeyToRawAddress and pubkeyToAddress 2022-10-18 14:17:25 +02:00
Simon Warta 51a7214d01 Merge pull request #1292 from omahs/patch-1
Fix: typos
2022-10-14 13:08:43 +02:00
omahs 47a967a26b Fix: typos
Fix: typos
2022-10-14 12:34:52 +02:00
Simon Warta 3d7eb873ac Set version 0.29.2 2022-10-13 18:21:22 +02:00