good morning!!!!

Skip to content
Snippets Groups Projects
  1. Apr 17, 2019
  2. Apr 15, 2019
  3. Apr 08, 2019
  4. Apr 04, 2019
  5. Apr 01, 2019
  6. Mar 27, 2019
  7. Mar 14, 2019
  8. 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
  9. Mar 07, 2019
  10. Mar 06, 2019
  11. 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
  12. Feb 21, 2019
  13. Feb 19, 2019
  14. Feb 18, 2019
  15. Feb 14, 2019
  16. Feb 07, 2019
  17. Feb 05, 2019
    • Martin Holst Swende's avatar
      accounts, eth, clique, signer: support for external signer API (#18079) · 43e8efe8
      Martin Holst Swende authored
      * accounts, eth, clique: implement external backend + move sighash calc to backend
      
      * signer: implement account_Version on external API
      
      * accounts/external: enable ipc, add copyright
      
      * accounts, internal, signer: formatting
      
      * node: go fmt
      
      * flags: disallow --dev in combo with --externalsigner
      
      * accounts: remove clique-specific signing method, replace with more generic
      
      * accounts, consensus: formatting + fix error in tests
      
      * signer/core: remove (test-) import cycle
      
      * clique: remove unused import
      
      * accounts: remove CliqueHash and avoid dependency on package crypto
      
      * consensus/clique: unduplicate header encoding
      Unverified
      43e8efe8
  18. Feb 01, 2019
  19. Jan 30, 2019
    • lhendre's avatar
      cmd,eth: 16400 Add an option to stop geth once in sync. WIP for light mode (#17321) · d8844102
      lhendre authored
      * cmd, eth: Added in the flag to step geth once sync based on input
      
      * cmd, eth: 16400 Add an option to stop geth once in sync.
      
      * cmd: 16400 Add an option to stop geth once in sync. WIP
      
      * cmd/geth/main, les/fletcher: added in light mode support
      
      * cmd/geth/main, les/fletcher: Cleaned Comments and code for light mode
      
      * cmd: 16400 Fixed formatting issue and cleaned code
      
      * cmd, eth, les: 16400 Fixed formatting issues
      
      * cmd, eth, les: Performed gofmt to update formatting
      
      * cmd, eth, les: Fixed bugs resulting formatting
      
      * cmd/geth, eth/, les: switched to downloader event
      
      * eth: Fixed styling and gen_config
      
      * eth/: Fix nil error in config file
      
      * cmd/geth: Updated countdown log
      
      * les/fetcher.go: Removed depcreated channel
      
      * eth/downloader.go: Removed deprecated select
      
      * cmd/geth, cmd/utils: Fixed minor issues
      
      * eth: Reverted config files to proper format
      
      * eth: Fixed typo in config file
      
      * cmd/geth, eth/down: Updated code to use header time stamp
      
      * eth/downloader: Changed the time threshold to 10 minutes
      
      * cmd/geth, eth/downloader: Updated downloading event to pass latest header
      
      * cmd/geth: Updated main to use right timer object
      
      * cmd/geth: Removed unused failed event
      
      * cmd/geth: added in correct time field with type assertion
      
      * cmd/geth, cmd/utils: Updated flag to use boolean
      
      * cmd/geth, cmd/utils, eth/downloader: Cleaned up code based on recommendations
      
      * cmd/geth: Removed unneeded import
      
      * cmd/geth, eth/downloader: fixed event field and suggested changes
      
      * cmd/geth, cmd/utils: Updated flag and linting issue
      d8844102
  20. Jan 26, 2019
  21. Jan 24, 2019
  22. Jan 23, 2019
  23. Jan 11, 2019
  24. Jan 05, 2019
  25. Jan 04, 2019
  26. Dec 21, 2018
  27. Dec 20, 2018
  28. Dec 11, 2018
  29. Dec 10, 2018
  30. Dec 06, 2018
  31. Nov 28, 2018
Loading