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

bug: app failing to decode badges metadata #9

Closed
conorsch opened this issue Oct 31, 2024 · 1 comment
Closed

bug: app failing to decode badges metadata #9

conorsch opened this issue Oct 31, 2024 · 1 comment

Comments

@conorsch
Copy link
Contributor

The app is currently failing with error message:

Error: cannot decode message penumbra.core.asset.v1.Metadata from JSON: key "badges" is unknown

We're currently using the remote registry info, rather than bundled. The timing of the breakage seems to coincide with release of the new Prax Registry https://github.com/prax-wallet/registry/releases/tag/v11.5.0

See related PRs in:

We should figure out the root cause of the breakage and resolve it.

conorsch added a commit that referenced this issue Oct 31, 2024
We recently released support for "badges" in asset metadata [0].
Since the penumbers app was pulling from the asset registry remotely,
this broke the app. We should probably switch to using bundled registry
data instead. For now, though, I've bumped all the Penumbra JS deps to
their latest versions, which unbreaks the site.

Refs #9.
@conorsch
Copy link
Contributor Author

Closing as fixed. See #11 for discussion about possibly switching to bundled metadata.

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

No branches or pull requests

1 participant