good morning!!!!

Skip to content
Snippets Groups Projects
  1. Nov 12, 2019
  2. Oct 24, 2019
  3. Jul 14, 2019
  4. Jun 21, 2019
  5. Jun 09, 2019
  6. Jun 06, 2019
  7. Jun 05, 2019
  8. May 26, 2019
  9. May 16, 2019
  10. May 15, 2019
  11. May 13, 2019
  12. May 07, 2019
  13. May 02, 2019
  14. Apr 26, 2019
  15. Apr 25, 2019
  16. 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
  17. Apr 17, 2019
  18. Apr 15, 2019
  19. Apr 08, 2019
  20. Apr 04, 2019
  21. Apr 01, 2019
  22. Mar 27, 2019
  23. Mar 14, 2019
  24. 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
  25. Mar 07, 2019
  26. Mar 06, 2019
  27. Feb 26, 2019
    • Zsolt Felföldi's avatar
      les, les/flowcontrol: improved request serving and flow control (#18230) · c2003ed6
      Zsolt Felföldi authored
      This change
      
      - implements concurrent LES request serving even for a single peer.
      - replaces the request cost estimation method with a cost table based on
        benchmarks which gives much more consistent results. Until now the
        allowed number of light peers was just a guess which probably contributed
        a lot to the fluctuating quality of available service. Everything related
        to request cost is implemented in a single object, the 'cost tracker'. It
        uses a fixed cost table with a global 'correction factor'. Benchmark code
        is included and can be run at any time to adapt costs to low-level
        implementation changes.
      - reimplements flowcontrol.ClientManager in a cleaner and more efficient
        way, with added capabilities: There is now control over bandwidth, which
        allows using the flow control parameters for client prioritization.
        Target utilization over 100 percent is now supported to model concurrent
        request processing. Total serving bandwidth is reduced during block
        processing to prevent database contention.
      - implements an RPC API for the LES servers allowing server operators to
        assign priority bandwidth to certain clients and change prioritized
        status even while the client is connected. The new API is meant for
        cases where server operators charge for LES using an off-protocol mechanism.
      - adds a unit test for the new client manager.
      - adds an end-to-end test using the network simulator that tests bandwidth
        control functions through the new API.
      c2003ed6
  28. Feb 21, 2019
  29. Feb 19, 2019
  30. Feb 18, 2019
  31. Feb 14, 2019
Loading