go-ethereum/p2p
Péter Szilágyi 8e998ecabe 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
2024-06-28 11:30:31 +04:00
..
discover p2p, p2p/discover: add signed ENR generation (#17753) 2024-06-28 11:30:16 +04:00
discv5 p2p, p2p/discover: add signed ENR generation (#17753) 2024-06-28 11:30:16 +04:00
enode p2p, p2p/discover: add signed ENR generation (#17753) 2024-06-28 11:30:16 +04:00
enr core/forkid: implement the forkid EIP, announce via ENR (#19738) 2024-06-28 11:30:31 +04:00
nat p2p, p2p/discover: add signed ENR generation (#17753) 2024-06-28 11:30:16 +04:00
netutil p2p, p2p/discover: add signed ENR generation (#17753) 2024-06-28 11:30:16 +04:00
protocols all: new p2p node representation (#17643) 2024-06-28 11:30:16 +04:00
simulations all: new p2p node representation (#17643) 2024-06-28 11:30:16 +04:00
testing all: new p2p node representation (#17643) 2024-06-28 11:30:16 +04:00
dial.go p2p, p2p/discover: add signed ENR generation (#17753) 2024-06-28 11:30:16 +04:00
dial_test.go p2p, p2p/discover: add signed ENR generation (#17753) 2024-06-28 11:30:16 +04:00
message.go all: new p2p node representation (#17643) 2024-06-28 11:30:16 +04:00
message_test.go all: fix go vet warnings 2016-04-15 11:17:27 +02:00
metrics.go new EVM Upgrade 2021-09-21 16:53:46 +05:30
peer.go all: new p2p node representation (#17643) 2024-06-28 11:30:16 +04:00
peer_error.go Fix of discreason type problem (#242) 2023-03-26 22:54:56 +11:00
peer_test.go all: new p2p node representation (#17643) 2024-06-28 11:30:16 +04:00
protocol.go p2p, p2p/discover: add signed ENR generation (#17753) 2024-06-28 11:30:16 +04:00
rlpx.go all: new p2p node representation (#17643) 2024-06-28 11:30:16 +04:00
rlpx_test.go all: new p2p node representation (#17643) 2024-06-28 11:30:16 +04:00
server.go core/forkid: implement the forkid EIP, announce via ENR (#19738) 2024-06-28 11:30:31 +04:00
server_test.go p2p, p2p/discover: add signed ENR generation (#17753) 2024-06-28 11:30:16 +04:00