good morning!!!!

Skip to content
Snippets Groups Projects
  1. Oct 05, 2021
  2. Oct 04, 2021
  3. Oct 01, 2021
  4. Sep 29, 2021
  5. Sep 28, 2021
  6. Sep 27, 2021
  7. 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
  8. Sep 16, 2021
  9. Sep 13, 2021
  10. Sep 10, 2021
  11. Aug 26, 2021
  12. Aug 24, 2021
  13. 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
  14. Aug 20, 2021
  15. Aug 18, 2021
  16. Aug 17, 2021
  17. Aug 10, 2021
  18. 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
  19. Jul 27, 2021
  20. Jul 22, 2021
  21. Jul 15, 2021
  22. Jul 13, 2021
  23. Jul 08, 2021
  24. Jul 06, 2021
  25. Jul 02, 2021
  26. Jul 01, 2021
  27. Jun 30, 2021
  28. Jun 29, 2021
  29. Jun 28, 2021
    • Zsolt Felföldi's avatar
      eth/gasprice: implement feeHistory API (#23033) · 35dbf7a8
      Zsolt Felföldi authored
      
      * eth/gasprice: implement feeHistory API
      
      * eth/gasprice: factored out resolveBlockRange
      
      * eth/gasprice: add sanity check for missing block
      
      * eth/gasprice: fetch actual gas used from receipts
      
      * miner, eth/gasprice: add PendingBlockAndReceipts
      
      * internal/ethapi: use hexutil.Big
      
      * eth/gasprice: return error when requesting beyond head block
      
      * eth/gasprice: fixed tests and return errors correctly
      
      * eth/gasprice: rename receiver name
      
      * eth/gasprice: return directly if blockCount == 0
      
      Co-authored-by: default avatarrjl493456442 <garyrong0905@gmail.com>
      35dbf7a8
    • Sina Mahmoodi's avatar
      core, eth: fix precompile addresses for tracers (#23097) · 1b5582ac
      Sina Mahmoodi authored
      * core,eth/tracers: make isPrecompiled dependent on HF
      
      * eth/tracers: use keys when constructing chain config struct
      
      * eth/tracers: dont initialize activePrecompiles with random value
      1b5582ac
  30. Jun 25, 2021
Loading