Notice on the ABCI++ documentation. The content from https://docs.cometbft.com/v0.38/spec/abci/abci++_app_requirements#synchronyparamsmessagedelay to https://docs.cometbft.com/v0.38/spec/abci/abci++_app_requirements#timeoutparamsbypasscommittimeout is not present (rendered) in the corresponding Github page: https://github.com/cometbft/cometbft/blob/v0.38.x/spec/abci/abci%2B%2B_app_requirements.md#abciparamsvoteextensionsenableheight Indeed we can see the tags for comments (`<!–` and `–>`) being rendered. This is problematic, specially for ABCI, as parameters not present on that release, or not present at all, even on `main` (e.g., https://docs.cometbft.com/v0.38/spec/abci/abci++_app_requirements#timeoutparamspropose) are visible for uses using this platform.
Notice on the ABCI++ documentation.
The content from https://docs.cometbft.com/v0.38/spec/abci/abci++_app_requirements#synchronyparamsmessagedelay to https://docs.cometbft.com/v0.38/spec/abci/abci++_app_requirements#timeoutparamsbypasscommittimeout is not present (rendered) in the corresponding Github page: https://github.com/cometbft/cometbft/blob/v0.38.x/spec/abci/abci%2B%2B_app_requirements.md#abciparamsvoteextensionsenableheight
Indeed we can see the tags for comments (
<!–and–>) being rendered.This is problematic, specially for ABCI, as parameters not present on that release, or not present at all, even on
main(e.g., https://docs.cometbft.com/v0.38/spec/abci/abci++_app_requirements#timeoutparamspropose) are visible for uses using this platform.