feat(x/tx): legacy amino json sign mode handler (#15515)

This commit is contained in:
Matt Kocubinski
2023-04-03 16:13:45 -04:00
committed by GitHub
parent 723256f769
commit 5e90819765
18 changed files with 3014 additions and 615 deletions
+3
View File
@@ -17,3 +17,6 @@ echo "Generating API module"
echo "Generate Pulsar Test Data"
(cd testutil/testdata; buf generate --template buf.gen.pulsar.yaml)
echo "Generate x/tx"
(cd x/tx; make codegen)