good morning!!!!

Skip to content
Snippets Groups Projects
  1. Oct 13, 2020
  2. Sep 28, 2020
  3. Sep 23, 2020
  4. Sep 14, 2020
    • Zsolt Felföldi's avatar
      les, les/lespay/server: refactor client pool (#21236) · 4996fce2
      Zsolt Felföldi authored
      
      * les, les/lespay/server: refactor client pool
      
      * les: use ns.Operation and sub calls where needed
      
      * les: fixed tests
      
      * les: removed active/inactive logic from peerSet
      
      * les: removed active/inactive peer logic
      
      * les: fixed linter warnings
      
      * les: fixed more linter errors and added missing metrics
      
      * les: addressed comments
      
      * cmd/geth: fixed TestPriorityClient
      
      * les: simplified clientPool state machine
      
      * les/lespay/server: do not use goroutine for balance callbacks
      
      * internal/web3ext: fix addBalance required parameters
      
      * les: removed freeCapacity, always connect at minCapacity initially
      
      * les: only allow capacity change with priority status
      
      Co-authored-by: default avatarrjl493456442 <garyrong0905@gmail.com>
      4996fce2
  5. Sep 07, 2020
  6. Jun 11, 2020
  7. Apr 09, 2020
  8. Mar 18, 2020
  9. Dec 17, 2019
  10. Nov 29, 2019
  11. Nov 19, 2019
  12. Nov 18, 2019
  13. Nov 13, 2019
  14. Aug 08, 2019
  15. Jul 23, 2019
  16. Jun 28, 2019
    • Gary Rong's avatar
      all: on-chain oracle checkpoint syncing (#19543) · f7cdea2b
      Gary Rong authored
      * all: implement simple checkpoint syncing
      
      cmd, les, node: remove callback mechanism
      
      cmd, node: remove callback definition
      
      les: simplify the registrar
      
      les: expose checkpoint rpc services in the light client
      
      les, light: don't store untrusted receipt
      
      cmd, contracts, les: discard stale checkpoint
      
      cmd, contracts/registrar: loose restriction of registeration
      
      cmd, contracts: add replay-protection
      
      all: off-chain multi-signature contract
      
      params: deploy checkpoint contract for rinkeby
      
      cmd/registrar: add raw signing mode for registrar
      
      cmd/registrar, contracts/registrar, les: fixed messages
      
      * cmd/registrar, contracts/registrar: fix lints
      
      * accounts/abi/bind, les: address comments
      
      * cmd, contracts, les, light, params: minor checkpoint sync cleanups
      
      * cmd, eth, les, light: move checkpoint config to config file
      
      * cmd, eth, les, params: address comments
      
      * eth, les, params: address comments
      
      * cmd: polish up the checkpoint admin CLI
      
      * cmd, contracts, params: deploy new version contract
      
      * cmd/checkpoint-admin: add another flag for clef mode signing
      
      * cmd, contracts, les: rename and regen checkpoint oracle with abigen
      f7cdea2b
  17. Apr 08, 2019
  18. Apr 05, 2019
  19. Feb 14, 2019
  20. Feb 12, 2019
    • Martin Holst Swende's avatar
      clef: external signing fixes + signing data (#19003) · 75d292bc
      Martin Holst Swende authored
      * signer/clef: make use of json-rpc notification
      
      * signer: tidy up output of OnApprovedTx
      
      * accounts/external, signer: implement remote signing of text, make accounts_sign take hexdata
      
      * clef: added basic testscript
      
      * signer, external, api: add clique signing test to debug rpc, fix clique signing in clef
      
      * signer: fix clique interoperability between geth and clef
      
      * clef: rename networkid switch to chainid
      
      * clef: enable chainid flag
      
      * clef, signer: minor changes from review
      
      * clef: more tests for signer
      75d292bc
  21. Dec 22, 2018
    • Jerzy Lasyk's avatar
      p2p/protocols: accounting metrics rpc (#18336) · 880de230
      Jerzy Lasyk authored
      * p2p/protocols: accounting metrics rpc added (#847)
      
      * p2p/protocols: accounting api documentation added (#847)
      
      * p2p/protocols: accounting api doc updated (#847)
      
      * p2p/protocols: accounting api doc update (#847)
      
      * p2p/protocols: accounting api doc update (#847)
      
      * p2p/protocols: fix file is not gofmted
      
      * fix lint error
      
      * updated comments after review
      
      * add account balance to rpc
      
      * naming changed after review
      880de230
  22. Dec 10, 2018
  23. Nov 08, 2018
  24. Oct 04, 2018
    • Martin Holst Swende's avatar
      core/vm: faster create/create2 (#17806) · 89a32451
      Martin Holst Swende authored
      * core/vm/runtim: benchmark create/create2
      
      * core/vm: do less hashing in CREATE2
      
      * core/vm: avoid storing jumpdest analysis for initcode
      
      * core/vm: avoid unneccesary lookups, remove unused fields
      
      * core/vm: go formatting tests
      
      * core/vm: save jumpdest analysis locally
      
      * core/vm: use common.Hash instead of nil, fix review comments
      
      * core/vm: removed type destinations
      
      * core/vm: correct check for empty hash
      
      * eth: more elegant api_tracer
      
      * core/vm: address review concerns
      89a32451
  25. Sep 29, 2018
  26. Aug 21, 2018
    • Gary Rong's avatar
      cmd, eth, miner: make recommit configurable (#17444) · b2c644ff
      Gary Rong authored
      * cmd, eth, miner: make recommit configurable
      
      * cmd, eth, les, miner: polish a bit
      
      * miner: filter duplicate sealing work
      
      * cmd: remove uncessary conversion
      
      * miner: avoid microptimization in favor of cleaner code
      b2c644ff
  27. Aug 03, 2018
    • Gary Rong's avatar
      consensus/ethash: move remote agent logic to ethash internal (#15853) · 51db5975
      Gary Rong authored
      * consensus/ethash: start remote ggoroutine to handle remote mining
      
      * consensus/ethash: expose remote miner api
      
      * consensus/ethash: expose submitHashrate api
      
      * miner, ethash: push empty block to sealer without waiting execution
      
      * consensus, internal: add getHashrate API for ethash
      
      * consensus: add three method for consensus interface
      
      * miner: expose consensus engine running status to miner
      
      * eth, miner: specify etherbase when miner created
      
      * miner: commit new work when consensus engine is started
      
      * consensus, miner: fix some logics
      
      * all: delete useless interfaces
      
      * consensus: polish a bit
      51db5975
  28. Jun 21, 2018
  29. Jun 13, 2018
  30. Mar 02, 2018
  31. Jan 26, 2018
  32. Dec 21, 2017
    • Péter Szilágyi's avatar
      cmd, core, eth/tracers: support fancier js tracing (#15516) · 5258785c
      Péter Szilágyi authored
      * cmd, core, eth/tracers: support fancier js tracing
      
      * eth, internal/web3ext: rework trace API, concurrency, chain tracing
      
      * eth/tracers: add three more JavaScript tracers
      
      * eth/tracers, vendor: swap ottovm to duktape for tracing
      
      * core, eth, internal: finalize call tracer and needed extras
      
      * eth, tests: prestate tracer, call test suite, rewinding
      
      * vendor: fix windows builds for tracer js engine
      
      * vendor: temporary duktape fix
      
      * eth/tracers: fix up 4byte and evmdis tracer
      
      * vendor: pull in latest duktape with my upstream fixes
      
      * eth: fix some review comments
      
      * eth: rename rewind to reexec to make it more obvious
      
      * core/vm: terminate tracing using defers
      5258785c
  33. Nov 20, 2017
  34. Oct 06, 2017
  35. Sep 11, 2017
  36. Aug 09, 2017
  37. Jul 10, 2017
  38. Jun 15, 2017
Loading