813 Commits

Author SHA1 Message Date
Simon Warta
e1e35bb133 Upgrade TypeScript to 4.9 2023-04-03 15:55:13 +02:00
Simon Warta
cd29c2a2af Upgrade @types/node to v18 2023-04-03 15:38:32 +02:00
Simon Warta
a16755a122 Set version 0.30.1 2023-03-22 15:52:16 +01:00
dependabot[bot]
3b84edb800
Bump webpack from 5.37.1 to 5.76.0
Bumps [webpack](https://github.com/webpack/webpack) from 5.37.1 to 5.76.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.37.1...v5.76.0)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-14 16:01:33 +00:00
jinseong.cho
a7b8710d10 fix: fail amino sign verify with special chars 2023-03-09 17:35:23 +01:00
Simon Warta
e0b8c5e43d Set version 0.30.0 2023-03-09 12:36:39 +01:00
Noah Saso
2ffe5b1d5a Fixed formatting and added entries to CHANGELOG.md. 2023-03-08 15:22:32 -08:00
Noah Saso
0a27b16d3c PR fixes. 2023-03-08 13:39:35 -08:00
Noah Saso
6e98cbb6cf Adds default stargaze amino types to cosmwasm client. 2023-03-07 09:45:10 -08:00
Simon Warta
50f9187515 Set version 0.30.0-beta.1 2023-03-07 16:25:54 +01:00
Simon Warta
4657858028 Upgrade cosmjs-types to 0.7 2023-03-07 14:04:24 +01:00
Simon Warta
a5a8a06e9b Add txIndex to DeliverTxResponse and IndexedTx 2023-03-06 14:14:13 +01:00
Simon Warta
7f8934cbe5 Allow creating higher level clients with a given Tendermint client 2023-03-02 17:29:51 +01:00
Simon Warta
a808a8218c Add TendermintClient 2023-03-02 14:22:35 +01:00
Simon Warta
3daa7b6c4a Rename fromTendermint34Event to fromTendermintEvent
and let it support both Tendermint 0.34 and 0.37 events as input
2023-03-02 14:12:47 +01:00
Simon Warta
68a7a1ccfb Adjust eslint config to make it work again 2023-03-01 15:32:06 +01:00
Simon Warta
910aa4976c Upgrade @typescript-eslint/* dependencies 2023-03-01 14:42:06 +01:00
Mantas Vidutis
5e21c51eb2
Merge branch 'main' of github.com:cosmos/cosmjs into authz-queries 2023-01-03 15:45:33 +07:00
Mantas Vidutis
f461bfa0eb
multiple describe blocks 2023-01-03 13:45:03 +07:00
Simon Warta
92b03215cf Upgrade cosmjs-types to 0.6.0 2022-12-08 15:56:26 +01:00
Simon Warta
6b1e57fd79 Use Any.fromPartial to construct an Any 2022-12-08 15:54:18 +01:00
Simon Warta
490f44512e Remove fromJSON/toJSON from TsProtoGeneratedType 2022-12-08 15:54:10 +01:00
Simon Warta
15270548e4 Use telescope powered cosmjs-types 2022-12-08 15:53:31 +01:00
Simon Warta
6dd634afda Remove unnecessary address prefix from createStakingAminoConverters 2022-12-08 15:21:28 +01:00
Simon Warta
866a831dca Make input and output of decodePubkey non-optional 2022-12-08 12:55:11 +01:00
Simon Warta
ef79d443b0 Set version 0.29.5 2022-12-07 20:58:01 +01:00
Simon Warta
b5290390bb
Merge pull request #1339 from cosmos/upgrade-prettier-2.8.1
Upgrade prettier to 2.8.1
2022-12-07 19:55:09 +01:00
Simon Warta
55da02982a Rename argument to queryKey in queryVerified 2022-12-07 19:24:40 +01:00
Simon Warta
037dc3d69f Create queryStoreVerified and deprecate queryVerified 2022-12-07 19:16:34 +01:00
Simon Warta
e015f947ba Export missing QueryAbciResponse 2022-12-07 19:16:34 +01:00
Simon Warta
58c1ab70b2 Upgrade prettier 2022-12-07 19:15:24 +01:00
Simon Warta
911027da59 Organize protoDecimalToJson test code 2022-12-07 11:00:46 +01:00
Simon Warta
e61dd42e82 Remove protoDecimalToJson export 2022-12-07 11:00:46 +01:00
keupsonite
cc1e8531d8 Update packages/stargate/src/modules/staking/aminomessages.ts
Co-authored-by: Simon Warta <2603011+webmaster128@users.noreply.github.com>
2022-12-07 11:00:46 +01:00
keupsonite
63cfaad9e8 Fix protoDecimalToJson 0 fractional part 2022-12-07 11:00:46 +01: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
ecd8b97223
no need for msg url type 2022-11-24 11:22:53 -08:00
Mantas Vidutis
36fc113849
add more tests for newly exposed grant queries 2022-11-24 11:17:43 -08:00
Simon Warta
503e94996f Add QueryClient.queryAbci and deprecate QueryClient.queryUnverified 2022-11-24 19:49:28 +01:00
Simon Warta
fd0e6d7607 Set version 0.29.4 2022-11-15 23:07:54 +01: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
ad2da94f23 Set version 0.29.3 2022-10-25 10:08:08 +02:00
Simon Warta
ccef527467 Fix Amino JSON for commission_rate/min_self_delegation 2022-10-25 09:05:31 +02:00
Simon Warta
f2cfb3136a Add DeliverTxResponse.events 2022-10-24 23:42:03 +02:00