Skip to content

Meta issue on trace #69

@lispc

Description

@lispc
  1. executionResults.Sender.Nonces in are not correct? They are fetched after the whole block execution

    go-ethereum/core/blockchain.go

    Lines 1376 to 1381 in 40e8f08

    evmTrace.Sender = &types.AccountProofWrapper{
    Address: from,
    Nonce: state.GetNonce(from),
    Balance: state.GetBalance(from),
    CodeHash: state.GetCodeHash(from),
    }

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions