Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: bump github.com/Finschia/finschia-sdk from v0.47.0 to v0.47.1-rc1 #243

Merged
merged 11 commits into from
Aug 2, 2023
Prev Previous commit
Next Next commit
Add ibc third_party proto dir to gen doc script
  • Loading branch information
0Tech committed Aug 1, 2023
commit 55c4a09897a5627208bd652e7e17c64afb583312
1 change: 1 addition & 0 deletions scripts/generate-docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ if [ -d "${finschia_sdk_dir}/proto" -a -d "${wasmd_dir}/proto" -a -d "${ibc_dir}
-I "${wasmd_dir}/proto" \
-I "${ibc_dir}/proto" \
-I "${finschia_sdk_dir}/third_party/proto" \
-I "${ibc_dir}/third_party/proto" \
"${query_file}" \
--swagger_out=./client/docs/tmp-swagger-gen \
--swagger_opt=logtostderr=true --swagger_opt=fqn_for_swagger_name=true --swagger_opt=simple_operation_ids=true
Expand Down