-
Notifications
You must be signed in to change notification settings - Fork 119
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
Asset meta data is overwritten incorrectly/not passed around correctly when performing receives #368
Comments
The incorrect metahash is always 01e246b58d8e782fc96881c090d833eefa37e804cb308aeae0f7471c9ef1ea1a But interestingly you can see the correct meta hash in the full proof: https://habibi.cash/asset/BitcoinIsForever/proof |
1 more weird thing:
|
Confirmed. This is reproducible.
|
Thanks for the report, I was able to reproduce this in an integration test, will create a fix. |
Fixed with #370. |
Using latest version on main
I've now tried to receive/pass around the metadata for a few different assets, and it seems that receiving an asset causes the meta_data to be incorrectly populated
Step 1: I fetch the meta data for an asset I am interested in receiving. Presumably I was able to fetch this because it's stored in someone's universe
Step 2: I receive the asset, and run the same query.. The meta data is now empty and the meta_hash is incorrect
The text was updated successfully, but these errors were encountered: