cadence
cadence copied to clipboard
Encode events
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.