621 Commits (32eaae0cb92ec84e0667df052d4dd3fca3f9cd58)

Author SHA1 Message Date
Karl-Johan Alm ff2bfe3bdb dynamically generate string of network names 5 years ago
Christian Decker 86d4362b65 wallet: Don't delete channels from DB, mark them closed. 5 years ago
Christian Decker 1dbdc74bc3 wallet: Add a final `CLOSED` state to channels 5 years ago
lisa neigut 7046d0220c makefiles: move all unit tests under `make check-units` 5 years ago
Rusty Russell aba7c7cc75 wallet/txfilter: free outpoint filter and scriptpubkeyset on exit. 5 years ago
Rusty Russell f1bea55395 lightningd: fix occasional missing txid detection. 5 years ago
Christian Decker ee587af99e json-rpc: Disable `listtransactions` for the 0.7.1 release 5 years ago
Jorge Timón 86b5b84efe bugfix: Proper json for listtransactions' response 5 years ago
lisa neigut a9d0550cf4 common: pull out scriptPubkey address method 5 years ago
Rusty Russell 7f75043ab2 lightningd: tighten interal json_stream API. 5 years ago
Rusty Russell bb7bbd03c5 lightningd: have json_stream_success start the "result" object. 5 years ago
Rusty Russell 220449e1cd ccan: import ccan/json_out and ccan/json_escape. 5 years ago
darosior ac038b340b fundchannel: Add a new 'utxo' parameter 5 years ago
Rusty Russell ad24d94c7b lightningd: make 'spendable_msatoshi' more realistic. 5 years ago
Christian Decker 9e511cbf3e plugin: Use the json_add_secret wrapper to add the shared_secret 5 years ago
Christian Decker b6b548a983 wallet: Rip out the txtypes type in favor of enum wallet_tx_type 5 years ago
Christian Decker 3c777fa0f3 json-rpc: Add `listtransactions` RPC method 5 years ago
Christian Decker 6efb1c00a6 wallet: Add function to retrieve transactions from the wallet 5 years ago
Christian Decker 04c255f3ae wallet: Store and annotate withdrawals in the DB 5 years ago
Christian Decker ad4b9204ab wallet: Add function to annotate transactions aposteriori 5 years ago
Christian Decker 1e2291c40c db: Add channel_id and type to the transactions table 5 years ago
Christian Decker ec2ced192b txfilter: Migrate the list of owned scriptPubKeys into a hashset 5 years ago
trueptolemy 96135dab5e log: add 'warning' notification when log 5 years ago
Rusty Russell e1dbc0b12b wallet: clean reserved inputs on startup. 5 years ago
Rusty Russell 985048edf8 wallet: new commands 'txprepare', 'txsend' and 'txdiscard'. 5 years ago
Rusty Russell 1a3886c116 wallet: keep a list of unreleased transactions. 5 years ago
Rusty Russell 3b91a6f7c3 wtx_select_utxos: use wallet_tx as our allocation context for utxos. 5 years ago
Rusty Russell 663315c325 wallet: make withdraw parsing more strict. 5 years ago
Rusty Russell 7e02fbe6ec lightningd: add json_add_tx helper. 5 years ago
Rusty Russell aa21eea62b bip32_pubkey: use more widely, don't open-code. 5 years ago
Rusty Russell ba036b767f newaddr: fix return value for deprecated "address" field. 5 years ago
Rusty Russell 5591c0b5d8 gossipd: don't send gossip stream, let per-peer daemons read it themselves. 5 years ago
Rusty Russell 38d2899fbb common/per_per_state: generalize lightningd/peer_comm Part 1 5 years ago
Christian Decker 1561ffaea0 hooks: Add cltv_expiry_delta to the htlc_accepted hook 6 years ago
Christian Decker 2b81e02a2e plugin: Parse response for htlc_accepted hook 6 years ago
Christian Decker bf53821f1a plugin: Populate the request for the htlc_accepted hook 6 years ago
darosior 323adb467a jsonrpc: Add a category field to commands. 5 years ago
trueptolemy a645fbdecd run-wallet: Add the check of case that channel received ann_sigs 6 years ago
trueptolemy b41d529b28 DB: Store the remote channel announcement signatures into DB 6 years ago
ZmnSCPxj edfb1ace4a wallet/db.c: Be resilient against 32-bit time_t. 5 years ago
Rusty Russell 4370ffa978 autoclean: make this a plugin. 5 years ago
Rusty Russell 401bd9f8ef json: rename json_add_amount_sat to json_add_amount_sat_compat. 6 years ago
Rusty Russell f3d30f1267 openingd: check with lightningd when we receive an offer. 6 years ago
trueptolemy 0f429853fc wallet: cleanup the tal context in wallet_channels_load_active() and wallet_stmt2channel() 6 years ago
Rusty Russell eaac0d7105 lightningd: group crypto_state and fds into a convenient structure. 6 years ago
Christian Decker 0d19d04def wallet: Pass chainparams to address serialization 6 years ago
Christian Decker 762ab5f056 invoice: Assert that an invoice is unresolved when resolving it 6 years ago
trueptolemy b5903a10b2 run-wallet: fix the version of variant in CHECK_MSG 6 years ago
trueptolemy d9fcd008ec run-wallet: fix the description in the CHECK_MSG 6 years ago
trueptolemy c34548c847 wallet: add failcode and case for local fail in wallet_forwarded_payments_get() 6 years ago