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

fix grantAllowance decoder #144

Merged
merged 2 commits into from
Mar 8, 2024
Merged

Conversation

xxibcill
Copy link
Contributor

@xxibcill xxibcill commented Mar 8, 2024

Related Issue: -

What is the feature?

fix error from decoding GrantAllowance message

What is the solution?

remove code that decode allowance from message

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How to test?

check transaction 56916fdedcb7d84cb1693f31f4acf55c2df1c6f45d7acfa612a0b1b09e63a007 in mainnet

Screenshots (if any)

Other Notes

@xxibcill xxibcill requested a review from babybunn March 8, 2024 10:29
Copy link

vercel bot commented Mar 8, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
cosmoscan-rescript-devnet ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 8, 2024 10:37am
cosmoscan-rescript-mainnet ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 8, 2024 10:37am
cosmoscan-rescript-testnet ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 8, 2024 10:37am

@@ -5,6 +5,7 @@ module Styles = {
}

let transform = (account, msg: Msg.result_t) => {
Js.log(msg)
Copy link
Collaborator

Choose a reason for hiding this comment

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

remove

@xxibcill xxibcill merged commit dc8b443 into main Mar 8, 2024
5 checks passed
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