good morning!!!!

Skip to content
Snippets Groups Projects
  1. Nov 29, 2019
  2. Nov 19, 2019
  3. Nov 18, 2019
  4. Nov 13, 2019
  5. Aug 08, 2019
  6. Jul 23, 2019
  7. 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
  8. Apr 08, 2019
  9. Apr 05, 2019
  10. Feb 14, 2019
  11. 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
      Unverified
      75d292bc
  12. 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
  13. Dec 10, 2018
  14. Nov 08, 2018
  15. 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
  16. Sep 29, 2018
  17. 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
  18. 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
  19. Jun 21, 2018
  20. Jun 13, 2018
  21. Mar 02, 2018
  22. Jan 26, 2018
  23. 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
      Unverified
      5258785c
  24. Nov 20, 2017
  25. Oct 06, 2017
  26. Sep 11, 2017
  27. Aug 09, 2017
  28. Jul 10, 2017
  29. Jun 15, 2017
  30. Apr 28, 2017
  31. Apr 25, 2017
  32. Apr 12, 2017
  33. Apr 10, 2017
  34. Mar 31, 2017
    • Felix Lange's avatar
      swarm/api: improve FUSE build constraints, logging and APIs (#3818) · 105b37f1
      Felix Lange authored
      * swarm/api: fix build/tests on unsupported platforms
      
      Skip FUSE tests if FUSE is unavailable and change build constraints so
      the 'lesser' platforms aren't mentioned explicitly. The test are
      compiled on all platforms to prevent regressions in _fallback.go
      
      Also gofmt -w -s because why not.
      
      * internal/web3ext: fix swarmfs wrappers
      
      Remove inputFormatter specifications so users get an error
      when passing the wrong number of arguments.
      
      * swarm/api: improve FUSE-related logging and APIs
      
      The API now returns JSON objects instead of strings.
      Log messages for invalid arguments are removed.
      105b37f1
  35. Mar 23, 2017
  36. Mar 09, 2017
  37. Feb 13, 2017
    • Martin Holst Swende's avatar
      core, eth, internal: Added `debug_getBadBlocks()` method (#3654) · 72dcd3c5
      Martin Holst Swende authored
      * core,eth,internal: Added `debug_getBadBlocks()` method
      
      When bad blocks are discovered, these are stored within geth.
      An RPC-endpoint makes them availablewithin the `debug`
      namespace. This feature makes it easier to discover network forks.
      
      ```
      
      * core, api: go format + docs
      
      * core/blockchain: Documentation, fix minor nitpick
      
      * core: fix failing blockchain test
      72dcd3c5
Loading