Commit Graph

64 Commits

Author SHA1 Message Date
Simon Warta
fb49a6b4f5 Remove types BlockHash, TxBytes and TxHash 2020-12-21 03:02:19 +01:00
Simon Warta
0855c56fdc Remove IpPortString 2020-12-21 00:10:35 +01:00
Simon Warta
1cdfc35fe1 Remove encoding classes Base64 and Hex 2020-12-21 00:05:50 +01:00
Simon Warta
96b82562f6 Remove Base64String/HexString/IntegerString 2020-12-21 00:02:11 +01:00
Simon Warta
100b743d06 Remove QueryString 2020-12-20 23:42:16 +01:00
willclarktech
1fe99ffc0f
tendermint-rpc: Remove DateTimeString type 2020-12-15 12:21:03 +00:00
willclarktech
98a771fcfc
tendermint-rpc: Add tests for DateTime 2020-12-15 12:21:03 +00:00
willclarktech
67aa4f786f
tendermint-rpc: Export DateTime 2020-12-15 12:21:02 +00:00
willclarktech
cec7750821
tendermint-rpc: Add encode method to DateTime 2020-12-15 12:17:13 +00:00
Simon Warta
e454d5836c Test Tendermint version in node info tests 2020-11-26 13:39:47 +01:00
Simon Warta
dacaa00948 Update Tendermint to 0.34.0 2020-11-26 13:39:41 +01:00
Simon Warta
36a9d2d454 Improve doc comment text 2020-11-24 11:55:21 +01:00
Simon Warta
10206550d8 Give up and just to the version query in any case 2020-11-20 13:16:58 +01:00
Simon Warta
dc8c58081c Specify Tendermint version explicitly in stargate 2020-11-20 12:39:29 +01:00
Simon Warta
bfd9ebeeed Organize adaptor exports 2020-11-20 12:39:29 +01:00
Simon Warta
e4d1fd1425 Add an optional adaptor argument to Client.connect 2020-11-20 12:39:29 +01:00
Simon Warta
3576bcd332 Make Client constructor private, add adaptor to create 2020-11-20 12:39:29 +01:00
Simon Warta
453f634662 Internalize Client.detectVersion and add Client.create 2020-11-20 12:39:28 +01:00
Simon Warta
ae1f2e28a0 Add workaround for missing Tendermint version 2020-11-17 16:27:27 +01:00
willclarktech
77602efa6d
tendermint-rpc: Update adaptorForVersion 2020-11-10 16:20:52 +01:00
willclarktech
2f2ecead94
tendermint-rpc: Re-enable v0.34 tests 2020-11-10 16:02:44 +01:00
Simon Warta
38053faa38 Temporarily disable Tendermint 0.34 testing 2020-10-27 10:12:45 +01:00
willclarktech
05bcfa2e90
tendermint-rpc: Update block version type 2020-10-15 12:48:30 +02:00
Simon Warta
57c47280c0 Configure block times 2020-09-30 15:46:26 +02:00
Simon Warta
3e911f91a6 Make TxEvent.index optional 2020-09-30 15:46:26 +02:00
Simon Warta
ef944355f1 Improve app/p2p version testing 2020-09-30 15:46:26 +02:00
Simon Warta
26309a7880 Test against Tendermint 0.34 2020-09-30 15:46:25 +02:00
Simon Warta
7df54e54c4 Make expected block version configurable 2020-09-30 15:46:25 +02:00
Simon Warta
7d5529e3f1 Roll out all symbols from the responses module 2020-09-22 18:37:53 +02:00
Simon Warta
9e9c7a4767 Remove trivial helpers getTxEventHeight/getHeaderEventHeight/getBlockEventHeight 2020-09-22 18:31:37 +02:00
Simon Warta
ec3c3d158a Polish some code in decodeBlockResults 2020-09-21 13:41:06 +02:00
Simon Warta
318e37868e Fix beginBlockEvents/endBlockEvents 2020-09-21 13:41:06 +02:00
Simon Warta
c97c43fbc7 Rename Tag to Attribute 2020-09-21 13:41:06 +02:00
Simon Warta
63082a9e85 Remove obsolete TxData.tags and make TxData.events non-optional 2020-09-21 12:47:36 +02:00
Simon Warta
5ad2ee894f Make TxProof.proof.leafHash non-optional 2020-09-17 16:22:28 +02:00
Ethan Frey
f43870f818 Parse ics23 proofs and do initial verification 2020-08-18 12:48:36 +02:00
Ethan Frey
a6e0cdee10 Expose abci query proofs in tendermint 2020-08-18 12:48:36 +02:00
Simon Warta
541559e329 Remove obsolete client.blockchain(2, 4) test 2020-08-18 09:15:36 +02:00
Simon Warta
9591c22512 Add future height test 2020-08-18 09:15:21 +02:00
Simon Warta
b94d130c84 Improve docs to highlight query+filter 2020-08-18 09:15:08 +02:00
Simon Warta
9955ec0dbe Add better docs and test for Client.blockchain 2020-08-17 13:44:16 +02:00
Simon Warta
e173576667 Create blocks for Tendermint client tests 2020-08-17 13:13:35 +02:00
willclarktech
d9520990dd
tendermint-rpc: Update BroadcastTxCommitResponse type 2020-08-12 13:28:16 +02:00
Simon Warta
3b5896d151 Update to eslint v7 and @typescript-eslint/* v3 2020-08-04 11:47:37 +02:00
Simon Warta
5dcaf706dd Rename postTx -> broadcastTx in launchpad/cosmwasm etc 2020-08-03 17:23:05 +02:00
willclarktech
37a5cd5c8b
eslint: Fix outstanding naming issues 2020-07-15 13:29:35 +02:00
willclarktech
6d387412af
eslint: Update file-based rule overrides 2020-07-15 13:29:21 +02:00
willclarktech
de293f3b63
eslint: Standardize file-level camelcase disabling 2020-07-15 13:22:13 +02:00
willclarktech
734e80b093
tendermint-rpc: Fix genesis response type 2020-07-07 12:04:13 +02:00
Simon Warta
c1770dbe0c Stabilize ID test for createJsonRpcRequest 2020-06-30 11:21:21 +02:00