Skip to content

Conversation

@rjl493456442
Copy link
Member

@rjl493456442 rjl493456442 commented Mar 10, 2021

fixes #22469

@karalabe karalabe added this to the 1.10.2 milestone Mar 14, 2021
reexec = *config.Reexec
}
statedb, err := api.backend.StateAtBlock(ctx, parent, reexec, nil)
statedb, err := api.backend.StateAtBlock(ctx, parent, reexec, nil, false)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You want this and the others true :) Only traceChain should be false, shouldn't it?

Copy link
Member

@karalabe karalabe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here's to hopping all issues are fixed :D

@karalabe karalabe merged commit a600dab into ethereum:master Apr 7, 2021
atif-konasl pushed a commit to frozeman/pandora-execution-engine that referenced this pull request Oct 15, 2021
* eth, les: fix tracer

* eth: isolate live trie database in tracer

* eth: fix nil

* eth: fix

* eth, les: add checkLive param

* eth/tracer: fix
gzliudan added a commit to gzliudan/XDPoSChain that referenced this pull request Jul 26, 2025
gzliudan added a commit to gzliudan/XDPoSChain that referenced this pull request Jul 30, 2025
gzliudan added a commit to gzliudan/XDPoSChain that referenced this pull request Aug 4, 2025
gzliudan added a commit to gzliudan/XDPoSChain that referenced this pull request Aug 8, 2025
gzliudan added a commit to XinFinOrg/XDPoSChain that referenced this pull request Aug 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Tracing in 1.10 no longer returns results immediately

3 participants