1324 Commits (ee549a2af9202e2e6206ad6a824701367e203858)

Author SHA1 Message Date
niftynei 9830c94778 rpc: new signpsbt + sendpsbt rpcs 4 years ago
niftynei 103dce63ef reserve/unreserve input: new RPC commands for reserving inputs/outputs 4 years ago
niftynei a66415a43e plugins-test: use pyln.client, not lightning to import Plugin 4 years ago
ZmnSCPxj jxPCSnmZ c100de6d93 common/utils.c: Correctly handle NULL `take`n pointer in `tal_dup_talarr`. 4 years ago
ZmnSCPxj jxPCSnmZ a25af262e9 tests/test_pay.py: Add test to replicate #3757. 4 years ago
ZmnSCPxj jxPCSnmZ 5db69f1b41 lightningd/opening_control.c: Remove 'Try fundchannel_cancel again' error. 4 years ago
Antoine Poinsot 4302afd9a5 rpc: don't go below feerate_floor when converting vbytes 4 years ago
Antoine Poinsot 0b99e2cc42 pytest: reproduce issue #3591 4 years ago
niftynei 2900da6112 migrations: ignore channels that don't have a peer_id 4 years ago
Christian Decker cbc959ef30 pytest: Mark test_funding_push as network-specific 5 years ago
niftynei 971f615695 psbt: affirm database upgrade works for last_tx -> psbt 4 years ago
Rusty Russell ce9e559aed features: do not set option_support_large_channel in channel_announcement. 4 years ago
Rusty Russell b3eef81f19 pytest: add test for channel_announcement feature bits. 4 years ago
Rusty Russell f4f8a363dd pytest: fix feature mask for EXPERIMENTAL_FEATURES, add wumbo support. 4 years ago
Antoine Poinsot 5dfd2436db wallet: show input txid in little endian for json_listtransactions 4 years ago
Antoine Poinsot 1061cd95c9 pytest: add a sanity check for the listtransactions command 4 years ago
lisa neigut 1fb9a078b6 txprepare: return psbt serialized version of tx as well 4 years ago
Antoine Poinsot 0088147d9e pytest: add sanity check for --commit-fee 4 years ago
Rusty Russell cfb320c972 wire: move remaining bitcoin functions out to bitcoin/ files. 4 years ago
Rusty Russell abb16b4226 cli: implement new 'flattened JSON' mode. 5 years ago
Rusty Russell 679d3494b4 cli: tweak -H output to remove format-hint fields. 5 years ago
Rusty Russell 1fb505d118 pytest: extend timeout for test_payment_duplicate_uncommitted 5 years ago
lisa neigut d35149e5ca try to fix travis test flakes 5 years ago
lisa neigut 487771aee5 tests: skip longer htlc tests on valgring+slow machines 5 years ago
lisa neigut 6e4b4c50f0 coin tests: try to make a bit more travis robust 5 years ago
lisa neigut 8acbbca05d coins: use the chain's BIP173 name instead of a 'unit of account' 5 years ago
lisa neigut 4bfbb58c56 coins: fix feerate for withdraw so test work? 5 years ago
lisa neigut 087ab166b3 coins, fix: don't crash if the to_us amount is greater than our_msat 5 years ago
lisa neigut ffd9467f14 coin moves: persist the coin movement index counter to disk 5 years ago
lisa neigut de86e29e16 coin moves: log all withdrawals when confirmed in a block 5 years ago
lisa neigut e9d26a46e0 coin moves: actually record the blockheight for all chain moves 5 years ago
lisa neigut 9caf20f636 coin moves: don't log coin moves in onchaind if we're replaying 5 years ago
lisa neigut 1b5221cbf5 coin moves tests: push_msat and the wallet withdrawal 5 years ago
lisa neigut 8c986d67db coin moves: test all of the onchaind variants 5 years ago
lisa neigut 41d3471c7f coin moves tests: save updates to disk 5 years ago
lisa neigut 6ee6cdc280 coin moves: record their attempted cheat (and our handling thereof) 5 years ago
lisa neigut 9c4c0f10fb coin_mvt: add integration tests for in-channel htlc movements 5 years ago
Christian Decker 8f2ce1e638 pytest: Add a test for the commitment_revocation hook 5 years ago
Rusty Russell 046b402c18 gossipd: return channel_announcement features for listchannels. 5 years ago
Rusty Russell 855debcfe1 gossipd: upgrade v7 gossip_store to v8. 5 years ago
Rusty Russell 46793bdaaf pytest: test gossip_store upgrade from version 7 to version 8. 5 years ago
Rusty Russell 78ffea61e1 channeld: tell gossipd what the features are for our local channels. 5 years ago
Antoine Poinsot 4bb7b4621f pay: respect maxfeepercent when choosing a shadow route 5 years ago
Antoine Poinsot f83a1e0f2d Reproduce issue #3684 5 years ago
Rusty Russell fe365f930f lightningd: list disabled plugins in listconfig. 5 years ago
Rusty Russell 24063ca972 lightningd: have plugin-disable be more persistent. 5 years ago
Rusty Russell 8c59de5ee5 lightningd: make plugin_kill take a simple string. 5 years ago
Rusty Russell 051cbf7cc4 lightningd: make plugin_kill() free the plugin. 5 years ago
Rusty Russell 4de11950ec lightningd: unify dynamic and static plugin initialization. 5 years ago
Rusty Russell 006ab1e367 pytest: test loading all plugins at once, including failing ones. 5 years ago