hyperledger / besu

An enterprise-grade Java-based, Apache 2.0 licensed Ethereum client https://wiki.hyperledger.org/display/besu
https://www.hyperledger.org/projects/besu
Apache License 2.0
1.49k stars 812 forks source link

FR: add an `OperationTracer` at the end of the tx #7164

Closed letypequividelespoubelles closed 4 months ago

letypequividelespoubelles commented 4 months ago

traceEndTransaction is a hook after the end of the transaction. We need a hook between the end of the execution and the end of the transaction, to get an access to:

letypequividelespoubelles commented 4 months ago

we can get it via traceContextExit and depth ==0