931 Commits (ea819107eba91983c6b86b666b493c95494a29ae)

Author SHA1 Message Date
Rusty Russell ca53c1b699 gossipd: push our own gossip messages harder. 5 years ago
Rusty Russell bd55f6d940
common/features: only support a single feature bitset. 5 years ago
lisa neigut 6e7cfcc76e walletrpc: explicitly note we discard utx on unsuccessful broadcast 5 years ago
lisa neigut af4ffe5fcd dev-forget-channel: accept passing in channel_id 5 years ago
trueptolemy 019c052123 JSON-API: Allow `close` channel to specified address 5 years ago
trueptolemy 71b606e050 lightningd: Add a new field `shutdown_scriptpubkey[NUM_SIDES]` 5 years ago
trueptolemy 75e946d256 json: Move `param_bitcoin_address` from wallet/walletrpc.c to lightningd/json.c 5 years ago
trueptolemy 7db3f1b8a6 json: Rename `json_tok_address_scriptpubkey` to `json_to_address_scriptpubkey` 5 years ago
trueptolemy 36bc624928 Fix: fix the parameter prase of `txprepare` 5 years ago
Rusty Russell 93865bb0f3 wallet: minor style fixes, and remove null JSON fields. 5 years ago
Christian Decker 55af02b163 wallet: Fix a column access size mismatch when reading tx types 5 years ago
Christian Decker d840496e53 json-rpc: Make listtransaction non-experimental but hide annotations 5 years ago
Christian Decker 33bb4f7f58 json-rpc: Print details and annotations for listtransactions 5 years ago
Christian Decker d981b58234 wallet: Retrieve transaction annotations when listing transactions 5 years ago
Christian Decker ddae604f3d wallet: Move tx annotation for deposits into the wallet 5 years ago
Christian Decker 3d14c18074 wallet: Add primitives to annotate a transaction input and output 5 years ago
Christian Decker 964156dc2d db: Add transaction_annotations table 5 years ago
Christian Decker 7283efa5b5 elements: Add amount_asset to support more than just plain satoshis 5 years ago
Christian Decker d5f0c08a88 elements: Remove global is_elements variable in favor of chainparams 5 years ago
Christian Decker f197e3da83 elements: Fix transaction size estimate when selecting coins 5 years ago
Christian Decker 17af57e504 elements: Compute correct weight in wallet_select for elements TXs 6 years ago
Christian Decker 639713b547 elements: Fix transaction handling for elements transactions 6 years ago
Saibato 0f9ba53581 Add enable-autotor-v2 config variable 5 years ago
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
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 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
Rusty Russell 27790832a5 gossipd: gossip_queries_ex is not longer experimental. 5 years ago
Rusty Russell fe66b53fb9 jsonrpc: add more fields to listfunds. 5 years ago
Christian Decker ac1c894255 db: Get old sqlite3_trace based db_changes working again 5 years ago
lisa neigut 38e404af51 wallet: add flag to specify whether or not to include change output 5 years ago
lisa neigut 5c70890efa rpc: add 'utxos' parameter to txprepare + withdraw 5 years ago
trueptolemy 6c708b5854 API: `fundchannel_cancel` can cancel fundchannel process before funding broadcast 5 years ago
trueptolemy a3b43fa196 Cleanup: Remove the duplicated code of getting txid in `json_withdraw` 5 years ago
trueptolemy b7ae2f3ac7 Fix: Store the transaction(broadcast by `txsend`) into DB 5 years ago
Rusty Russell 160f27061e common/utxo: make commitment_point optional in close_info. 5 years ago
Rusty Russell 11ee089d4b db: store option_static_remotekey for each channel. 5 years ago
Rusty Russell aca2e4f722 common/memleak: add dynamic hooks for assisting memleak. 5 years ago