Official Go implementation of the Ethereum protocol
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rene
c0c01612e9
node: refactor package node ( #21105 )
...
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.
4 years ago
..
checkpointoracle
node: refactor package node ( #21105 )
4 years ago
flowcontrol
all: update author list and licenses
5 years ago
lespay/ client
les, les/lespay: implement new server pool ( #20758 )
5 years ago
utils
les: implement new les fetcher ( #20692 )
4 years ago
api.go
les: make clientPool.connectedBias configurable ( #21305 )
4 years ago
api_backend.go
node: refactor package node ( #21105 )
4 years ago
api_test.go
node: refactor package node ( #21105 )
4 years ago
balance.go
les: rename UpdateBalance to AddBalance and simplify return format ( #20304 )
5 years ago
balance_test.go
les: rework clientpool ( #20077 )
5 years ago
benchmark.go
les, les/lespay/client: add service value statistics and API ( #20837 )
5 years ago
bloombits.go
les: handler separation ( #19639 )
5 years ago
client.go
node: refactor package node ( #21105 )
4 years ago
client_handler.go
les: implement new les fetcher ( #20692 )
4 years ago
clientpool.go
les: implement new les fetcher ( #20692 )
4 years ago
clientpool_test.go
les: make clientPool.connectedBias configurable ( #21305 )
4 years ago
commons.go
node: refactor package node ( #21105 )
4 years ago
costtracker.go
les: add missing Ticker.Stop call ( #20864 )
5 years ago
distributor.go
les, les/lespay: implement new server pool ( #20758 )
5 years ago
distributor_test.go
les: separate peer into clientPeer and serverPeer ( #19991 )
5 years ago
enr_entry.go
les, les/lespay: implement new server pool ( #20758 )
5 years ago
fetcher.go
les: implement new les fetcher ( #20692 )
4 years ago
fetcher_test.go
les: fix unittest ( #21382 )
4 years ago
handler_test.go
les: separate peer into clientPeer and serverPeer ( #19991 )
5 years ago
metrics.go
les, les/lespay: implement new server pool ( #20758 )
5 years ago
odr.go
les: separate peer into clientPeer and serverPeer ( #19991 )
5 years ago
odr_requests.go
les: historical data garbage collection ( #19570 )
4 years ago
odr_test.go
les: implement new les fetcher ( #20692 )
4 years ago
peer.go
les: implement new les fetcher ( #20692 )
4 years ago
peer_test.go
les: remove invalid use of t.Fatal in TestHandshake ( #21012 )
5 years ago
protocol.go
les, les/lespay: implement new server pool ( #20758 )
5 years ago
pruner.go
les: historical data garbage collection ( #19570 )
4 years ago
pruner_test.go
les: historical data garbage collection ( #19570 )
4 years ago
request_test.go
les: historical data garbage collection ( #19570 )
4 years ago
retrieve.go
les, les/lespay: implement new server pool ( #20758 )
5 years ago
server.go
node: refactor package node ( #21105 )
4 years ago
server_handler.go
les: implement new les fetcher ( #20692 )
4 years ago
serverpool.go
les, les/lespay: implement new server pool ( #20758 )
5 years ago
serverpool_test.go
les, les/lespay: implement new server pool ( #20758 )
5 years ago
servingqueue.go
les: separate peer into clientPeer and serverPeer ( #19991 )
5 years ago
sync.go
les: separate peer into clientPeer and serverPeer ( #19991 )
5 years ago
sync_test.go
les: historical data garbage collection ( #19570 )
4 years ago
test_helper.go
les: implement new les fetcher ( #20692 )
4 years ago
txrelay.go
les, les/lespay/client: add service value statistics and API ( #20837 )
5 years ago
ulc.go
cmd, eth, les: fix up ultra light config integration
5 years ago
ulc_test.go
les: historical data garbage collection ( #19570 )
4 years ago