-
Notifications
You must be signed in to change notification settings - Fork 3
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
[AuxDataSerializer] Error converting metadata cbor to json #143
Closed
rcmorano opened this issue
Mar 11, 2024
· 1 comment
· Fixed by bloxbean/yaci#58 or bloxbean/yaci-store#216
Closed
[AuxDataSerializer] Error converting metadata cbor to json #143
rcmorano opened this issue
Mar 11, 2024
· 1 comment
· Fixed by bloxbean/yaci#58 or bloxbean/yaci-store#216
Comments
Thanks @rcmorano . It seems the metadata has a key of array type. The current converter from Metadata to JSON doesn't expect ARRAY or MAP in the key. We will update the converter to support ARRAY and MAP in key. Here's the parsed cbor
|
This was referenced Mar 12, 2024
Merged
satran004
added a commit
to bloxbean/yaci-store
that referenced
this issue
Mar 12, 2024
satran004
added a commit
to bloxbean/yaci-store
that referenced
this issue
Mar 12, 2024
satran004
added a commit
that referenced
this issue
Mar 12, 2024
Sotatek-HuyLe3a
added a commit
that referenced
this issue
Mar 12, 2024
chore: Bump yaci store version to fix #143
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Aloha team,
I've come across with this issue on sanchonet and preprod networks (logs are from preprod).
I'm running commit
853641d
from PR #121.[0]
The text was updated successfully, but these errors were encountered: