mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-02-02 15:24:01 +00:00
t8n: enable reverse slot hash map (#2573)
turns out tracer still needs it
This commit is contained in:
parent
d72a73de8b
commit
22dacdd81c
@ -97,6 +97,7 @@ proc testFixtureIndexes(ctx: var TestCtx, testStatusIMPL: var TestStatus) =
|
||||
header = ctx.header,
|
||||
com = com,
|
||||
tracer = tracer,
|
||||
storeSlotHash = ctx.trace,
|
||||
)
|
||||
|
||||
var gasUsed: GasInt
|
||||
|
@ -500,7 +500,8 @@ proc transitionAction*(ctx: var TransContext, conf: T8NConf) =
|
||||
vmState.init(
|
||||
parent = parent,
|
||||
header = header,
|
||||
com = com
|
||||
com = com,
|
||||
storeSlotHash = true
|
||||
)
|
||||
|
||||
vmState.mutateStateDB:
|
||||
|
Loading…
x
Reference in New Issue
Block a user