flow-emulator icon indicating copy to clipboard operation
flow-emulator copied to clipboard

[Feature] - Add logs from transaction and scripts

Open MaxStalker opened this issue 2 years ago • 0 comments

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.

MaxStalker avatar Oct 18 '22 16:10 MaxStalker