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
There is some funky stuff in modules/vf-graphql-holochain/connection.ts that deals with decoding pairs of DnaHash & AnyDhtHash as universally-unique Holochain record identifiers which indicate the source network.
Probably, serialisation needs to be done in Rust using custom de/serializer logic. Investigate HoloHashB64, which could end up present as a host function (to keep WASM guest bytesizes low).
The text was updated successfully, but these errors were encountered:
There is some funky stuff in
modules/vf-graphql-holochain/connection.ts
that deals with decoding pairs ofDnaHash
&AnyDhtHash
as universally-unique Holochain record identifiers which indicate the source network.Probably, serialisation needs to be done in Rust using custom de/serializer logic. Investigate
HoloHashB64
, which could end up present as a host function (to keep WASM guest bytesizes low).The text was updated successfully, but these errors were encountered: