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

Undelegations changed format #2103

Closed
faboweb opened this issue Feb 26, 2019 · 2 comments · Fixed by #2225
Closed

Undelegations changed format #2103

faboweb opened this issue Feb 26, 2019 · 2 comments · Fixed by #2225
Labels
bug 🐛 issues related to unhandled errors in the code that need to be fixed high priority ❗

Comments

@faboweb
Copy link
Collaborator

faboweb commented Feb 26, 2019

The new format is:

[
  {
    "delegator_addr": "cosmos14l8etu9dx5c3v5cv6pgwa824m4v3c3w65f86q0",
    "validator_addr": "cosmosvaloper1fj9v03uf3wx805m6y6q3flfwgyt9xw82sswaws",
    "entries": [
      {
        "creation_height": "964",
        "completion_time": "2019-03-01T16:16:21.41396Z",
        "initial_balance": "10000000",
        "balance": "10000000"
      }
    ]
  }
]
@faboweb faboweb added bug 🐛 issues related to unhandled errors in the code that need to be fixed high priority ❗ labels Feb 26, 2019
@jbibla
Copy link
Collaborator

jbibla commented Mar 5, 2019

does this break or change something?

@faboweb
Copy link
Collaborator Author

faboweb commented Mar 5, 2019

I saw a frequent error popping up

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 issues related to unhandled errors in the code that need to be fixed high priority ❗
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants