good morning!!!!

Skip to content
Snippets Groups Projects
  1. Aug 20, 2021
  2. Aug 18, 2021
  3. Aug 17, 2021
  4. Aug 13, 2021
  5. Aug 12, 2021
  6. Aug 10, 2021
  7. Aug 09, 2021
  8. Aug 08, 2021
  9. Aug 07, 2021
    • 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
  10. Aug 04, 2021
  11. Aug 03, 2021
Loading