plugin: Add featurebits registered by plugins to node_announcements

This is the last venue we need to add custom featurebits to, so we also unmark
the test as xfail.

Changelog-Added: plugin: Plugins can now signal support for experimental protocol extensions by registering featurebits for `node_announcement`s, the connection handshake, and for invoices. For now this is limited to non-dynamic plugins only
This commit is contained in:
Christian Decker
2020-01-31 15:24:32 +01:00
committed by Rusty Russell
parent 8d6c8c3cd1
commit ebd3a8d7f2
2 changed files with 7 additions and 3 deletions

View File

@@ -826,7 +826,6 @@ def test_libplugin(node_factory):
assert l1.rpc.call("testrpc") == l1.rpc.getinfo()
@pytest.mark.xfail(strict=True)
@unittest.skipIf(not DEVELOPER, "needs LIGHTNINGD_DEV_LOG_IO")
def test_plugin_feature_announce(node_factory):
"""Check that features registered by plugins show up in messages.