You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
which takes the BMT Hash of the arbitrary string for every topic.
The BMT hashing algorithm is a more heavier task without any yield, but with additional complexity.
Additionally, POD_TOPIC constant has value Pods in the library which is also not identical with the FIP version PODs.
The text was updated successfully, but these errors were encountered:
The feed topic construction for arbitrary strings according to the documentation only using
keccak256
hashing function such ashttps://github.com/fairDataSociety/FIPs/blob/master/text/0061-personal-storage.md?plain=1#L170
In FDP Storage (and thereby in
FairOS
), the topic is calculated every time ashttps://github.com/fairDataSociety/fdp-storage/blob/master/src/feed/api.ts#L26
which takes the BMT Hash of the arbitrary string for every topic.
The BMT hashing algorithm is a more heavier task without any yield, but with additional complexity.
Additionally,
POD_TOPIC
constant has valuePods
in the library which is also not identical with the FIP versionPODs
.The text was updated successfully, but these errors were encountered: