6977 Commits (170918ff8c61ce2beb8bfdc0daae893a0f3981bf)
 

Author SHA1 Message Date
trueptolemy 8103e48f8c fix: remove extra semicolon in `json_prepare_tx` 5 years ago
Rusty Russell 14b55d03d5 db: use correct backend for retrieving text fields. 5 years ago
Rusty Russell b55ff34f93 gossipd: fix corner case where gossip msg too old after pending delay. 5 years ago
Christian Decker 9915386c4a pytest: Stabilize test_no_fee_estimate against UTXO selection issues 5 years ago
Christian Decker 063b319da1 pytest: Have the DB provider search for the postgres binary 5 years ago
Christian Decker 136d4b2568 pytest: Consolidate fee-fetching in test_setchannelfee_usage 5 years ago
Christian Decker efc4aa94a3 pytest: Skip some tests that assume we have a sqlite3 db on postgres 5 years ago
Christian Decker b89222f2d9 db: Adjust queries to work with postgres 5 years ago
Christian Decker d901304120 db: Change table field types to be more specific 5 years ago
Christian Decker 416af636f0 db: Check execution when accessing the result of a statement 5 years ago
Christian Decker 1f935cbd85 db: Strengthen some null-checks on queries 5 years ago
Christian Decker 07f8d9046a db: Change migrations to use types of the correct cardinality 5 years ago
Christian Decker 2ddf168d59 db: Implement SQL statement rewriting 5 years ago
Christian Decker 6b26ce5764 db: Split the vars table to have type-specific columns 5 years ago
Christian Decker 074af11e43 db: Select driver by dsn prefix 5 years ago
Christian Decker ad89699888 db: Allow some internal queries to fail 5 years ago
Christian Decker acf72de5be db: Implement postgres driver primitives 5 years ago
Christian Decker db6abda3a4 db: Adjust some db migrations to be compatible with postgres 5 years ago
Christian Decker 640e64cb73 db: Switch statement lookup to use the original query instead 5 years ago
Christian Decker 3df8ccd3e0 db: Reorder migrations to reflect their relationship 5 years ago
Christian Decker e2f7c86271 db: Move remainder of the sqlite3 into the apropriate file 5 years ago
Christian Decker bf613fa48a postgres: Add postgres statement rewriting support 5 years ago
Christian Decker 5953a5051c cli: Add command line option to specify the wallet location 5 years ago
Christian Decker 96a22b4003 pytest: Add db_provider and db instances for configurable backends 5 years ago
Christian Decker 62dc8dc110 make: Add configuration detection and linking of libpq 5 years ago
Rusty Russell 27790832a5 gossipd: gossip_queries_ex is not longer experimental. 5 years ago
Rusty Russell 895e552475 BOLT: update to master with gossip_queries_ex. 5 years ago
Rusty Russell 6eb838ddda wire: update csv to current bolt. 5 years ago
Rusty Russell 8fdfdcec74 BOLT: Update to include BOLT11 features. 5 years ago
Rusty Russell e5564173e7 BOLT: update to cover minor changes. 5 years ago
Rusty Russell 0da074cad3 BOLT: update bolt quotes now that TLVs are not experimental. 5 years ago
Rusty Russell ccbc46a476 check-bolt: escape { and }. 5 years ago
fiatjaf 1d5bbc874a format JSON snippets with jq. 5 years ago
Rusty Russell 6a8d18c7e3 gossipd: naming cleanups. 5 years ago
Rusty Russell 39c9dcbafc ratelimit: adjust based on --dev-fast-gossip, test. 5 years ago
Rusty Russell 147eaced2e developer: consolidiate gossip timing options into one --dev-fast-gossip. 5 years ago
Rusty Russell 8139164aa0 gossipd: disallow far future (+1 day) or far past (2 weeks) timestamps. 5 years ago
Rusty Russell 76860683aa gossipd: only allow one channel_update per direction per day. 5 years ago
Rusty Russell a92ead48bf gossipd: ignore redundant channel_update and node_announcement. 5 years ago
Rusty Russell 46e0f1efcc gossipd: refresh every 13 days, not every 7. 5 years ago
Rusty Russell 06afb408d8 gossipd: bias lower bit of timestamp to ensure alternation. 5 years ago
Rusty Russell 21a6d502db gossipd: move gossip message generation into its own file. 5 years ago
Rusty Russell 0bab2580fc gossipd: clean up local channel updates. 5 years ago
Rusty Russell e1c431d278 gossipd: use local_chan_map more. 5 years ago
Rusty Russell 27d9b75456 gossipd: add shadow structure for local chans. 5 years ago
Rusty Russell 70c4ac6d74 gossipd: suppress our own too-close node_announcement messages. 5 years ago
Rusty Russell 178baeba6c gossipd: get gossip_min_interval from lightningd. 5 years ago
Rusty Russell 4cfd0524eb gossipd: simplify duplicate node_announcement check. 5 years ago
Rusty Russell 5ddd7866e4 gossipd: make create_node_announcement const-correct. 5 years ago
Rusty Russell 9578fb4035 lightningd: fix crash in cancel_channel 5 years ago