Custom abci interface to extended Tendermint abci interface #688
Labels
C: proposal
Classification: Proposal for specification, algorithm, architecture, or communication
Stale
For github bot
Protocol Change Proposal
Summary
I propose to make current Ostracon ABCI interface extended Tendermint abci interface.
Problem Definition
Many things must be done to leverage the cosmos ecosystem.
This proposal reduces tasks for abci interface diff.
Proposal
I propose following changes.
This change make current Ostracon interface purely extended Tendermint interface. Entropy is not used anywhere, so it may not be necessary to implement PreBeginBlock.
Ostracon ABCI = Tendermint ABCI +
PreBeginBlock
+BeginRecheckTx
+EndRecheckTx
For Admin Use
The text was updated successfully, but these errors were encountered: