good morning!!!!

Skip to content
Snippets Groups Projects
  1. May 05, 2020
  2. Apr 07, 2020
  3. Apr 06, 2020
  4. Apr 01, 2020
  5. Mar 18, 2020
  6. Nov 12, 2019
  7. Oct 24, 2019
  8. Jul 14, 2019
  9. Jun 21, 2019
  10. Jun 09, 2019
  11. Jun 06, 2019
  12. Jun 05, 2019
  13. May 26, 2019
  14. May 16, 2019
  15. May 15, 2019
  16. May 13, 2019
  17. May 07, 2019
  18. May 02, 2019
  19. Apr 26, 2019
  20. Apr 25, 2019
  21. Apr 23, 2019
    • Gary Rong's avatar
      miner: polish miner configuration (#19480) · 6269e557
      Gary Rong authored
      * cmd, eth, miner: disable advance sealing if user require
      
      * cmd, console, miner, les, eth: wrap the miner config
      
      * eth: remove todo
      
      * cmd, miner: revert noadvance flag
      
      The reason for this is: if the transaction execution is even longer
      than block time, then this kind of transactions is DoS attack.
      6269e557
  22. Apr 17, 2019
  23. Apr 15, 2019
  24. Apr 08, 2019
  25. Apr 04, 2019
  26. Apr 01, 2019
  27. Mar 27, 2019
  28. Mar 14, 2019
  29. Mar 12, 2019
    • Martin Holst Swende's avatar
      core/vm: 64 bit memory and gas calculations (#19210) · 7504dbd6
      Martin Holst Swende authored
      * core/vm: remove function call for stack validation from evm runloop
      
      * core/vm: separate gas  calc into static + dynamic
      
      * core/vm: optimize push1
      
      * core/vm: reuse pooled bigints for ADDRESS, ORIGIN and CALLER
      
      * core/vm: use generic error message for jump/jumpi, to avoid string interpolation
      
      * testdata: fix tests for new error message
      
      * core/vm: use 64-bit memory calculations
      
      * core/vm: fix error in memory calculation
      
      * core/vm: address review concerns
      
      * core/vm: avoid unnecessary use of big.Int:BitLen()
      7504dbd6
Loading