onflow/flow-emulator

Implement new state streaming endpoints

jribbink opened this issue · 1 comments

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.

I made a draft PR for this, but I need to check a bit how this new account update streaming first to be sure first.