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.
gary rong
6269e5574c
miner: polish miner configuration ( #19480 )
...
* 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.
6 years ago
..
flowcontrol
les, les/flowcontrol: improved request serving and flow control ( #18230 )
6 years ago
api.go
les, les/flowcontrol: improved request serving and flow control ( #18230 )
6 years ago
api_backend.go
eth, les, geth: implement cli-configurable global gas cap for RPC calls ( #19401 )
6 years ago
api_test.go
les, les/flowcontrol: improved request serving and flow control ( #18230 )
6 years ago
backend.go
miner: polish miner configuration ( #19480 )
6 years ago
benchmark.go
les, light: remove support for les/1 4096 block CHT sections
6 years ago
bloombits.go
all: make indexer configurable ( #17188 )
6 years ago
commons.go
les: fix p2p.Protocol.PeerInfo ( #19472 )
6 years ago
costtracker.go
les: removed les/1 protocol messages
6 years ago
distributor.go
les, les/flowcontrol: improved request serving and flow control ( #18230 )
6 years ago
distributor_test.go
les, les/flowcontrol: improved request serving and flow control ( #18230 )
6 years ago
execqueue.go
les: fix goroutine leak in execQueue ( #14480 )
8 years ago
execqueue_test.go
les: fix goroutine leak in execQueue ( #14480 )
8 years ago
fetcher.go
les, les/flowcontrol: improved request serving and flow control ( #18230 )
6 years ago
fetcher_test.go
les: remove redundant type specifiers ( #19091 )
6 years ago
freeclient.go
les, les/flowcontrol: improved request serving and flow control ( #18230 )
6 years ago
freeclient_test.go
all: clean up and proerly abstract database access
6 years ago
handler.go
eth, les, light: enforce CHT checkpoints on fast-sync too
6 years ago
handler_test.go
core, eth, les, light: store transaction receipts without txHash and gasCost
6 years ago
helper_test.go
all: clean up and proerly abstract database access
6 years ago
metrics.go
metrics: pull library and introduce ResettingTimer and InfluxDB reporter ( #15910 )
7 years ago
odr.go
les: removed les/1 protocol messages
6 years ago
odr_requests.go
les: removed les/1 protocol messages
6 years ago
odr_test.go
core, eth, les, light: scope receipt functionality a bit cleaner
6 years ago
peer.go
les: check required message types in cost table ( #19454 )
6 years ago
peer_test.go
les: check required message types in cost table ( #19454 )
6 years ago
protocol.go
les: removed les/1 protocol messages
6 years ago
randselect.go
les, les/flowcontrol: improved request serving and flow control ( #18230 )
6 years ago
randselect_test.go
all: gofmt -w -s
8 years ago
request_test.go
les: removed les/1 protocol messages
6 years ago
retrieve.go
les, les/flowcontrol: improved request serving and flow control ( #18230 )
6 years ago
server.go
les, light: remove support for les/1 4096 block CHT sections
6 years ago
serverpool.go
les, les/flowcontrol: improved request serving and flow control ( #18230 )
6 years ago
servingqueue.go
les, les/flowcontrol: improved request serving and flow control ( #18230 )
6 years ago
sync.go
core/rawdb: separate raw database access to own package ( #16666 )
7 years ago
txrelay.go
les, les/flowcontrol: improved request serving and flow control ( #18230 )
6 years ago
ulc.go
les: implement ultralight client ( #16904 )
6 years ago
ulc_test.go
all: clean up and proerly abstract database access
6 years ago