bitcoin-p2p
This is a Rust library implementation of the Bitcoin p2p protocol.
Features
TODO
- peer banning
- fee filters: https://github.com/bitcoin/bips/blob/master/bip-0133.mediawiki
- reject peers that don't support segwit (ver 70013) (rust-bitcoin can't serialize without witness)
- finish compact blocks support after https://github.com/rust-bitcoin/rust-bitcoin/pull/249
- addrv2 https://github.com/bitcoin/bips/blob/master/bip-0155.mediawiki
https://github.com/rust-bitcoin/rust-bitcoin/pull/449
- block filters