remove unused app signed update

This commit is contained in:
William Banfield
2022-03-15 13:05:06 -04:00
parent f2b3306cd2
commit d8f63fbd82
13 changed files with 1147 additions and 538 deletions

View File

@@ -5,7 +5,7 @@
# 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
set -euxo pipefail
cp ./proto/tendermint/abci/types.proto.intermediate ./proto/tendermint/abci/types.proto
cp ./proto/tendermint/types/types.proto.intermediate ./proto/tendermint/types/types.proto
@@ -18,7 +18,7 @@ sh ./scripts/protopackage.sh ./proto/tendermint/abci/types.proto $MODNAME "abci/
make proto-gen
mv ./proto/tendermint/abci/types.pb.go ./abci/types
#mv ./proto/tendermint/abci/types.pb.go ./abci/types
echo "proto files have been compiled"