hyperledger / besu

An enterprise-grade Java-based, Apache 2.0 licensed Ethereum client https://wiki.hyperledger.org/display/besu

Home Page:https://www.hyperledger.org/projects/besu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

letypequividelespoubelles opened this issue · comments

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:

  • the account state (warmed address, balance, etc)
  • the leftover gas
  • the accrued Refund

we can get it via traceContextExit and depth ==0