Skip to content
This repository was archived by the owner on Feb 23, 2022. It is now read-only.

Commit

Permalink
cleanup unused links and add links to repos
Browse files Browse the repository at this point in the history
  • Loading branch information
tac0turtle committed Mar 31, 2021
1 parent 4344c83 commit bd8e07b
Showing 1 changed file with 28 additions and 31 deletions.
59 changes: 28 additions & 31 deletions spec/rpc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,38 +4,35 @@ This file defines the JSON-RPC spec of Tendermint. This is meant to be implement

## Support

| | Tendermint-Go | Tendermint-Rs |
|--------------|:-------------:|:-------------:|
| JSON-RPC 2.0 || |
| HTTP || |
| HTTPS || |
| WS || |
| | [Tendermint-Go](https://github.com/tendermint/tendermint/) | [endermint-Rs](https://github.com/informalsystems/tendermint-rs) |
|--------------|:----------------------------------------------------------:|:----------------------------------------------------------------:|
| JSON-RPC 2.0 | | |
| HTTP | | |
| HTTPS | | |
| WS | | |

| Routes | Tendermint-Go | Tendermint-Rs |
|-----------------------------------------|:-------------:|:-------------:|
| [Subscribe](#subscribe) |||
| [Unsubscribe](#unsubscribe) |||
| [UnsubscribeAll](#unsubscribeall) |||
| [Health](#health) |||
| [Status](#status) |||
| [NetInfo](#netinfo) |||
| [blockchain](#blockchain) |||
| [block](#block) |||
| [BlockByHash](#blockbyhash) |||
| [BlockResults](#blockresults) |||
| [Commit](#commit) |||
| [Validators](#validators) |||
| [Genesis](#genesis) |||
| [ConsensusParams](#consensusparams) |||
| [UnconfirmedTxs](#unconfirmedtxs) |||
| [NumUnconfirmedTxs](#numunconfirmedtxs) |||
| [Tx](#tx) |||
| [BroadCastTxSync](#broadcasttxsync) |||
| [BroadCastTxAsync](#broadcasttxasync) |||
| [ABCIInfo](#abciinfo) |||
| [ABCIQuery](#abciquery) |||
| [BroadCastTxAsync](#broadcasttxasync) |||
| [BroadcastEvidence](#broadcastevidence) |||
| Routes | [Tendermint-Go](https://github.com/tendermint/tendermint/) | [Tendermint-Rs](https://github.com/informalsystems/tendermint-rs) |
|-----------------------------------------|:----------------------------------------------------------:|:-----------------------------------------------------------------:|
| [Health](#health) |||
| [Status](#status) |||
| [NetInfo](#netinfo) |||
| [Blockchain](#blockchain) |||
| [Block](#block) |||
| [BlockByHash](#blockbyhash) |||
| [BlockResults](#blockresults) |||
| [Commit](#commit) |||
| [Validators](#validators) |||
| [Genesis](#genesis) |||
| [ConsensusParams](#consensusparams) |||
| [UnconfirmedTxs](#unconfirmedtxs) |||
| [NumUnconfirmedTxs](#numunconfirmedtxs) |||
| [Tx](#tx) |||
| [BroadCastTxSync](#broadcasttxsync) |||
| [BroadCastTxAsync](#broadcasttxasync) |||
| [ABCIInfo](#abciinfo) |||
| [ABCIQuery](#abciquery) |||
| [BroadCastTxAsync](#broadcasttxasync) |||
| [BroadcastEvidence](#broadcastevidence) |||

## Info Routes

Expand Down

0 comments on commit bd8e07b

Please sign in to comment.