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.
Péter Szilágyi
bf1798e04e
common/prque: generic priority queue ( #26290 )
...
* common, core, eth, les, trie: make prque generic
* les/vflux/server: fixed issues in priorityPool
* common, core, eth, les, trie: make priority also generic in prque
* les/flowcontrol: add test case for priority accumulator overflow
* les/flowcontrol: avoid priority value overflow
* common/prque: use int priority in some tests
No need to convert to int64 when we can just change the type used by the
queue.
* common/prque: remove comment about int64 range
---------
Co-authored-by: Zsolt Felfoldi <zsfelfoldi@gmail.com>
Co-authored-by: Felix Lange <fjl@twurst.com>
2 years ago
..
api.go
all: fix some typos ( #25551 )
2 years ago
beaconsync.go
eth/downloader: move the pivot in beacon sync mode too ( #26453 )
2 years ago
downloader.go
all: implement withdrawals (EIP-4895) ( #26484 )
2 years ago
downloader_test.go
all: implement withdrawals (EIP-4895) ( #26484 )
2 years ago
events.go
cmd,eth: 16400 Add an option to stop geth once in sync. WIP for light mode ( #17321 )
6 years ago
fetchers.go
eth: pre-process downloader responses on the peer reader thread
3 years ago
fetchers_concurrent.go
common/prque: generic priority queue ( #26290 )
2 years ago
fetchers_concurrent_bodies.go
all: implement withdrawals (EIP-4895) ( #26484 )
2 years ago
fetchers_concurrent_headers.go
all: fix some typos ( #25551 )
2 years ago
fetchers_concurrent_receipts.go
all: fix some typos ( #25551 )
2 years ago
metrics.go
eth: request id dispatcher and direct req/reply APIs ( #23576 )
3 years ago
modes.go
eth: request id dispatcher and direct req/reply APIs ( #23576 )
3 years ago
peer.go
eth, les: unlock downloader peerSet if there's an error ( #25546 )
2 years ago
queue.go
common/prque: generic priority queue ( #26290 )
2 years ago
queue_test.go
all: implement withdrawals (EIP-4895) ( #26484 )
2 years ago
resultstore.go
all: fix docstrings
2 years ago
skeleton.go
eth/downloader: fix cornercase when clean stale beacon headers ( #26441 )
2 years ago
skeleton_test.go
eth/downloader: create repro testcase for beacon header loss
2 years ago
statesync.go
eth: request id dispatcher and direct req/reply APIs ( #23576 )
3 years ago
testchain_test.go
all: cleanup tests ( #25641 )
2 years ago