289 Commits

Author SHA1 Message Date
Simon Warta
1d7014d31d Update CHANGELOG entry for packetCommitment 2022-06-13 10:57:36 +02:00
Fantastic
57cb3d794e
Update CHANGELOG.md 2022-06-11 15:22:48 +08:00
Simon Warta
2847f4b7ea Set version 0.28.6 2022-06-08 18:30:30 +02:00
Simon Warta
f86f167556 Set version 0.28.5 2022-06-08 15:58:56 +02:00
Simon Warta
8c2349391e Upgrade protobufjs to 6.11 2022-06-08 15:26:15 +02:00
blorgon1
8296ca037e fix: block results validator update decoder 2022-05-24 12:12:01 -04:00
blorgon1
b63075aca1
feat: add num_unconfirmed_txs endpoint (#1150)
* feat: add num_unconfirmed_txs endpoint

* fix: typos

* fix: lint

* fix: lint

* chore: update changelog

* Update CHANGELOG.md

Co-authored-by: Ryan Rossiter <ryan.rossiter@btcx.com>
Co-authored-by: Simon Warta <2603011+webmaster128@users.noreply.github.com>
2022-05-21 09:52:40 +02:00
Simon Warta
15bf277754 Let calculateFee handle fee amounts that exceed the safe integer range 2022-04-26 17:12:38 +02:00
Simon Warta
fe50198086 Add Decimal.floor/.ceil 2022-04-26 17:05:27 +02:00
Simon Warta
e9d678aa8f Set version 0.28.4 2022-04-15 19:13:38 +02:00
Milan Steiner
426c9b451a Add changelog entry 2022-04-13 14:28:20 +02:00
Simon Warta
2a8433a06d Add CHANGELOG entry for custom HTTP headers 2022-04-13 06:57:34 +02:00
Simon Warta
f0d5f31ed1 Add CHANGELOG entry 2022-04-12 15:46:21 +02:00
Simon Warta
e379ccd859 Add Decimal.zero and Decimal.one 2022-04-12 11:56:40 +02:00
Simon Warta
f31045a4e8 Set version 0.28.3 2022-04-11 11:26:56 +02:00
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