Open andrewwhitehead opened 7 months ago
Thanks @andrewwhitehead. We’ve not been using the digest values in the processing because we have not been able to find an easy way to re-generate them when needed — such as when we add an overlay to a bundle. I think we briefly tried the KERI SAID generator but we got different digest values — maybe because of this?
By serializing to
serde_json::Value
first, the attributes were getting reordered (sorted) which breaks the digest calculation. @swcurran