Skip to content

Commit

Permalink
Merge branch 'poc8' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
obscuren committed Dec 5, 2014
2 parents 9925916 + 195b2d2 commit f06543f
Show file tree
Hide file tree
Showing 22 changed files with 1,985 additions and 2,378 deletions.
6 changes: 3 additions & 3 deletions p2p/client_identity.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ import (
"runtime"
)

// should be used in Peer handleHandshake, incorporate Caps, ProtocolVersion, Pubkey etc.
// ClientIdentity represents the identity of a peer.
type ClientIdentity interface {
String() string
Pubkey() []byte
String() string // human readable identity
Pubkey() []byte // 512-bit public key
}

type SimpleClientIdentity struct {
Expand Down
275 changes: 0 additions & 275 deletions p2p/connection.go

This file was deleted.

Loading

0 comments on commit f06543f

Please sign in to comment.