mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 02:12:23 +00:00
add prestate, flatcall, parity tracers
Signed-off-by: jsvisa <delweng@gmail.com>
This commit is contained in:
parent
53f1a9e1e3
commit
b6dadd582c
1 changed files with 4 additions and 0 deletions
|
|
@ -98,6 +98,10 @@ func toKVKey(name string, number uint64, hash common.Hash) []byte {
|
||||||
case "callTracer":
|
case "callTracer":
|
||||||
typo = byte('C')
|
typo = byte('C')
|
||||||
case "flatCallTracer":
|
case "flatCallTracer":
|
||||||
|
typo = byte('F')
|
||||||
|
case "prestateCallTracer":
|
||||||
|
typo = byte('S')
|
||||||
|
case "parityTracer":
|
||||||
typo = byte('P')
|
typo = byte('P')
|
||||||
default:
|
default:
|
||||||
panic("not supported yet")
|
panic("not supported yet")
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue