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

Incorrect message type for proposal messages #71

Open
Tracked by #85
ryanchristo opened this issue May 19, 2023 · 0 comments
Open
Tracked by #85

Incorrect message type for proposal messages #71

ryanchristo opened this issue May 19, 2023 · 0 comments
Labels

Comments

@ryanchristo
Copy link
Member

ryanchristo commented May 19, 2023

This issue tracks updating the api package to a telescope version that includes a fix for cosmology-tech/telescope#321. This issue was encountered in relation to group proposal messages not returning the expected type.

The current workaround is the following:

messages: sdkProposal.messages.map((msg: any) => ({
  typeUrl: msg['@type'],
  value: msg,
} as Any))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant