onflow/flow-emulator

Enable multiple emulator instances for Playground

Closed this issue · 2 comments

Instructions

After updating the flow-emulator dependency to v0.38.0 onward, flow-playground-api CI tests are failing.

Problem

It's possible that the new implementation of Badger storage is breaking flow-playground-api. Playground has multiple instances of emulators running which could be an issue?

Previously playground was working fine with the older memstore storage implementation. Either changing to Badger, updating other dependencies (Cadence v0.28.0, flow-go-sdk v0.29.0, flow-go a3f3a87), or FVM changes broke things.

I think this is related to accidental persist PR. #248 It should work after that applied.

@DylanTinianov marking this issue as released?