core-lightning/contrib/pyln-testing/pyln/testing
Rusty Russell 311807ff1f lightningd: add in_htlc_id / out_htlc_id to listforwards.
And document that we never know payment_hash.

Changelog-Added: JSON-RPC: `listforwards` now shows `in_htlc_id` and `out_htlc_id`
Changelog-Changed: JSON-RPC: `listforwards` now never shows `payment_hash`; use `listhtlcs`.
2022-09-22 15:19:46 +02:00
..
__init__.py pyln: Reduce dependency strictness for pyln-testing 2022-09-20 10:33:40 +02:00
btcproxy.py Skip following import and skip flask type to mypy code analysis. 2021-08-30 12:12:32 +09:30
db.py test-db-provider: if postgres in tests, startup a bookkeeper db 2022-07-28 12:08:18 +09:30
fixtures.py pyln-testing: print content of errlog file when _some_ node failed unexpected 2022-07-16 14:19:05 +09:30
gossip.py pyln-testing: Add gossip_store parser to testing framework 2022-07-04 22:14:06 +02:00
grpc.py pyln-testing: Add listinvoices to grpc shim 2022-07-21 14:19:06 +09:30
grpc2py.py lightningd: add in_htlc_id / out_htlc_id to listforwards. 2022-09-22 15:19:46 +02:00
node_pb2.py lightningd: add in_htlc_id / out_htlc_id to listforwards. 2022-09-22 15:19:46 +02:00
node_pb2_grpc.py msggen: Add stop method to generators 2022-07-21 14:19:06 +09:30
primitives_pb2.py pytest: Move generated grpc bindings to pyln-testing 2022-07-21 14:19:06 +09:30
utils.py db: add scid field to channels table. 2022-09-22 15:19:46 +02:00