Skip to content
This repository was archived by the owner on Oct 20, 2024. It is now read-only.

Commit 453384b

Browse files
authored
Update Nitro tracers with CaptureStylusHostio func (#41)
1 parent 988f9cb commit 453384b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tracers/bundler_tracer_arbitrum.go.template

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ func (*bundlerCollector) CaptureArbitrumTransfer(
1717
}
1818
func (*bundlerCollector) CaptureArbitrumStorageGet(key common.Hash, depth int, before bool) {}
1919
func (*bundlerCollector) CaptureArbitrumStorageSet(key, value common.Hash, depth int, before bool) {}
20+
func (*bundlerCollector) CaptureStylusHostio(name string, args, outs []byte, startInk, endInk uint64) {
21+
}
2022

2123
func (*bundlerExecutor) CaptureArbitrumTransfer(
2224
env *vm.EVM,
@@ -28,3 +30,5 @@ func (*bundlerExecutor) CaptureArbitrumTransfer(
2830
}
2931
func (*bundlerExecutor) CaptureArbitrumStorageGet(key common.Hash, depth int, before bool) {}
3032
func (*bundlerExecutor) CaptureArbitrumStorageSet(key, value common.Hash, depth int, before bool) {}
33+
func (*bundlerExecutor) CaptureStylusHostio(name string, args, outs []byte, startInk, endInk uint64) {
34+
}

0 commit comments

Comments
 (0)