v0.9.2
-
Added
parent
onCallView
to retrieve the parent call of the currentCall
pointed to byCallView
-
Added
logs_with_calls
onTransactionTrace
which iterates over the logs of the transaction (excluding those from call that were reverted) and yields each log as a tuple(&Log, CallView)
.