-
Notifications
You must be signed in to change notification settings - Fork 610
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
Upgrade handler code-gen #4031
Upgrade handler code-gen #4031
Conversation
Master pi 2124/upgrade handler
…124/osmosis into MasterPi-2124/upgrade-handler # Please enter a commit message to explain why this merge is necessary, # especially if it merges an updated upstream into a topic branch. # # Lines starting with '#' will be ignored, and an empty message aborts # the commit.
Master pi 2124/upgrade handler
update before merge
Close Osmosis issues
@p0mvn can you take a look into that? Thankyou <3 |
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.
LGTM!
run: bash ./scripts/empty_upgrade_handler_gen.sh ${{ env.input }} | ||
|
||
- name: Create PR | ||
if: env.MAJOR == 1 | ||
uses: peter-evans/create-pull-request@v4 | ||
with: | ||
base: ${{ github.event.repository.default_branch }} | ||
token: ${{ secrets.COMMIT_TO_BRANCH }} |
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.
Why do we need to update this?
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.
Ahh it seems to me that we need this for the similar reasons to the import paths action:
token: ${{ secrets.COMMIT_TO_BRANCH }} |
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.
LGTM, thank you, going to test shortly
Closes: #3632 and #3628
What is the purpose of the change
Testing and Verifying
I created a pr on notional-labs/osmosis, which can be seen here https://github.com/notional-labs/osmosis/pull/96