Simon Warta
1c2f4344af
Add {Uint32,Int53,Uint53,Uint64}.toBigInt
2022-06-29 10:09:34 +02:00
Simon Warta
ed5f1d9524
Fix decoding of events with no attributes
2022-06-29 08:52:00 +02:00
Simon Warta
a78a5dfdc5
Fix key/value types in RpcAbciQueryResponse
2022-06-28 15:30:15 +02:00
Simon Warta
47f13b231a
Add SigningCosmWasmClient.executeMultiple
2022-06-27 14:47:22 +02:00
Simon Warta
ae61b7f9c9
Merge pull request #1195 from cosmos/fix-Decimal-negative-integers
...
Fix Decimal can be constructed with a negative atomics (Simon)
2022-06-27 10:49:18 +02:00
Simon Warta
816c6b9050
Add CHANGELOG entry
2022-06-27 10:33:51 +02:00
Simon Warta
cd31414e96
Add AbciQueryResponse fields
2022-06-23 15:06:41 +02:00
Simon Warta
05f89b107b
Merge branch '0.28'
2022-06-21 16:22:02 +02:00
Simon Warta
e2e9864192
Set version 0.28.9
2022-06-21 16:17:24 +02:00
Simon Warta
314af3ccbb
Merge branch '0.28'
2022-06-21 11:08:22 +02:00
Simon Warta
5ec2da12c4
Set version 0.26.8
2022-06-21 08:38:45 +02:00
Simon Warta
317bd0bee3
Fix decoding validator update
...
Backport of https://github.com/cosmos/cosmjs/pull/1178
2022-06-21 08:13:26 +02:00
Simon Warta
304efad841
Merge pull request #1178 from blorgon1/fix/validator-slashing-update
...
fix: decoding validator update from slashing
2022-06-21 08:07:56 +02:00
Simon Warta
ae1471af27
Add makeMultisignedTxBytes
2022-06-20 12:48:57 +02:00
blorgon1
ae820763d9
fix: decoding validator update from slashing
2022-06-15 11:45:15 -04:00
Simon Warta
48496d3b73
Merge branch '0.28'
2022-06-14 10:05:40 +02:00
Simon Warta
071c4bf6c1
Set version 0.28.7
2022-06-14 09:24:45 +02:00
Simon Warta
c613490272
Merge branch 'fix-BondStatusString-0.28' into 0.28
2022-06-14 08:59:27 +02:00
Simon Warta
9f4eca38c1
Add CHANGELOG entry: Turn protobufjs into a devDependency
2022-06-14 08:54:46 +02:00
Simon Warta
24f6c0f5f0
Fix BondStatusString values
2022-06-14 08:17:01 +02:00
Simon Warta
6859975d78
Upgrade cosmjs-types to 0.5.0
2022-06-13 13:51:53 +02:00
Simon Warta
a035c92dca
Fix BondStatusString values
2022-06-13 12:02:45 +02:00
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