This repository was archived by the owner on Feb 23, 2022. It is now read-only.
What is abci++? #379
|
Hi, We are recently learning tendermint spec for our chain dev. On the tendermint core doc, there's a section abci++. But there's no context in it. Is it an on-going draft of next-gen spec? Thanks! |
Answered by
josef-widder
Dec 21, 2021
Replies: 1 comment 1 reply
|
Hi! @sergio-mena is currently leading our efforts in extending the ABCI++ spec. The work is happening in PR #366. There are minor TODOs in the document but otherwise it is pretty stable. It would be great if you could have a look and let us know what kind of additional information would be valuable for you so that we can incorporate your suggestions. Within the PR, the file spec/abci++/README.md is the entry point. Thanks! |
1 reply
Answer selected by
pcpLiu
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi!
@sergio-mena is currently leading our efforts in extending the ABCI++ spec. The work is happening in PR #366. There are minor TODOs in the document but otherwise it is pretty stable. It would be great if you could have a look and let us know what kind of additional information would be valuable for you so that we can incorporate your suggestions. Within the PR, the file spec/abci++/README.md is the entry point.
Thanks!