Commit Graph
71 Commits
Author SHA1 Message Date
Simon Warta 5e79100fe3 v0.23.0-alpha.0 2020-09-24 18:02:38 +02:00
Simon Warta 77896502e3 Add nonces 2020-09-24 17:58:42 +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
Simon Warta c7e828bb79 Merge branch '0.22' 2020-09-17 15:07:15 +02:00
Simon Warta ee205cc5f7 v0.22.3 2020-09-15 10:28:11 +02:00
Simon Warta 14bdb58943 Add nonces 2020-09-15 10:23:02 +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
mergify[bot] 0daf9dcc0b Merge pull request #389 from CosmWasm/tm-updates
Improve docs and tests of TendermintClient.blockchain
2020-08-18 07:21:38 +00: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 f5cc67b948 Merge branch '0.22' 2020-08-17 14:11:37 +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
Simon Warta 0dc22c2525 CReate consistent postbuild script 2020-08-13 15:09:18 +02:00
Simon Warta b2943816f3 Create consistent prebuild script in all packages 2020-08-13 15:09:18 +02:00
willclarktech d9520990dd tendermint-rpc: Update BroadcastTxCommitResponse type 2020-08-12 13:28:16 +02:00
Simon Warta 56d635fc6a v0.22.2 2020-08-11 13:23:23 +02:00
Simon Warta 35c03c9ae8 Add nonces 2020-08-11 13:22:44 +02:00
Simon Warta 2ffda0d25e Merge branch '0.22' 2020-08-11 10:20:09 +02:00
Simon Warta 04a086a6cb v0.22.1 2020-08-11 10:01:06 +02:00
Simon Warta 607f0aae40 Add nonces 2020-08-11 10:00:50 +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
Simon Warta 3a5c23c2e8 v0.22.0 2020-08-03 15:38:45 +02:00
Simon Warta 70e8e1f086 Add nonces 2020-08-03 15:37:47 +02:00
Simon Warta 0eab5f734d v0.22.0-alpha.1 2020-07-29 13:01:37 +02:00
Simon Warta 21e0c98c77 Add nonces 2020-07-29 13:00:44 +02:00
Simon Warta 2f83fcd1f9 v0.22.0-alpha.0 2020-07-28 15:13:26 +02:00
Simon Warta 859c540263 Add nonces 2020-07-28 15:11:49 +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 7cdc5a9a5e Let typedoc clear target dir 2020-07-02 10:38:19 +02:00
Simon Warta cbaf77d653 Remove unnecessary target config
This is a TS option, not a typedoc option:
https://github.com/TypeStrong/typedoc/blob/v0.17.7/src/lib/utils/options/declaration.ts#L36-L84
2020-07-02 10:37:41 +02:00
Simon Warta 27810aa21e Replace src -> inputFiles 2020-07-02 10:37:41 +02:00
Simon Warta 66c2b2309c v0.21.1 2020-07-01 16:46:12 +02:00
Simon Warta 698f933e41 Add nonces 2020-07-01 16:45:35 +02:00
Simon Warta c1770dbe0c Stabilize ID test for createJsonRpcRequest 2020-06-30 11:21:21 +02:00
Simon Warta 0d4ab069b2 v0.21.0 2020-06-28 08:34:18 +02:00
Simon Warta 62d9439710 Add nonces 2020-06-28 08:34:00 +02:00
willclarktech bd78ed02d7 tendermint-rpc: Replace @iov/stream with @cosmjs/stream 2020-06-25 16:03:55 +02:00