quorum/les
gary rong b2c644ffb5 cmd, eth, miner: make recommit configurable (#17444)
* 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
2018-08-21 22:56:54 +03:00
..
flowcontrol
api_backend.go accounts, eth, les: blockhash based filtering on all code paths 2018-07-12 18:16:54 +03:00
backend.go cmd, eth, miner: make recommit configurable (#17444) 2018-08-21 22:56:54 +03:00
bloombits.go build: enable goimports and varcheck linters (#16446) 2018-04-18 00:53:50 +02:00
commons.go les: fix CHT field in nodeInfo (#17465) 2018-08-21 14:58:10 +03:00
distributor.go light: CHT and bloom trie indexers working in light mode (#16534) 2018-08-15 22:25:46 +02:00
distributor_test.go les: changed if-else blocks to conform with golint (#16658) 2018-05-03 11:35:06 +03:00
execqueue.go
execqueue_test.go
fetcher.go les: add announcement safety check to light fetcher (#17034) 2018-07-04 13:40:20 +03:00
freeclient.go les: implement client connection logic (#16899) 2018-08-14 22:44:46 +02:00
freeclient_test.go les: implement client connection logic (#16899) 2018-08-14 22:44:46 +02:00
handler.go les: fix crasher in NodeInfo when running as server (#17419) 2018-08-17 13:21:53 +03:00
handler_test.go all: get rid of error when creating memory database (#16716) 2018-05-09 15:24:25 +03:00
helper_test.go les: fix crasher in NodeInfo when running as server (#17419) 2018-08-17 13:21:53 +03:00
metrics.go metrics: pull library and introduce ResettingTimer and InfluxDB reporter (#15910) 2018-02-23 11:56:08 +02:00
odr.go light: CHT and bloom trie indexers working in light mode (#16534) 2018-08-15 22:25:46 +02:00
odr_requests.go trie: fixes to comply with golint (#16771) 2018-05-21 23:41:31 +03:00
odr_test.go light: CHT and bloom trie indexers working in light mode (#16534) 2018-08-15 22:25:46 +02:00
peer.go les: add ps.lock.Unlock() before return (#16360) 2018-04-11 11:02:33 +03:00
protocol.go core/rawdb: separate raw database access to own package (#16666) 2018-05-07 14:35:06 +03:00
randselect.go les: changed if-else blocks to conform with golint (#16658) 2018-05-03 11:35:06 +03:00
randselect_test.go
request_test.go light: CHT and bloom trie indexers working in light mode (#16534) 2018-08-15 22:25:46 +02:00
retrieve.go light: CHT and bloom trie indexers working in light mode (#16534) 2018-08-15 22:25:46 +02:00
server.go les: fix crasher in NodeInfo when running as server (#17419) 2018-08-17 13:21:53 +03:00
serverpool.go les: handle conn/disc/reg logic in the eventloop (#16981) 2018-06-25 11:52:24 +03:00
sync.go core/rawdb: separate raw database access to own package (#16666) 2018-05-07 14:35:06 +03:00
txrelay.go