flow-emulator
flow-emulator copied to clipboard
[Feature] - Add logs from transaction and scripts
Issue To Be Solved
Since logs calls are not preserved on blockchain they are excluded from Access API, but they are crucial for debugging, testing and development process.
Suggest A Solution
- Call for transaction result shall have
Logs
field - Script execution result shall have
Logs
field
Context
Testing library is trying to extract and parse log statement from stdout
stream, which is subpar and prone to errors.