good morning!!!!

Skip to content
Snippets Groups Projects
  1. Aug 10, 2021
  2. Aug 09, 2021
  3. Aug 08, 2021
  4. Aug 07, 2021
    • 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
  5. Aug 04, 2021
  6. Aug 03, 2021
  7. Jul 29, 2021
  8. Jul 28, 2021
  9. Jul 22, 2021
  10. Jul 13, 2021
  11. Jul 12, 2021
  12. Jul 08, 2021
  13. Jul 07, 2021
    • Sina Mahmoodi's avatar
      core/types: remove LogForStorage type (#23173) · 75226423
      Sina Mahmoodi authored
      
      The encoding of Log and LogForStorage is exactly the same
      now. After tracking it down it seems like #17106 changed the
      storage schema of logs to be the same as the consensus
      encoding.
      
      Support for the legacy format was dropped in #22852 and if
      I'm not wrong there's no reason anymore to have these two
      equivalent types.
      
      Since the RLP encoding simply contains the first three fields
      of Log, we can also avoid creating a temporary struct for
      encoding/decoding, and use the rlp:"-" tag in Log instead.
      
      Note: this is an API change in core/types. We decided it's OK
      to make this change because LogForStorage is an implementation
      detail of go-ethereum and the type has zero uses outside of
      package core/types.
      
      Co-authored-by: default avatarFelix Lange <fjl@twurst.com>
      75226423
  14. Jul 06, 2021
  15. Jul 01, 2021
  16. Jun 30, 2021
  17. Jun 25, 2021
  18. Jun 23, 2021
  19. Jun 20, 2021
  20. Jun 17, 2021
  21. Jun 16, 2021
  22. Jun 15, 2021
  23. Jun 14, 2021
  24. Jun 10, 2021
  25. Jun 08, 2021
Loading