Skip to content

Commit

Permalink
feat: update proto and test code due to panacea-core upgrade (#52)
Browse files Browse the repository at this point in the history
* feat: update proto and test code due to panacea-core upgrade
  • Loading branch information
audtlr24 authored Oct 28, 2022
1 parent d4ac404 commit 625f95d
Show file tree
Hide file tree
Showing 16 changed files with 886 additions and 102 deletions.
2 changes: 1 addition & 1 deletion proto_update_dep.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ PROTO_PATH="${SCRIPT_DIR}/src/main/resources/proto"
##############################################################
# Download proto files from the 'panacea-core' git repo
##############################################################
PANACEA_CORE_VER_SHORT="2.0.1"
PANACEA_CORE_VER_SHORT="2.0.5"
PANACEA_CORE_VER="v${PANACEA_CORE_VER_SHORT}"

mkdir -p ${PROTO_PATH}
Expand Down
56 changes: 28 additions & 28 deletions src/generated/main/java/cosmos/bank/v1beta1/QueryOuterClass.java

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

59 changes: 30 additions & 29 deletions src/generated/main/java/cosmos/base/abci/v1beta1/Abci.java

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 625f95d

Please sign in to comment.