-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Add script to copy proto and ts client files from poktroll #24
Add script to copy proto and ts client files from poktroll #24
Conversation
… updated proto files and added ts client files
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice one @Alann27 thanks for tackling this automation! 💪 🚀
scripts/copy-poktroll-files.sh
Outdated
|
||
rm -rf ${DIR}/../proto/poktroll | ||
mkdir -p ${DIR}/../proto/poktroll | ||
cp -TR poktroll/proto/poktroll/ ${DIR}/../proto/poktroll |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#PUC
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @Alann27 🙏 - this looks great! 🚀
} | ||
|
||
# Remove the temp directory on exit | ||
trap cleanup EXIT |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
😎
Summary
Details
/cosmos.authz.v1beta1.MsgExec
. To decode the MsgUpdateParam, the typescript files are required.Issue
We need to keep updated the poktroll proto files when they are updated on the poktroll repo. This script automates this process.
Type of change
Select one or more:
Sanity Checklist