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
983f92368b
core/forkid: implement the forkid EIP, announce via ENR ( #19738 )
...
* eth: chain config (genesis + fork) ENR entry
* core/forkid, eth: protocol independent fork ID, update to CRC32 spec
* core/forkid, eth: make forkid a struct, next uint64, enr struct, RLP
* core/forkid: change forkhash rlp encoding from int to [4]byte
* eth: fixup eth entry a bit and update it every block
* eth: fix lint
* eth: fix crash in ethclient tests
5 years ago
..
discover
p2p/enode: improve IPv6 support, add ENR text representation ( #19663 )
6 years ago
discv5
vendor, crypto, swarm: switch over to upstream sha3 package
6 years ago
enode
p2p/enode: improve IPv6 support, add ENR text representation ( #19663 )
6 years ago
enr
core/forkid: implement the forkid EIP, announce via ENR ( #19738 )
5 years ago
nat
p2p, p2p/discover: add signed ENR generation ( #17753 )
6 years ago
netutil
p2p: enforce connection retry limit on server side ( #19684 )
5 years ago
simulations
p2p/simulations: Enable access to MsgEvents with execadapter ( #19749 )
5 years ago
testing
swarm/storage/localstore: fix export db.Put signature
6 years ago
dial.go
p2p: enforce connection retry limit on server side ( #19684 )
5 years ago
dial_test.go
p2p: enforce connection retry limit on server side ( #19684 )
5 years ago
message.go
p2p: add address info to peer event reporting ( #19716 )
5 years ago
message_test.go
all: fix go vet warnings
9 years ago
metrics.go
core, ethdb, metrics, p2p: expose various counter metrics for grafana
5 years ago
peer.go
p2p: add address info to peer event reporting ( #19716 )
5 years ago
peer_error.go
p2p: fix some golint warnings ( #16577 )
7 years ago
peer_test.go
p2p: enforce connection retry limit on server side ( #19684 )
5 years ago
protocol.go
p2p: remove "cap" enr entry ( #19800 )
5 years ago
rlpx.go
accounts, p2p, rpc: make CGO_ENABLED=0 build again ( #19593 )
6 years ago
rlpx_test.go
p2p: remove useless parameter ( #19433 )
6 years ago
server.go
core/forkid: implement the forkid EIP, announce via ENR ( #19738 )
5 years ago
server_test.go
p2p: enforce connection retry limit on server side ( #19684 )
5 years ago
util.go
p2p: enforce connection retry limit on server side ( #19684 )
5 years ago
util_test.go
p2p: enforce connection retry limit on server side ( #19684 )
5 years ago