rgb-cln/contrib/pyln-testing/pyln/testing
Rusty Russell 2752e04f8f db: add `scid` field to channels table.
Normally, we'd use the delete_columns function to remove the old
`short_channel_id` string field, *but* we can't do that for sqlite, as
there are other tables with references to it.  So add a FIXME to do
it once everyone has upgraded to an sqlite3 which has native support
for column deletion.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
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 wallet: Load and value `completed_at` timestamp from DB 2022-09-14 13:14:10 +02:00
node_pb2.py msggen: Add conversion from cln-rpc to cln-grpc for Option<Outpoint> 2022-09-22 10:41:05 +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