Monitoring properties that expand over multipe contracts; #63
Labels
good first issue
Good for newcomers
help wanted
Extra attention is needed
question
Further information is requested
As events in business processes (high-level events) might have properties that expand over multiple contracts; we can look at multiple contracts during the interactions:
The following lines of the
lib/monitor/watchpost.js
could for instance be replaced by something that looks over any transaction (not just incoming), to monitor properties over transactions that spread over multiple contracts (tx.origin is our contract and msg.sender is a EOA if I'm not wrong).The text was updated successfully, but these errors were encountered: