You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A workaround for decoding responses from the block_results RPC endpoint was implemented after #1021 to allow for public keys to be decoded from two different JSON formats. We should remove this workaround once the RPC interface has been confirmed to be fixed in Tendermint.
Definition of "done"
Once Tendermint's fixed its RPC response for the block_results endpoint, we should remove this internal workaround. See this code for more details.
The text was updated successfully, but these errors were encountered:
Version(s) of tendermint-rs:
master
Description
A workaround for decoding responses from the
block_results
RPC endpoint was implemented after #1021 to allow for public keys to be decoded from two different JSON formats. We should remove this workaround once the RPC interface has been confirmed to be fixed in Tendermint.Definition of "done"
Once Tendermint's fixed its RPC response for the
block_results
endpoint, we should remove this internal workaround. See this code for more details.The text was updated successfully, but these errors were encountered: