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

[Cosmos] Missing amount on coin_received/coin_spend #952

Open
jorgecuesta opened this issue Nov 21, 2024 · 0 comments
Open

[Cosmos] Missing amount on coin_received/coin_spend #952

jorgecuesta opened this issue Nov 21, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@jorgecuesta
Copy link

Objective

We are detecting on pocketdex for the coin_received and coin_spend that the attribute amount of the events is coming as an empty string.

This is a sample of the received attribute:

[
  {
    "key": "receiver",
    "value": "pokt1jv65s3grqf6v6jl3dp4t6c9t9rk99cd86emg48"
  },
  {
    "key": "amount",
    "value": ""
  },
  {
    "key": "mode",
    "value": "BeginBlock"
  }
]

This start happening once the Block Events was turn on.

Origin Document

image

https://discord.com/channels/553741558869131266/1205594535405817896/1308565755083882517

Goals

  • Understand if this is expected or not
  • Get fixed if not expected
@jorgecuesta jorgecuesta added the bug Something isn't working label Nov 21, 2024
@Olshansk Olshansk moved this to 📋 Backlog in Shannon Nov 22, 2024
@Olshansk Olshansk added this to the Shannon Beta TestNet Launch milestone Nov 22, 2024
@Olshansk Olshansk moved this from 📋 Backlog to 🔖 Ready in Shannon Dec 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: 🔖 Ready
Development

No branches or pull requests

3 participants