Add gossip_queries feature flag
authorbmancini55 <bmancini@gmail.com>
Wed, 21 Oct 2020 20:31:22 +0000 (16:31 -0400)
committerbmancini55 <bmancini@gmail.com>
Tue, 1 Dec 2020 22:18:24 +0000 (17:18 -0500)
commit5af299e7d8e1d67302d0eb967b94938f5eec5003
tree12fc6fe940a62999f3a76a2ab3bd877e25bbd05e
parenta008464417b7351f23f27fec5e977fccb4b72095
Add gossip_queries feature flag

Support for the gossip_queries feature flag (bits 6/7) is added to the
Features struct. This feature is available in the Init and Node
contexts. The gossip_queries feature is not fully implemented so this
feature is disabled when sent to peers in the Init message.
lightning/src/ln/features.rs
lightning/src/ln/peer_handler.rs
lightning/src/ln/wire.rs