core-lightning/contrib/pyln-client/pyln/client
Christian Decker a13591400a pyln-client: Add facility to register featurebits from plugins
we have 4 venues in which we can add features, 3 of which are unilaterally
controlled (`init`, `node_announcement`, and `invoices`) the
`channel_announcement` is co-signed by both parties, so we can't add
featurebits without additional coordination overhead.

Each location is encoded as a key-value pair in a dict called `featurebits` in
the manifest (omitted if no custom featurebits are set).
2020-02-11 13:53:31 +10:30
..
__init__.py pyln: Bump versions of pyln-client and pyln-testing 2019-12-31 16:43:04 +01:00
lightning.py lightningd/invoice.c: Add timeout parameter to waitanyinvoice. 2020-01-28 14:07:52 +01:00
plugin.py pyln-client: Add facility to register featurebits from plugins 2020-02-11 13:53:31 +10:30