cadence icon indicating copy to clipboard operation
cadence copied to clipboard

Encode events

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

Right now in Cadence we encode events as JSON. We want to encode them with the new codec, CBF (Cadence Binary Format).

The FVM treats events as a black box so swapping out the codec should not require any changes to the flow-go repo.

It's outside of the scope of this ticket but we also want to convert the CBF-encoded events into JSON before returning them to the clients. This can be done in the Access Node, which will impact the flow-go repo.

robert-e-davidson3 avatar Sep 09 '22 18:09 robert-e-davidson3