-
Notifications
You must be signed in to change notification settings - Fork 780
Closed
Labels
abciApplication blockchain interfaceApplication blockchain interfacespecSpecification-relatedSpecification-related
Milestone
Description
References to Evidence type, which is used inside CometBFT but not offered to the ABCI application:
- https://docs.cometbft.com/v0.37/spec/abci/abci++_basic_concepts#evidence
- https://docs.cometbft.com/v0.37/spec/abci/abci++_methods#beginblock
- https://docs.cometbft.com/v0.37/spec/abci/abci++_basic_concepts.md#evidence (this link is broken)
References to Misbehavior type, which is the actual type offered to the ABCI application:
- https://docs.cometbft.com/v0.37/spec/abci/abci++_methods#beginblock
- https://docs.cometbft.com/v0.37/spec/abci/abci++_methods#prepareproposal
- https://docs.cometbft.com/v0.37/spec/abci/abci++_methods#processproposal
- https://docs.cometbft.com/v0.37/spec/abci/abci++_methods#misbehavior: mentions it has been used in ABCI, probably not true
The introduction of this new type has also to be mentioned in the https://docs.cometbft.com/v0.37/spec/abci/abci++_methods#data-types-introduced-or-modified-in-abci, as it was updated in ABCI++, with respect with ABCI.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
abciApplication blockchain interfaceApplication blockchain interfacespecSpecification-relatedSpecification-related