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.
 
 
 
 
 
 
Jae Kwon c0bf95eb73 . 11 years ago
..
README.md . 11 years ago
addrbook.go architecting peer 11 years ago
client.go architecting peer 11 years ago
connection.go architecting peer 11 years ago
connection_test.go architecting peer 11 years ago
filter.go architecting peer 11 years ago
knownaddress.go working draft of peer 11 years ago
listener.go architecting peer 11 years ago
log.go working draft of peer 11 years ago
msg.go architecting peer 11 years ago
netaddress.go working draft of peer 11 years ago
peer.go architecting peer 11 years ago
server.go architecting peer 11 years ago
upnp.go architecting peer 11 years ago
util.go stripped addrmanager from btcd 11 years ago

README.md

Channel ""

Filter: None

Messages:

  • RefreshFilterMsg
  • PeerExchangeMsg

Channel "block"

Filter: Custom filter.

Messages:

  • BlockMsg
  • HeaderMsg

Channel "mempool"

Filter: Bloom filter (n:10k, p:0.02 -> k:6, m:10KB)

FilterRefresh: Every new block.

Messages:

  • MempoolTxMsg

Channel "consensus"

Filter: Bitarray filter

FilterRefresh: Every new block.

Messages:

  • ProposalMsg
  • VoteMsg
  • NewBlockMsg