Closed VictorTrustyDev closed 2 months ago
Go-Ethereum: self manage the nonce logic in state transition https://github.com/ethereum/go-ethereum/blob/v1.10.26/core/state_transition.go#L328-L334
Evermint code increases nonce in AnteHandle and skip the logic in state transition https://github.com/EscanBE/evermint/blob/154230cf2447fcd780a7cb217fbda1c2b56c89f3/x/evm/keeper/state_transition.go#L271-L280
This can cause invalid nonce of sender in case of simulation like trace*
Go-Ethereum: self manage the nonce logic in state transition https://github.com/ethereum/go-ethereum/blob/v1.10.26/core/state_transition.go#L328-L334
Evermint code increases nonce in AnteHandle and skip the logic in state transition https://github.com/EscanBE/evermint/blob/154230cf2447fcd780a7cb217fbda1c2b56c89f3/x/evm/keeper/state_transition.go#L271-L280
This can cause invalid nonce of sender in case of simulation like trace*