good morning!!!!

Skip to content
Snippets Groups Projects
  1. Oct 14, 2021
  2. Oct 13, 2021
  3. Oct 12, 2021
  4. Oct 11, 2021
    • Martin Holst Swende's avatar
      consensus/clique, core: API cleanup (#23100) · 62891378
      Martin Holst Swende authored
      This removes some code:
      
      - The clique engine calculated the snapshot twice when verifying headers/blocks.
      
      - The method GetBlockHashesFromHash in Header/Block/Lightchain was only used by tests. It
        is now removed from the API.
        
      - The method GetTdByHash internally looked up the number before calling GetTd(hash, num).
        In many cases, callers already had the number, and used this method just because it has a
        shorter name. I have removed the method to make the API surface smaller.
      62891378
    • Marius van der Wijden's avatar
      params: changed CatalystBlock to TerminalTotalDifficulty (#23700) · 53b1420e
      Marius van der Wijden authored
      * params: changed CatalystBlock to TerminalTotalDifficulty
      
      * eth/catalyst: comment out unused code
      53b1420e
  5. Oct 10, 2021
  6. Oct 08, 2021
  7. Oct 07, 2021
  8. Oct 05, 2021
  9. Oct 04, 2021
  10. Oct 01, 2021
  11. Sep 29, 2021
  12. Sep 28, 2021
  13. Sep 27, 2021
  14. Sep 20, 2021
  15. Sep 17, 2021
    • Sina Mahmoodi's avatar
      core,eth: call frame tracing (#23087) · 40135497
      Sina Mahmoodi authored
      This change introduces 2 new optional methods; `enter()` and `exit()` for js tracers, and makes `step()` optiona. The two new methods are invoked when entering and exiting a call frame (but not invoked for the outermost scope, which has it's own methods). Currently these are the data fields passed to each of them:
      
          enter: type (opcode), from, to, input, gas, value
          exit: output, gasUsed, error
      
      The PR also comes with a re-write of the callTracer. As a backup we keep the previous tracing script under the name `callTracerLegacy`. Behaviour of both tracers are equivalent for the most part, although there are some small differences (improvements), where the new tracer is more correct / has more information. 
      40135497
  16. Sep 16, 2021
  17. Sep 13, 2021
  18. Sep 10, 2021
  19. Aug 31, 2021
  20. Aug 26, 2021
  21. Aug 24, 2021
  22. Aug 23, 2021
    • Zsolt Felföldi's avatar
      eth/gasprice: feeHistory improvements (#23422) · f38abc55
      Zsolt Felföldi authored
      * eth/gasprice: cache feeHistory results
      
      * eth/gasprice: changed feeHistory block count limitation
      
      * eth/gasprice: do not use embedded struct in blockFees
      
      * eth/gasprice: fee processing logic cleanup
      
      * eth/gasprice: purge feeHistory cache at chain reorgs
      f38abc55
  23. Aug 20, 2021
  24. Aug 18, 2021
  25. Aug 17, 2021
  26. Aug 10, 2021
  27. 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
  28. Jul 29, 2021
  29. Jul 27, 2021
  30. Jul 22, 2021
  31. Jul 15, 2021
Loading