onflow/flow-emulator

Use CCF encoding for events to fix flow-go integration test failures

Closed this issue · 0 comments

Problem

Integration tests in flow-go related to flow-emulator are failing in onflow/flow-go#4417.

Steps to Reproduce

View latest CI test logs for onflow/flow-go#4417.

Acceptance Criteria

NOTE: Modifying flow-emulator to replace JSON-CDC with CCF causes flow-emulator unit tests to fail.

  • onflow/flow-go#4417 tests must pass.
  • flow-emulator tests must pass after making changes to resolve flow-go integation test failures.

Context

This is a blocker for onflow/flow-go#4417, which replaces JSON-CDC with CCF to encode events in FVM.