7815 Commits (abb16b4226db4f5447a544aaacebc3ea1573fdc1)
 

Author SHA1 Message Date
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
mb300sd b6285ffa5d Fix bash completion. 5 years ago
Rusty Russell 97e3d61748 pyln: fix incorrect python syntax. 4 years ago
Rusty Russell 4bcac3032c bitcoin: remove unused struct bitcoin_tx_input. 5 years ago
Rusty Russell 88402bc234 Makefile: fix clean and distclean for external libs. 5 years ago
William Casarin d6ede8db1b build: cleanup compiler output 5 years ago
Rusty Russell 75a93ec32f lightningd: EXPERIMENTAL_FEATURES: fix crash caused by test_sendonionmessage 5 years ago
Candle fbfe0e6c0b Comment optimisations 5 years ago
Rusty Russell 1fb505d118 pytest: extend timeout for test_payment_duplicate_uncommitted 5 years ago
Sebastian Falbesoner 0bf93137f6 devtools/credit: check if tag exists first 5 years ago
lisa neigut b881f7337e make the experimental features branch work ok 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 de065580f6 coins: update API surface for creating coin movements 5 years ago
lisa neigut aab9893661 coins: have `we_fulfilled` be fully 'ternary' 5 years ago
lisa neigut 8537e77ac7 coins: re-write API interface for htlc notices 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 44f747b29a coin moves: update PLUGINS.md with details about `coin_movement`s 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 5d58f125c5 coin moves: record withdrawals 5 years ago
lisa neigut fc54bfc488 coin moves: record wallet deposits 5 years ago
lisa neigut e623143c9f fix: the tx types for element fee updates were annotated wrong 5 years ago
lisa neigut 9b429cdf4f coin moves: some additional htlc handling 5 years ago
lisa neigut 6ee6cdc280 coin moves: record their attempted cheat (and our handling thereof) 5 years ago
lisa neigut 007a62a369 coin moves: handle ignored outputs 5 years ago
lisa neigut 19268afba5 coin moves: record moves for unilateral closes 5 years ago
lisa neigut c215a00c45 coin moves: record cheats / loss due to 'unknown' txs 5 years ago
lisa neigut 034b2c7ee4 coin moves: add handling for mutual closure case 5 years ago
lisa neigut 1f0cfa71b0 coin moves: pass our currently known channel balance to onchaind 5 years ago
lisa neigut 15e4e922c9 wire: serialize the amounts for a bitcoin tx over the wire 5 years ago
lisa neigut e8d10edbe5 coin moves: record onchain movements after they've been resolved 5 years ago
lisa neigut 175515b914 coin moves: stash the payment hash for onchaind in tracked_output 5 years ago
lisa neigut 6914adf861 coin moves: record new wallet utxos as deposits 5 years ago
lisa neigut c6e0cf9279 coin moves: record the fees and outputs for any wallet withdrawal 5 years ago
lisa neigut dcde37581e coin moves: add wire handlers for chain coin moves 5 years ago
lisa neigut 3a4a3597a3 amount: add a helper for msat == sat 5 years ago
lisa neigut 824e8fa72b tx: split 'compute fee' into two, with one that takes an input value 5 years ago
lisa neigut 3d241bc261 tx: expose elements 'is fee' calculation 5 years ago
lisa neigut 9c4c0f10fb coin_mvt: add integration tests for in-channel htlc movements 5 years ago
lisa neigut ce8bdfcc45 coin_mvt: wire up notifications for in-channel htlcs 5 years ago