Add debug log to each host function #4838
Labels
A-contract-runtime
Area: contract compilation and execution, virtual machines, etc
C-good-first-issue
Category: issues that are self-contained and easy for newcomers to work on.
@matklad suggests that we add debug logging to each host function so that when a node crashes inside runtime, we could better understand what happened. We can enable/disable such logging at compile time to avoid adding extra overhead to production builds.
The text was updated successfully, but these errors were encountered: