grin/p2p
Ignotus Peverell 38d5d67e79
Add features bitmask to Block, Output, Kernel; coinbase validation
Block, Output and Kernel now have bitmasks to hold supported
features and eventually versioning. Will make adding features and
updates easier and open the possibility of soft forks.

First added feature for Output and Kernel is the marking of coinbase
related ones. Allows the validation of the coinbase part of a block.
2017-03-23 17:06:00 -07:00
..
src Add features bitmask to Block, Output, Kernel; coinbase validation 2017-03-23 17:06:00 -07:00
tests Cleaned up error handling in p2p module. Setting peer status on disconnect. 2017-02-26 20:08:40 -08:00
Cargo.toml A db store for peer data. 2017-02-09 20:16:34 -08:00
rustfmt.toml Getting started on the p2p networking code. 2016-10-23 17:02:02 -04:00