|
|
|
@ -48,6 +48,7 @@ func newNoopTracer(_ json.RawMessage) (*tracing.Hooks, error) { |
|
|
|
|
OnCodeSizeRead: t.OnCodeSizeRead, |
|
|
|
|
OnCodeHashRead: t.OnCodeHashRead, |
|
|
|
|
OnStorageRead: t.OnStorageRead, |
|
|
|
|
OnBlockHashRead: t.OnBlockHashRead, |
|
|
|
|
}, nil |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -113,5 +114,7 @@ func (t *noop) OnCodeHashRead(addr common.Address, hash common.Hash) {} |
|
|
|
|
|
|
|
|
|
func (t *noop) OnStorageRead(addr common.Address, slot, val common.Hash) {} |
|
|
|
|
|
|
|
|
|
func (t *noop) OnBlockHashRead(number uint64, hash common.Hash) {} |
|
|
|
|
|
|
|
|
|
func (t *noop) OnGasChange(old, new uint64, reason tracing.GasChangeReason) { |
|
|
|
|
} |
|
|
|
|