add comment to explain files

This commit is contained in:
William Banfield
2022-03-03 15:21:54 -05:00
parent 39eb3b0680
commit 98b9d94613
3 changed files with 17 additions and 5 deletions

View File

@@ -1,4 +1,10 @@
#!/usr/bin/env bash
# This file was added during development of ABCI++. This file is a script to allow
# the intermediate proto files to be built while active development proceeds
# on ABCI++.
# This file should be removed when work on ABCI++ is complete.
# For more information, see https://github.com/tendermint/tendermint/issues/8066.
set -euo pipefail
cp ./proto/tendermint/abci/types.proto.intermediate ./proto/tendermint/abci/types.proto