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
811a674059
all: update golang/x/ext and fix slice sorting fallout ( #27909 )
...
The Go authors updated golang/x/ext to change the function signature of the slices sort method.
It's an entire shitshow now because x/ext is not tagged, so everyone's codebase just
picked a new version that some other dep depends on, causing our code to fail building.
This PR updates the dep on our code too and does all the refactorings to follow upstream...
1 year ago
..
flowcontrol
common/prque: generic priority queue ( #26290 )
2 years ago
utils
all: update golang/x/ext and fix slice sorting fallout ( #27909 )
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
all: update golang/x/ext and fix slice sorting fallout ( #27909 )
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