cadence
cadence copied to clipboard
Write and publish forum post detailing use of compact cadence codec in SDKs
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.
Is there a spec for the new codec somewhere?
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.
Closing in favor of redesigned solution captured in: https://github.com/onflow/cadence/issues/2157