Skip to content

Commit

Permalink
feat: support kroma
Browse files Browse the repository at this point in the history
  • Loading branch information
wangchengao committed Mar 28, 2024
1 parent e51faf7 commit f39f800
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/txtracev2/trace_logger.go
Original file line number Diff line number Diff line change
Expand Up @@ -403,6 +403,9 @@ func (ot *OeTracer) CaptureTxEnd(restGas uint64) {

}

func (ot *OeTracer) CaptureStateAfter(pc uint64, op vm.OpCode, gas, cost uint64, scope *vm.ScopeContext, rData []byte, depth int, err error) {
}

// getInternalTraces return Inter ActionTraces after evm runtime completed, then PersistTrace will store it to db
// If you want to return traces to clent, call .ToRpcTraces to convert ActionTraceList or call GetTraces directly
func (ot *OeTracer) getInternalTraces() *InternalActionTraceList {
Expand Down

0 comments on commit f39f800

Please sign in to comment.