6431 Commits (9be28fe40f1d661e6278b9eb74222f95de46859b)
 

Author SHA1 Message Date
darosior 9be28fe40f daemons tour: minor typos correction 5 years ago
trueptolemy ffb2ee9b21 bitcoind: Remove unused type `bitcoind_mode` 5 years ago
trueptolemy 7ffa4ad0bc plugin: Register `forward_event` notification 5 years ago
trueptolemy a3eb2942de plugin: Register `channel_opened` notification 5 years ago
trueptolemy 2907e430d5 plugin: Register `invoice_payment` notification 5 years ago
trueptolemy 55fe2b03a2 plugin: Register `warning` notification 5 years ago
trueptolemy 74d8969967 plugin: Register `disconnect` notification 5 years ago
trueptolemy c289fa8f19 plugin: Register `connect` notification 5 years ago
trueptolemy 25d79c5c3f notification: Add registeration interface 5 years ago
darosior d0fe0d658f doc: remove duplicate lines from index.rst 5 years ago
Rusty Russell b65cbc7dc3 plugins: fix false-positive memleak. 5 years ago
lisa neigut 6e991eaebb docs: add install line 5 years ago
Rusty Russell ddab2cb287 pytest: remove flake8 warnings for tests/fixtures.py 5 years ago
Christian Decker cb96be9a6e pytest: Allow running tests in a shared memory directory 5 years ago
Christian Decker b90b4b4bb1 pytest: Consolidate node teardown checks a bit 5 years ago
Christian Decker ce2bdeec70 pytest: Add a class that collects teardown checks 5 years ago
Rusty Russell 1c0d435f5e pytest: remove flaky part of test_gossip's test_gossip_no_empty_announcements 5 years ago
Rusty Russell 7514a87b5e common/gossip_rcvd_filter: avoid DoS. 5 years ago
Rusty Russell c99906a9a9 per-peer-daemons: tie in gossip filter. 5 years ago
Rusty Russell 5292f11818 pytest: test (fail) that we don't repeat gossip back to the node we got it from 5 years ago
Rusty Russell 1e7b1276a9 common/gossip_rcvd_filter: cache for received gossip. 5 years ago
Rusty Russell 2652cc9704 common/memleak: simplify notleak() handling. 5 years ago
Rusty Russell aca2e4f722 common/memleak: add dynamic hooks for assisting memleak. 5 years ago
Rusty Russell 17541e22a3 update-mocks: allow a function to specify that mock should not abort. 5 years ago
Rusty Russell 837e6232c3 common: reduce header differences for DEVELOPER vs non-DEVELOPER. 5 years ago
Rusty Russell 077ba88b88 JSON: remove listpayments. 5 years ago
Rusty Russell 884f4fa6d0 JSON: Remove description fields. 5 years ago
Rusty Russell acf3952acc JSON: remove handling of pre-Adelaide (B:T:N) short_channel_ids. 5 years ago
Rusty Russell 714e7fb670 pytest: test db upgrade. 5 years ago
Rusty Russell 91dcd1d55a db: convert pre-Adelaide short_channel_ids. 5 years ago
Rusty Russell a134062f98 bolt11: handle `9` fields for new features. 5 years ago
Rusty Russell 2e3eadbe91 common/features: expose feature bitmap low-level functions. 5 years ago
Christian Decker 58f448904c db: Extract db config lookup into its own function 5 years ago
Christian Decker c6b6958ae6 db: Remove sqlite3 from db.c and db.h 5 years ago
Christian Decker a29bedb5b8 db: Switch to indirect db close 5 years ago
Christian Decker ec8efe02e1 db: Switch to indirect `db_last_insert_id` version 5 years ago
Christian Decker 742bcdb2bc db: Move statement expansion into the driver 5 years ago
Christian Decker b6d583c26a db: Move tracking of pending statements into the `struct db` 5 years ago
Christian Decker b06cb68330 db: Migrate wallet.c to the new abstraction layer 5 years ago
Christian Decker f19dc2ecc1 db: Migrate invoices.c to new abstraction layer 5 years ago
Christian Decker 460299850f db: Add DB-specific db_last_insert_id 5 years ago
Christian Decker dffd3d79bc db: Add type-safe column access functions 5 years ago
Christian Decker a4e5371732 db: Add more type-safe bindings to the interface 5 years ago
Christian Decker c68efdfcf4 db: Migrate to DB abstraction layer in db.c 5 years ago
Christian Decker 716a3b11a5 sqlite3: Move begin transaction and commit into the driver 5 years ago
Christian Decker 492d77f213 db: Add setup and teardown function to DB 5 years ago
Christian Decker a2b5b1561e db: Add method to count changed rows of a db_stmt 5 years ago
Christian Decker d0027b1036 db: Implement basic query capabilities 5 years ago
Christian Decker 98963c58e4 db: Track whether a db_stmt has been executed 5 years ago
Christian Decker e65e4fcf4b wallet: Call db_stmt_free from the db_stmt destructor automatically 5 years ago