tendermint-rs icon indicating copy to clipboard operation
tendermint-rs copied to clipboard

Add support for remaining Tendermint RPC endpoints

Open thanethomson opened this issue 4 years ago • 8 comments

We need to implement client support for the full set of Tendermint RPC endpoints. (Is it necessary to implement the unsafe methods too?)

What's the definition of "done" for this issue?

When we have RPC client support for the following additional endpoints:

thanethomson avatar Mar 22 '21 21:03 thanethomson

Not sure why GitHub closed this issue.

thanethomson avatar Sep 28 '21 19:09 thanethomson

In https://github.com/informalsystems/tendermint-rs/pull/991

Partially resolves #832.

The little robots look for certain keywords, resovles is one of them.

xla avatar Sep 29 '21 04:09 xla

The little robots look for certain keywords

The little robots are pretty dumb, because they missed the most important word in that sentence :smile:

thanethomson avatar Sep 29 '21 13:09 thanethomson

@thanethomson I made a PR that addresses the block_by_hash RPC endpoint: #1089. How can I get started on a review?

hansl avatar Feb 15 '22 05:02 hansl

Is there any update on this? After the yanking of TM 0.35 a lot of these endpoints were removed from the latest TM-rs 0.25 release.

hansl avatar Sep 29 '22 18:09 hansl

@thanethomson /block_by_hash can be re-added with https://github.com/informalsystems/tendermint-rs/pull/1206 but it needs a reviewer.

hansl avatar Oct 06 '22 18:10 hansl

@mzabaluev Can you please take a look at this and update the issue accordingly to the changes introduced in #1193?

romac avatar Mar 06 '23 13:03 romac

Thanks for the heads-up @romac, I have updated the check boxes accordingly to what is present in #1193. block_by_hash has already been implemented earlier.

mzabaluev avatar Mar 06 '23 13:03 mzabaluev