• M
    core: check if sender is EOA (#23303) · 0658712f
    Martin Holst Swende 提交于
    This adds a check to verify that a sender-account does not have code, which means that the codehash is either `emptyCodeHash` _OR_ not present. The latter occurs IFF the sender did not previously exist, a situation which can only occur with zero cost gasprices. 
    0658712f
state_processor_test.go 14.3 KB