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.
Felföldi Zsolt
d4d88f9bce
les: remove obsolete code related to PoW header syncing ( #27737 )
...
This change removes PoW header syncing related code from LES and also deletes
duplicated packages les/catalyst, les/downloader and les/fetcher. These package copies
were created because people wanted to make changes in their eth/ counterparts, but weren't
able to adapt LES code to the API changes.
1 year ago
..
flowcontrol
common/prque: generic priority queue ( #26290 )
2 years ago
utils
internal/ethapi, les: use slices package for sorting ( #27492 )
1 year ago
vflux
all: remove deprecated uses of math.rand ( #26710 )
2 years ago
api.go
all: remove notion of trusted checkpoints in the post-merge world ( #27147 )
2 years ago
api_backend.go
les: remove obsolete code related to PoW header syncing ( #27737 )
1 year ago
api_test.go
les: remove obsolete code related to PoW header syncing ( #27737 )
1 year ago
benchmark.go
core/state, light, les: make signature of ContractCode hash-independent ( #27209 )
1 year ago
bloombits.go
les: handler separation ( #19639 )
5 years ago
client.go
les: remove obsolete code related to PoW header syncing ( #27737 )
1 year ago
client_handler.go
les: remove obsolete code related to PoW header syncing ( #27737 )
1 year ago
commons.go
all: remove the Rinkeby testnet ( #27406 )
1 year ago
costtracker.go
eth: move eth.Config to a common package ( #22205 )
4 years ago
distributor.go
all: use AbsTime.Add instead of conversion ( #25417 )
2 years ago
distributor_test.go
les: separate peer into clientPeer and serverPeer ( #19991 )
5 years ago
enr_entry.go
cmd/devp2p: skip ENR field tails properly in nodeset filter ( #22565 )
4 years ago
handler_test.go
les: remove obsolete code related to PoW header syncing ( #27737 )
1 year ago
metrics.go
les: polish code ( #22625 )
4 years ago
odr.go
all: refactor txpool into it's own package in prep for 4844
2 years ago
odr_requests.go
core/state, light, les: make signature of ContractCode hash-independent ( #27209 )
1 year ago
odr_test.go
les: remove obsolete code related to PoW header syncing ( #27737 )
1 year ago
peer.go
les: remove obsolete code related to PoW header syncing ( #27737 )
1 year ago
peer_test.go
all: implement forkid changes for shanghai
2 years ago
protocol.go
les: remove unused var `AdvertiseProtocolVersions` ( #27405 )
1 year ago
request_test.go
les: remove obsolete code related to PoW header syncing ( #27737 )
1 year ago
retrieve.go
les: remove obsolete code related to PoW header syncing ( #27737 )
1 year ago
server.go
all: remove notion of trusted checkpoints in the post-merge world ( #27147 )
2 years ago
server_handler.go
core/state, light, les: make signature of ContractCode hash-independent ( #27209 )
1 year ago
server_requests.go
core/state, light, les: make signature of ContractCode hash-independent ( #27209 )
1 year ago
servingqueue.go
internal/ethapi, les: use slices package for sorting ( #27492 )
1 year ago
state_accessor.go
core/types, params: add blob transaction type, RLP encoded for now ( #27049 )
2 years ago
test_helper.go
les: remove obsolete code related to PoW header syncing ( #27737 )
1 year ago
txrelay.go
les: generate random nums directly, not via strange conversions
4 years ago