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

Upgrade the way of handling messages #818

Merged
merged 2 commits into from
Apr 28, 2023

Conversation

ToasterTheBrave
Copy link
Contributor

Related Github tickets

Background

It was pointed out to us that the old way of handling messages (which we were doing with the handler.go) is no longer supported in cosmos-sdk v0.47.1 We have to update. This does that.

Testing completed

  • This was tested on a local private testnet and two things were observed that indicate this works as expected
    • The error message from pigeon have stopped
    • The nodes are no longer being jailed

Breaking changes

  • I have checked my code for breaking changes
  • If there are breaking changes, there is a supporting migration.

Tyler Ruppert added 2 commits April 28, 2023 15:03
It was pointed out to us that the old way of handling messages (which
we were doing with the handler.go) is no longer supported in
cosmos-sdk v0.47.1  We have to update.  This does that
Copy link
Contributor

@taariq taariq left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice! Thank you @ToasterTheBrave. This is what we needed. Thank you!

@taariq taariq merged commit 14ce472 into palomachain:master Apr 28, 2023
@taariq taariq deleted the fix/upgrade-message-handling branch April 28, 2023 21:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants