mirror of
https://github.com/fluencelabs/tendermint
synced 2025-04-25 06:42:16 +00:00
docs: update ecosystem.json: add Rust ABCI (#2945)
This commit is contained in:
parent
b30c34e713
commit
380afaa678
@ -122,7 +122,7 @@
|
|||||||
],
|
],
|
||||||
"abciServers": [
|
"abciServers": [
|
||||||
{
|
{
|
||||||
"name": "abci",
|
"name": "go-abci",
|
||||||
"url": "https://github.com/tendermint/tendermint/tree/master/abci",
|
"url": "https://github.com/tendermint/tendermint/tree/master/abci",
|
||||||
"language": "Go",
|
"language": "Go",
|
||||||
"author": "Tendermint"
|
"author": "Tendermint"
|
||||||
@ -133,6 +133,12 @@
|
|||||||
"language": "Javascript",
|
"language": "Javascript",
|
||||||
"author": "Tendermint"
|
"author": "Tendermint"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "rust-tsp",
|
||||||
|
"url": "https://github.com/tendermint/rust-tsp",
|
||||||
|
"language": "Rust",
|
||||||
|
"author": "Tendermint"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "cpp-tmsp",
|
"name": "cpp-tmsp",
|
||||||
"url": "https://github.com/mdyring/cpp-tmsp",
|
"url": "https://github.com/mdyring/cpp-tmsp",
|
||||||
@ -164,7 +170,7 @@
|
|||||||
"author": "Dave Bryson"
|
"author": "Dave Bryson"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "tm-abci",
|
"name": "tm-abci (fork of py-abci with async IO)",
|
||||||
"url": "https://github.com/SoftblocksCo/tm-abci",
|
"url": "https://github.com/SoftblocksCo/tm-abci",
|
||||||
"language": "Python",
|
"language": "Python",
|
||||||
"author": "Softblocks"
|
"author": "Softblocks"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user