Open zo-el opened 3 years ago
Updated the payload for zomeCall
to be encoded on the web-sdk and decoded on holo-envoy.
Also, note that we still cannot pass buffers so update the UI to have Uint8Arrays instead
Update to use msgpack instead of json-rpc.
Development branch has updated to use msgpack instead of json-rpc https://github.com/Holo-Host/holo-envoy/blob/7a8ad4c41a33a2763819a177d09e18a6c32a89b2/src/index.ts#L16
I think we can close this issue.
Currently while passing
Buffers
andUInt8Arrays
over json-rpc changes the type into an object as mentioned bellow For Buffersor For Uint8Arrays
This causes an issues when sending a zomeCall that expects a
HoloHash
/Uint8Array
: https://github.com/Holo-Host/holo-envoy/issues/73