add prestate, flatcall, parity tracers

Signed-off-by: jsvisa <delweng@gmail.com>
This commit is contained in:
jsvisa 2024-08-19 16:06:07 +00:00
parent 53f1a9e1e3
commit b6dadd582c

View file

@ -98,6 +98,10 @@ func toKVKey(name string, number uint64, hash common.Hash) []byte {
case "callTracer":
typo = byte('C')
case "flatCallTracer":
typo = byte('F')
case "prestateCallTracer":
typo = byte('S')
case "parityTracer":
typo = byte('P')
default:
panic("not supported yet")