341 Commits

Author SHA1 Message Date
Simon Warta
ec98fc1996 Avoid parsing evidence from Tendermint 2022-01-26 12:45:18 +01:00
Simon Warta
c192fc9b95 Set version 0.27.0 2022-01-10 16:03:01 +01:00
Simon Warta
57a56cfa6a Set version 0.27.0-rc2 2021-12-06 13:52:25 +01:00
Simon Warta
700cac88ec Set version 0.27.0-rc1 2021-12-01 13:21:49 +01:00
Simon Warta
34e0220e03 Sort exports 2021-12-01 11:58:57 +01:00
Simon Warta
b859384035 Upgrade typedoc to 0.22 2021-11-24 13:31:57 +01:00
Simon Warta
28ddfeb45c Upgrade TypeScript to 4.4 and adapt code 2021-11-24 13:26:36 +01:00
Simon Warta
90ebdd2bc4 Add hash to BroadcastTxAsyncResponse 2021-11-23 10:25:38 +01:00
Simon Warta
e3ce6eb3d8 Add missing BlockSearchResponse case to Response 2021-11-23 10:16:10 +01:00
Simon Warta
39bd0d437f
Merge pull request #942 from cosmos/upgrade-to-yarn3
Upgrade to yarn 3.1.0
2021-11-23 09:45:32 +01:00
Simon Warta
5e6477ada4 Run tests through yarn 2021-11-22 22:47:23 +01:00
Simon Warta
95e6156d3b Use symbols from tendermint34 folder 2021-11-22 21:13:43 +01:00
Simon Warta
fe07180431 Remove Tendermint33Client and related symbols 2021-11-22 21:09:36 +01:00
Simon Warta
8ac88b7f74 Merge branch '0.26' 2021-11-22 18:58:32 +01:00
Simon Warta
895b494f95 Set version 0.26.5 2021-11-20 13:01:17 +01:00
Simon Warta
cd5bc69012 Fix undefined this in decodeBroadcastTxAsync 2021-11-20 10:24:33 +01:00
Simon Warta
c03a06e26b Remove default URLs from HttpClient and WebsocketClient 2021-11-19 10:12:11 +01:00
Simon Warta
91f3c9872e Upgrade prettier to 2.4.1 2021-11-18 23:04:36 +01:00
Simon Warta
2e0fef4546 Set version 0.26.4 2021-10-28 22:08:06 +02:00
Simon Warta
5aed28fc1b Set version 0.26.3 2021-10-25 11:13:00 +02:00
Simon Warta
f198f0acc4 Set version 0.26.2 2021-10-12 14:39:52 +02:00
Simon Warta
11ec6f1393 Write tests for http function 2021-10-12 00:35:24 +02:00
Simon Warta
b472cd4acb Set version 0.26.1 2021-09-30 23:21:18 +02:00
dependabot[bot]
b2326ca305
Bump axios from 0.21.1 to 0.21.2
Bumps [axios](https://github.com/axios/axios) from 0.21.1 to 0.21.2.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.21.1...v0.21.2)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-30 20:32:48 +00:00
Simon Warta
b2279928c6 Set version 0.26.0 2021-08-24 17:31:59 +02:00
Simon Warta
ac016f1f30 Set version 0.26.0-rc1 2021-08-24 11:23:09 +02:00
Simon Warta
9508c58130 Set version 0.26.0-alpha2 2021-08-04 16:59:57 +02:00
Simon Warta
8853faded3 Remove nonces 2021-08-04 16:57:08 +02:00
Simon Warta
e7584125b9 Configure npm registry for publishing 2021-08-04 16:45:19 +02:00
Simon Warta
1582ccedbc Set version 0.26.0-alpha1 2021-08-04 16:16:08 +02:00
Simon Warta
c2bbba5258 Upgrade Jasmine to 3.8 2021-07-28 15:12:32 +02:00
Simon Warta
7bddd8f2dc Merge branch '0.25' into main 2021-07-26 14:06:35 +02:00
Simon Warta
2e52b1b540 v0.25.6 2021-07-26 13:10:11 +02:00
Simon Warta
31c057eaa5 Add nonces 2021-07-26 12:59:06 +02:00
Simon Warta
6ce7aa12d0 Upgrade typedoc to 0.21 2021-07-20 16:41:36 +02:00
Simon Warta
34561d468b Upgrade deps to support parsing the TypeScript 4.3 override keyword 2021-07-20 16:16:43 +02:00
Simon Warta
d00e08e4a4 Upgrade typescript to 4.3 2021-07-20 15:07:58 +02:00
Simon Warta
b19465a870 Remove stray block search code from Tendermint 0.33 client 2021-07-20 14:14:15 +02:00
Simon Warta
98e91ae5fe Merge branch '0.25' into main 2021-06-23 17:51:46 +02:00
Simon Warta
9a0f120567 v0.25.5 2021-06-23 17:34:42 +02:00
Simon Warta
d7b3f8438c Add nonces 2021-06-23 17:34:20 +02:00
Simon Warta
272dee3632 Add note on decoding block height 1 2021-06-23 13:35:43 +02:00
Simon Warta
65db62d3ee Backport block search 2021-06-23 13:24:36 +02:00
Simon Warta
5f694f2ed6 Upgrade Tendermint version in tests to 0.34.10 and adapt code 2021-06-23 13:24:36 +02:00
willclarktech
5ee3f82b83
tendermint-rpc: Support order_by param in Tendermint v0.34 tx search 2021-06-09 14:50:14 +02:00
willclarktech
7bdc748f02
tendermint-rpc: Support order_by param in Tendermint v0.33 tx search 2021-06-09 14:50:04 +02:00
willclarktech
06739519f7
tendermint-rpc: Fix import 2021-06-08 17:39:53 +02:00
willclarktech
7dd7a617bf
tendermint-rpc: Fix unused variable name 2021-06-08 17:06:20 +02:00
willclarktech
a172327a2a
tendermint-rpc: Remove eslint overrides 2021-06-08 17:04:32 +02:00
willclarktech
351e5e6563
tendermint-rpc: Rearrange adaptor code 2021-06-08 16:49:55 +02:00