feat(accounts): Add message server and query server logic. (#17614)

Co-authored-by: unknown unknown <unknown@unknown>
Co-authored-by: samricotta <37125168+samricotta@users.noreply.github.com>
This commit is contained in:
testinginprod
2023-09-07 07:42:23 +00:00
committed by GitHub
co-authored by unknown unknown samricotta
parent 943f2860a1
commit c60283b91a
21 changed files with 5780 additions and 72 deletions
+3 -2
View File
@@ -4,6 +4,9 @@
# docker build --pull --rm -f "contrib/devtools/Dockerfile" -t cosmossdk-proto:latest "contrib/devtools"
# docker run --rm -v $(pwd):/workspace --workdir /workspace cosmossdk-proto sh ./scripts/protocgen.sh
echo "Formatting protobuf files"
find ./ -name "*.proto" -exec clang-format -i {} \;
set -e
echo "Generating gogo proto code"
@@ -36,5 +39,3 @@ go mod tidy
./scripts/protocgen-pulsar.sh
echo "Formatting protobuf files"
find ./ -name "*.proto" -exec clang-format -i {} \;