feat(bank/v2): create module boilerplate (#21559)

This commit is contained in:
Julien Robert
2024-09-06 16:04:21 +00:00
committed by GitHub
parent dce0365c23
commit c7c3fa7c02
36 changed files with 2785 additions and 10 deletions
+5
View File
@@ -57,4 +57,9 @@ done
cp -r github.com/cosmos/cosmos-sdk/* ./
rm -rf github.com
# UNTIL WE FIGURE OUT ABOUT COSMOSSDK.IO/API, DO NOT GENERATE PULSAR FILES FOR NEW MODULES
# unfortunately, there is no way to do it nicely directly in the buf.gen.pulsar.yaml file (https://github.com/bufbuild/buf/issues/224)
rm -r api/cosmos/bank/v2
rm -r api/cosmos/bank/module/v2
go mod tidy