cadence icon indicating copy to clipboard operation
cadence copied to clipboard

Write and publish forum post detailing use of compact cadence codec in SDKs

Open robert-e-davidson3 opened this issue 2 years ago • 2 comments

When the compact codec for external cadence values is finished, SDKs need to integrate it to use it. This may involve running a webworker for Go wasm code or a javascript version of the codec. In either case, a detailed explanation of how to use the codec is needed.

This ticket is complete when a forum post is published with these details.

robert-e-davidson3 avatar Aug 08 '22 17:08 robert-e-davidson3

Is there a spec for the new codec somewhere?

bluesign avatar Aug 08 '22 19:08 bluesign

Is there a spec for the new codec somewhere?

I wrote this notion doc but it's more of a proposal than a spec.

Basically: it's written in Go and encodes everything in a custom binary format.

robert-e-davidson3 avatar Aug 11 '22 01:08 robert-e-davidson3

Closing in favor of redesigned solution captured in: https://github.com/onflow/cadence/issues/2157

j1010001 avatar Nov 22 '22 18:11 j1010001