• Martin Holst Swende's avatar
    core: check if sender is EOA (#23303) · 0658712f
    Martin Holst Swende authored
    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
Name
Last commit
Last update
..
internal/tracers Loading commit data...
testdata Loading commit data...
api.go Loading commit data...
api_test.go Loading commit data...
tracer.go Loading commit data...
tracer_test.go Loading commit data...
tracers.go Loading commit data...
tracers_test.go Loading commit data...