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.
 
 
 
 
 
 
go-ethereum/p2p
zelig 2e48d39fc7 key generation abstracted out, for testing with deterministic keys 10 years ago
..
client_identity.go get rid of Private Key in ClientIdentity 10 years ago
client_identity_test.go fix clientidentity test after privkey removed 10 years ago
crypto.go key generation abstracted out, for testing with deterministic keys 10 years ago
crypto_test.go key generation abstracted out, for testing with deterministic keys 10 years ago
message.go eth, p2p: remove EncodeMsg from p2p.MsgWriter 10 years ago
message_test.go eth, p2p: remove EncodeMsg from p2p.MsgWriter 10 years ago
nat.go Cleaned up some of that util 10 years ago
natpmp.go p2p: API cleanup and PoC 7 compatibility 10 years ago
natupnp.go p2p: API cleanup and PoC 7 compatibility 10 years ago
peer.go make crypto handshake calls package level, store privateKey on peer + tests ok 10 years ago
peer_error.go p2p: use an error type for disconnect requests 10 years ago
peer_test.go eth, p2p: remove EncodeMsg from p2p.MsgWriter 10 years ago
protocol.go fix protocol to accomodate privkey 10 years ago
protocol_test.go fix protocol to accomodate privkey 10 years ago
server.go Moved connection errors to DebugDetail level 10 years ago
server_test.go Merge 10 years ago
testlog_test.go p2p: API cleanup and PoC 7 compatibility 10 years ago
testpoc7.go Moved `obscuren` secp256k1-go 10 years ago