refactor!: remove types/math aliases (#16798)

This commit is contained in:
Julien Robert
2023-06-30 17:09:03 +00:00
committed by GitHub
parent 6ebac88381
commit 8c72f66396
136 changed files with 3309 additions and 3304 deletions
+2 -3
View File
@@ -22,11 +22,10 @@ done
cd ..
# generate codec/testdata proto code
# generate tests proto code
(cd testutil/testdata; buf generate)
# generate baseapp test messages
(cd baseapp/testutil; buf generate)
(cd tests/integration/tx/internal; make codegen)
# move proto files to the right places
cp -r github.com/cosmos/cosmos-sdk/* ./