Commit Graph
3771 Commits
Author SHA1 Message Date
Simon Warta c6112913b9 Rename encodeInt to encodeUvarint 2022-06-29 10:30:45 +02:00
Simon Warta 1e50f89225 Merge pull request #1203 from cosmos/add-toBigInt
Add {Uint32,Int53,Uint53,Uint64}.toBigInt
2022-06-29 10:30:17 +02:00
Simon Warta 1c2f4344af Add {Uint32,Int53,Uint53,Uint64}.toBigInt 2022-06-29 10:09:34 +02:00
Simon Warta 7810a33353 Merge pull request #1202 from cosmos/replace-optional-function
Replace optional function with ?? operator
2022-06-29 09:35:45 +02:00
Simon Warta a2571295b4 Replace optional function with ?? operator 2022-06-29 09:17:09 +02:00
Simon Warta 9983ac7a4c Merge pull request #1199 from cosmos/fix-decoding-of-omitted-attributes
Fix decoding of events with no attributes
2022-06-29 09:09:04 +02:00
Simon Warta ed5f1d9524 Fix decoding of events with no attributes 2022-06-29 08:52:00 +02:00
Simon Warta 96f5b5579e Merge pull request #1200 from cosmos/fix-key-value-in-RpcAbciQueryResponse
Fix key/value types in RpcAbciQueryResponse
2022-06-28 16:03:34 +02:00
Simon Warta a78a5dfdc5 Fix key/value types in RpcAbciQueryResponse 2022-06-28 15:30:15 +02:00
Simon Warta 92ee134a12 Merge pull request #1192 from cosmos/executeMultiple
Add SigningCosmWasmClient.executeMultiple
2022-06-27 16:13:30 +02:00
Simon Warta c8bc6c6e37 Test executeMultiple 2022-06-27 15:01:14 +02:00
Simon Warta 47f13b231a Add SigningCosmWasmClient.executeMultiple 2022-06-27 14:47:22 +02:00
Simon Warta 7624c0bd12 Merge pull request #1196 from cosmos/upgrade-ts
Upgrade TypeScript to 4.6
2022-06-27 13:22:59 +02:00
Simon Warta 101a5dfd6a Upgrade TypeScript to 4.6 2022-06-27 12:21:06 +02:00
Simon Warta 2f06bb9025 Upgrade TypeScript to 4.5 2022-06-27 12:18:59 +02:00
Simon Warta 03a04ddd1b Upgrade koa 2022-06-27 12:16:40 +02:00
Simon Warta 4f605fc1fd Upgrade typedoc 2022-06-27 11:59:46 +02:00
Simon Warta b847e8f403 Re-install after yarn upgrade 2022-06-27 11:57:51 +02:00
Simon Warta e37d56cf28 Upgrade yarn to 3.2.1 2022-06-27 11:53:00 +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 ce7d3bf461 Add more tests 2022-06-27 10:31:19 +02:00
Simon Warta 9545245267 Fix empty input handling of fromUserInput 2022-06-27 10:31:14 +02:00
Tien Nguyen Khac 3175384a1f test: use exact string match for error 2022-06-25 23:18:41 +12:00
Tien Nguyen Khac bd8c2b8c18 chore: update test & fix spelling 2022-06-25 23:17:06 +12:00
Tien Nguyen Khac 048169fd3f refactor: stricter check for non-negative integers 2022-06-25 23:13:09 +12:00
Simon Warta 9ab064e5d8 Merge pull request #1191 from cosmos/update-AbciQueryResponse
Add AbciQueryResponse fields
2022-06-23 15:43:00 +02:00
Simon Warta cd31414e96 Add AbciQueryResponse fields 2022-06-23 15:06:41 +02:00
Tien Nguyen Khac 6f22e00488 Fix Decimal can be constructed with a negative atomics 2022-06-22 12:05:34 +12: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 00e9ce6b65 Merge pull request #1186 from cosmos/upgrade-jasmine
Upgrade jasmine and karma-jasmine
2022-06-21 15:37:51 +02:00
Simon Warta dc32993e47 Upgrade jasmine and karma-jasmine 2022-06-21 14:39:23 +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 487abfb692 Merge pull request #1185 from cosmos/validator-slashing-update-0.28
Fix decoding validator update
2022-06-21 08:35:04 +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
blorgon1 4397815d4c fix: validator update zero voting power repr 2022-06-20 10:50:28 -04:00
Simon Warta 41884540d2 Merge pull request #1176 from cosmos/crate-makeMultisignedTxBytes
Add makeMultisignedTxBytes
2022-06-20 13:24:16 +02:00
Simon Warta ae1471af27 Add makeMultisignedTxBytes 2022-06-20 12:48:57 +02:00
Simon Warta 44013d9b16 Merge pull request #1183 from cosmos/unsubscribe-later
Make Tendermint 0.35 block header test independent of block count
2022-06-20 12:48:24 +02:00
Simon Warta e3e2b8151c Make Tendermint 0.35 block header test independent of block count 2022-06-20 12:07:57 +02:00
blorgon1 145f2c65de fix: voting power undefined test 2022-06-15 11:57:20 -04:00
blorgon1 296e2178de fix: lint 2022-06-15 11:53:11 -04:00
blorgon1 ae820763d9 fix: decoding validator update from slashing 2022-06-15 11:45:15 -04:00
Simon Warta 42e39f91f4 Merge pull request #1173 from cosmos/tendermint-0.35
Add Tendermint 0.35 client
2022-06-14 17:14:31 +02:00
Simon Warta 2fe4d51607 Stabilize block headers test 2022-06-14 16:48:58 +02:00
Simon Warta 54cafc4a63 Fix cors-allowed-origins configuration for Tendermint 0.35 2022-06-14 16:33:32 +02:00
Simon Warta fe90dc30d5 Use resource_class: large to ensure we don't have memory issues 2022-06-14 15:49:32 +02:00