1. 12 Aug, 2021 1 commit
  2. 10 Aug, 2021 15 commits
  3. 09 Aug, 2021 1 commit
  4. 08 Aug, 2021 1 commit
  5. 07 Aug, 2021 2 commits
    • Martin Holst Swende's avatar
      cmd/evm: implement input txs via rlp in t8n tool (#23138) · 8a24b563
      Martin Holst Swende authored
      In many cases, it's desireable to use already-signed transactions as input to the state transition, instead of having the evm sign them internally (for example to use malformed or not-yet-valid transactions). This PR adds support + docs for that feature.
      8a24b563
    • 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
  6. 04 Aug, 2021 1 commit
  7. 03 Aug, 2021 5 commits
  8. 02 Aug, 2021 1 commit
  9. 29 Jul, 2021 10 commits
  10. 28 Jul, 2021 3 commits