Skip to content

concordium-smart-contract-testing 4.1.0

Compare
Choose a tag to compare
@abizjak abizjak released this 26 Jan 07:52
24b160a

Summary

This is a bugfix release that fixes bugs in the newly introduced debugging functionality.

Changes

  • Fix a bug in debug output. The events emitted before some contract queries
    (such as querying account balance) were not emitted in the debug output. To
    fix this, DebugTraceElement gets a new variant Debug to retain these
    events.