flow-emulator
flow-emulator copied to clipboard
Implement new state streaming endpoints
Problem
The new state streaming endpoints available in flow-go
have not been implemented and have been stubbed out for now in the emulator.
https://github.com/onflow/flow-emulator/blob/master/server/access/streamBackend.go#L69-L113
Acceptance Criteria
These endpoints are implemented.
Context
Not blocking anything. Just wanted to create an issue for this so it was tracked.