1. 10 8月, 2021 1 次提交
  2. 08 6月, 2021 1 次提交
  3. 04 6月, 2021 1 次提交
  4. 22 5月, 2021 1 次提交
  5. 05 2月, 2021 1 次提交
  6. 13 1月, 2021 1 次提交
  7. 04 8月, 2020 1 次提交
    • R
      node: refactor package node (#21105) · c0c01612
      rene 提交于
      This PR significantly changes the APIs for instantiating Ethereum nodes in
      a Go program. The new APIs are not backwards-compatible, but we feel that
      this is made up for by the much simpler way of registering services on
      node.Node. You can find more information and rationale in the design
      document: https://gist.github.com/renaynay/5bec2de19fde66f4d04c535fd24f0775.
      
      There is also a new feature in Node's Go API: it is now possible to
      register arbitrary handlers on the user-facing HTTP server. In geth, this
      facility is used to enable GraphQL.
      
      There is a single minor change relevant for geth users in this PR: The
      GraphQL API is no longer available separately from the JSON-RPC HTTP
      server. If you want GraphQL, you need to enable it using the
      ./geth --http --graphql flag combination.
      
      The --graphql.port and --graphql.addr flags are no longer available.
      c0c01612
  8. 10 12月, 2019 1 次提交
  9. 23 4月, 2019 1 次提交
    • G
      miner: polish miner configuration (#19480) · 6269e557
      gary rong 提交于
      * 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
  10. 07 2月, 2019 1 次提交
    • J
      cmd, node, p2p/simulations: fix node account manager leak (#19004) · 26aea736
      Janoš Guljaš 提交于
      * node: close AccountsManager in new Close method
      
      * p2p/simulations, p2p/simulations/adapters: handle node close on shutdown
      
      * node: move node ephemeralKeystore cleanup to stop method
      
      * node: call Stop in Node.Close method
      
      * cmd/geth: close node.Node created with makeFullNode in cli commands
      
      * node: close Node instances in tests
      
      * cmd/geth, node: minor code style fixes
      
      * cmd, console, miner, mobile: proper node Close() termination
      26aea736
  11. 07 11月, 2018 1 次提交
  12. 29 8月, 2018 1 次提交
  13. 23 8月, 2018 1 次提交