onflow / flow-emulator

The Flow Emulator is a lightweight tool that emulates the behaviour of the real Flow network
https://onflow.org
Apache License 2.0
84 stars 49 forks source link

Fix BlockPayload conversion in SDK adapter #704

Closed bartolomej closed 2 months ago

bartolomej commented 2 months ago

Closes: https://github.com/onflow/flow-emulator/issues/703

For contributor use:

turbolent commented 2 months ago

Could you please add a/some test(s)?

bartolomej commented 2 months ago

Could you please add a/some test(s)?

Yep, good idea! I actually just forgot to update them as they were failing. Fixed in https://github.com/onflow/flow-emulator/pull/704/commits/55388e7d2a6359de55075a04f36399888909dc07

turbolent commented 2 months ago

@bartolomej Thank you for adding the tests! 👍