7799 Commits (de065580f6fb4ef1208443b60c186e25f7533b7c)
 

Author SHA1 Message Date
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
lisa neigut 9bb9e69bf3 notifications: add new notification for coin movements and two helpers 5 years ago
lisa neigut 043224a1b1 coin_mvt: initial commit for coin movement structs and helpers 5 years ago
lisa neigut 434cad0c3b wallet-htlc: add 'we-filled' flag to saved htlc state 5 years ago
Michal Rostecki db0a2c082a pyln-proto: Use only coincurve for libsecp256k1 bindings 5 years ago
Rusty Russell 66fb7d6026 channeld: pass in HSM_FD as an argument to watchtower code. 5 years ago
Rusty Russell e9cd84f490 channeld: clean up watchtower code. 5 years ago
Christian Decker c7efe0bceb doc: Document the newly added commitment_revocation hook 5 years ago
Christian Decker 8f2ce1e638 pytest: Add a test for the commitment_revocation hook 5 years ago
Christian Decker d1f8509060 watchtower: Call the commitment_revoked hook every time we update 5 years ago
Christian Decker 38bad4cb39 channeld: Pass back the penalty_base when reporting a revocation 5 years ago
Christian Decker acbd583e66 channeld: Tell channeld the penalty feerate 5 years ago
Christian Decker 93eaf3017d watchtower: Add function to create penalty transactions 5 years ago
Christian Decker 68705444f6 hsmd: channeld needs the ability to sign penalty transactions 5 years ago
Christian Decker ce471eabe0 channeld: Track penalty_bases internally 5 years ago
Christian Decker 4af1db9ad5 wallet: Store penalty_bases from openingd and channeld in the DB 5 years ago
Christian Decker f9dab1e50a channeld: Pass penalty_base back to lightningd on each commit 5 years ago