274 Commits

Author SHA1 Message Date
Simon Warta
f6666ba52c Add missing normalizeBech32 export 2022-04-11 11:25:22 +02:00
Simon Warta
db1244f02e Add more info to MsgCreateVestingAccount support 2022-04-08 13:51:28 +02:00
Simon Warta
5fc096089a Set version 0.28.2 2022-04-07 11:06:35 +02:00
Milan Steiner
294af583ff
Merge branch 'main' into add-vesting-module 2022-04-07 10:55:52 +02:00
Milan Steiner
d61be45516 Moving changes to ## Unreleased 2022-04-07 10:29:11 +02:00
Simon Warta
ba2c7bec84 Create normalizeBech32 2022-04-07 08:13:05 +02:00
Milan Steiner
8da37cd2e5 Adding vesting module to stargate 2022-04-06 10:44:55 +02:00
Simon Warta
b0dc01ccc6 Set version 0.28.1 2022-03-30 16:58:17 +02:00
Riccardo Montagnin
13ce43c122
feat: allow to specify an AccountParser inside StargateClient (#1102)
* feat: added the ability to specify an AccountParser inside StargateClient

* use inheritance instead of composition

* make accountParser not optional

* added changelog

* added types to index.ts
2022-03-30 14:37:41 +02:00
Simon Warta
1e11948c07
Add missing runtime dependencies to proto-signing and tendermint-rpc (#1098) 2022-03-22 14:40:59 +01:00
Simon Warta
fcf01d4b09 Add missing assertIsBroadcastTxSuccess CHANGELOG entry [skip ci]
Closes #1076
2022-03-17 15:27:59 +01:00
Simon Warta
6377153001 Set version 0.28.0 2022-03-17 14:11:26 +01:00
Milan Steiner
8763c88f30
Add Authz queries to QueryClient (#1089)
* Add Authz queries to QueryClient

* Rename 'pagination' to 'pagionationKey'

* Typo in Changelog

* Adding test for authz query

* Fix Typo

* Fix tests

* Update packages/stargate/src/modules/authz/queries.spec.ts

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

* Improve authz query test

* Improve authz queries

* Let's use a random address for grantee in tests

* Beautify tests

* Update packages/stargate/src/modules/authz/queries.ts

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

* Update packages/stargate/src/modules/authz/queries.spec.ts

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

* Update packages/stargate/src/modules/authz/queries.spec.ts

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

Co-authored-by: Simon Warta <2603011+webmaster128@users.noreply.github.com>
2022-03-16 11:14:14 +01:00
Milan Steiner
8fb1ae25a8
Add waiting time to timeout error message (#1087)
* Add waiting time to timeout error message

* Update cosmwasmclient.ts

* Update stargateclient.ts

Co-authored-by: Simon Warta <simon@warta.it>
2022-03-15 23:17:47 +01:00
Milan Steiner
0a93af06d4
Merge branch 'main' into more-then-100-getCodes 2022-03-15 19:27:46 +01:00
Milan Steiner
a89ca5fa0e Link issue to changelog 2022-03-11 10:08:11 +01:00
Milan Steiner
bf25bc6409 getContracts(): Support more than 100 per code ID 2022-03-11 10:06:47 +01:00
Milan Steiner
52837a2a75 getCodes(): Support more than 100 code IDs 2022-03-11 09:59:30 +01:00
Milan Steiner
164881e1b7 Added Changes to Changelog.md 2022-03-10 11:41:55 +01:00
Simon Warta
54b2beb490 Add missing 0.28.0 CHANGELOG entries 2022-03-02 21:51:30 +01:00
Simon Warta
15f8a144d4 Add CHANGELOG entry 2022-02-28 16:47:38 +01:00
Milan Steiner
4c8b278c1d
Create toBech32 and fromBech32 in @cosmjs/encoding (#1058)
* Create toBech32 and fromBech32

* Add changes to CHANGELOG.md

* Fix linting

* Update packages/encoding/src/bech32.ts

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>

* Update packages/encoding/src/bech32.ts

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

* Update bech32.ts

Co-authored-by: Simon Warta <2603011+webmaster128@users.noreply.github.com>
2022-02-22 14:05:34 +01:00
Milan Steiner
9b80dff493
Rename launchpadledger (#1056)
* Rename LaunchpadLedger to LedgerConnector

* Added changelog entry

* Update CHANGELOG.md

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

* Rename property ledger to connector

Co-authored-by: Simon Warta <2603011+webmaster128@users.noreply.github.com>
2022-02-22 11:43:16 +01:00
Milan Steiner
48aeb1ddeb
Implement Query SlashingExtension (#1040)
* Implement Query SlashingExtension

* Add proper tests for slashing

* Added changes to CHANGELOG.md

* Fix tests

* Change test description to match the others

* dont call slashingextension in stargateclient

* Fix linting

Co-authored-by: Simon Warta <2603011+webmaster128@users.noreply.github.com>
2022-02-21 22:05:04 +01:00
Simon Warta
065e714cf8 Add Secp256k1.uncompressPubkey 2022-02-20 19:54:51 +01:00
Simon Warta
10d101b5fc Check uniqueness of Amino type in fromAmino 2022-02-17 17:33:59 +01:00
Milan Steiner
1b4958f5ca Added to changelog 2022-02-16 15:20:46 +01:00
Simon Warta
9e7adb2c2b Set default gas limit for send transactions to 100k 2022-02-09 22:38:44 +01:00
Simon Warta
4ca659272b Format CHANGELOG [skip ci] 2022-02-09 22:38:17 +01:00
Simon Warta
1cfda9dccf
Merge pull request #1027 from cosmos/add-new-msgs
Adding new messages to defaultRegistryTypes
2022-02-07 14:57:50 +01:00
Milan Steiner
c8dd256b00 Linked issue to changelog 2022-02-07 14:23:03 +01:00
Milan Steiner
cae8d10bff Add changes to CHANGELOG.md 2022-02-07 14:21:40 +01:00
Milan Steiner
33cfa9842c
Merge branch 'main' into gas-in-cosmwasm 2022-02-04 09:48:49 +01:00
Milan Steiner
baa257e619 Adding changes to CHANGELOG.md 2022-02-04 09:46:36 +01:00
Simon Warta
f8ed0086d7
Merge branch 'main' into Registry-constructor-arguments 2022-02-02 11:40:43 +01:00
Milan Steiner
099ba78db0 Adding changes to CHANGELOG.md 2022-02-02 09:46:34 +01:00
Milan Steiner
4cbf5fec34 Add changes to CHANGELOG.md 2022-02-02 09:35:12 +01:00
Simon Warta
6595521956 Bump target to es2018 2022-01-27 23:45:05 +01:00
Simon Warta
353f2da4a8 Make prefix required in AminoTypes constructor 2022-01-26 16:38:35 +01:00
Simon Warta
f812fe7be9 Remove SHA1 2022-01-26 15:35:57 +01:00
Simon Warta
e098e763dd Set version 0.27.1 2022-01-26 15:28:55 +01:00
Simon Warta
e48101f8a7 Refactor to LaunchpadLedger.showAddress 2022-01-26 13:45:15 +01:00
Simon Warta
450480791b adding show address in ledgerSigner 2022-01-26 13:44:53 +01:00
Simon Warta
ec98fc1996 Avoid parsing evidence from Tendermint 2022-01-26 12:45:18 +01:00
Simon Warta
8b59c70e71 Export WasmExtension and setupWasmExtension 2022-01-25 18:45:03 +01:00
Simon Warta
96de965a21 Add type ID/type URL to error messages in AminoTypes 2022-01-19 09:02:40 +01:00
Simon Warta
c3eae7c28a Add fromBinary/toBinary 2022-01-13 22:26:42 +01:00
Simon Warta
c192fc9b95 Set version 0.27.0 2022-01-10 16:03:01 +01:00
Simon Warta
6ad4135bb7
Merge pull request #976 from cosmos/gasprice-tostring
Add GasPrice.toString
2022-01-10 15:41:18 +01:00
Simon Warta
b21dcc68ac Merge branch '0.26' 2022-01-10 15:39:55 +01:00