t8n: enable reverse slot hash map (#2573)

turns out tracer still needs it
This commit is contained in:
Jacek Sieka 2024-08-20 15:23:24 +02:00 committed by GitHub
parent d72a73de8b
commit 22dacdd81c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -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: