config: add max_funding_satoshis to enforce for inbound channels
[rust-lightning] / lightning / src / chain /
2022-04-13 Matt CoralloMerge pull request #1384 from valentinewallace/2022...
2022-03-30 Jeffrey CzyzMerge pull request #1376 from jurvis/jurvis/persist...
2022-03-28 Matt CoralloMerge pull request #1351 from TheBlueMatt/2022-03-scid...
2022-03-25 Arik SosmanMerge pull request #1388 from lightning-signer/2022...
2022-03-25 DevrandomAdd low_r signature grinding
2022-03-11 Jeffrey CzyzMerge pull request #1331 from TheBlueMatt/2022-02-no...
2022-03-02 Matt CoralloMerge pull request #1310 from TheBlueMatt/2022-02-bump...
2022-03-01 Matt CoralloMerge pull request #1339 from TheBlueMatt/2022-02-0... v0.0.105
2022-03-01 Matt CoralloMerge branch '2022-02-bal-panic' into 2022-02-0.0.105-sec
2022-03-01 Matt CoralloMerge branch '2022-02-fix-multi-hop-hint-panic' into...
2022-03-01 Matt CoralloFix HTLC tx balance calculation on local commitment...
2022-02-28 Arik SosmanMerge pull request #1327 from TheBlueMatt/2022-02-log...
2022-02-28 Matt CoralloMerge pull request #1324 from valentinewallace/2022...
2022-02-24 Matt CoralloMerge pull request #1318 from jurvis/jurvis/2022-02...
2022-02-22 valentinewallaceMerge pull request #1309 from TheBlueMatt/2022-02-first...
2022-02-22 Matt CoralloLog more during ChannelMonitor updating 2022-02-log-before-panic
2022-02-18 Arik SosmanMerge pull request #1314 from TheBlueMatt/2022-02-accep...
2022-02-18 Matt CoralloMerge pull request #1316 from TheBlueMatt/2022-02-no...
2022-02-18 Matt CoralloDrop `fuzztarget` feature entirely
2022-02-17 Matt CoralloMerge pull request #1266 from TheBlueMatt/2022-01-fix...
2022-02-15 Jeffrey CzyzMerge pull request #1199 from valentinewallace/2021...
2022-02-14 Valentine Wallacekeysinterface: adapt get_node_secret for phantom payments
2022-02-14 Valentine WallaceKeysInterface::sign_invoice: indicate whether invoice...
2022-02-14 Valentine Wallacekeysmanager: support phantom payments with PhantomKeysM...
2022-02-14 valentinewallaceMerge pull request #1305 from ConorOkus/update-readme
2022-02-11 Arik SosmanMerge pull request #1268 from TheBlueMatt/2022-01-balan...
2022-01-27 valentinewallaceMerge pull request #1282 from TheBlueMatt/2022-01-fuzz...
2022-01-26 Matt CoralloMerge pull request #1179 from TheBlueMatt/2021-11-fix...
2022-01-26 valentinewallaceMerge pull request #1273 from jkczyz/2022-01-invoice...
2022-01-25 Matt CoralloMove node_id signing of ChannelAnnouncement into Signer
2022-01-25 valentinewallaceMerge pull request #1275 from jkczyz/2022-01-benchmark...
2022-01-25 Matt CoralloMerge pull request #1251 from lightning-signer/2022...
2022-01-24 DevrandomProvide preimages to signer
2022-01-24 valentinewallaceMerge pull request #1272 from lightning-signer/2022...
2022-01-24 valentinewallaceMerge pull request #1271 from tnull/rename_payee_struct
2022-01-24 valentinewallaceMerge pull request #1253 from TheBlueMatt/2022-01-backg...
2022-01-24 DevrandomImprove KeysInterface::sign_invoice API
2022-01-22 Matt CoralloMerge pull request #1250 from vss96/sanity_check
2022-01-22 vss96Sanity check for ChannelManager and KeysInterface
2022-01-14 Matt CoralloMerge pull request #1238 from TheBlueMatt/2022-01-locko...
2022-01-14 Matt CoralloMerge pull request #1229 from lightning-signer/2021...
2022-01-13 Ken SedgwickFixed comment on weight_received_htlc
2022-01-13 Ken SedgwickAdd unit test coverage for package::weight_{offered...
2022-01-13 Ken Sedgwickmake WEIGHT{_REVOKED,}_{OFFERED,RECEIVED}_HTLC function...
2022-01-13 Ken SedgwickIsolated channelmonitor weight unit tests and added...
2022-01-13 Ken SedgwickSet the SigHashType of remote htlc signatures w/ anchor...
2022-01-13 Matt CoralloFix some (non-bug) lock-order-inversions in tests
2021-12-17 Matt CoralloMerge pull request #1217 from TheBlueMatt/2021-12-0... v0.0.104
2021-12-17 Matt CoralloRemove trailing whitespace in the FeeEstimator interface
2021-12-17 Matt CoralloMerge pull request #1177 from valentinewallace/2021...
2021-12-16 Valentine WallaceAdd get_inbound_payment_key_material to KeysInterface
2021-12-15 Matt CoralloMerge pull request #1148 from dunxen/2021-11-new-onion...
2021-12-15 Conor OkusMerge pull request #1211 from ConorOkus/2021-11-add...
2021-12-14 Conor OkusUpdates Fee estimator docs to include a max return...
2021-12-09 Matt CoralloMerge pull request #1169 from TheBlueMatt/2021-11-fix...
2021-12-08 Matt CoralloMerge pull request #1203 from lightning-signer/2021...
2021-12-07 Matt CoralloMerge pull request #1205 from TheBlueMatt/2021-12-new...
2021-12-07 Matt CoralloMerge pull request #1201 from jkczyz/2021-12-idempotent...
2021-12-06 Matt CoralloMerge pull request #1204 from TheBlueMatt/2021-12-no...
2021-12-06 Matt CoralloMerge pull request #1130 from TheBlueMatt/2021-10-mon...
2021-12-06 Matt CoralloAdd trivial test of monitor update failure during block... 2021-10-mon-fail-after-conf
2021-12-06 Matt CoralloAdd a test for MonitorEvent holding when they complete...
2021-12-06 Matt CoralloAdd a simple test for ChainMonitor MonitorUpdate-holdin...
2021-12-06 Matt CoralloDrop `MonitorUpdateErr` in favor of opaque errors.
2021-12-06 Matt CoralloAlways return failure in `update_monitor` after funding...
2021-11-26 Matt CoralloContinue after a single failure in `ChannelMonitor...
2021-11-24 Matt CoralloMerge pull request #1184 from TheBlueMatt/2021-11-c...
2021-11-23 Matt CoralloMerge pull request #1162 from TheBlueMatt/2021-11-fix...
2021-11-23 Matt CoralloMerge pull request #1178 from jkczyz/2021-11-payment...
2021-11-23 Matt CoralloMerge pull request #1176 from lightning-signer/2021...
2021-11-23 Ken SedgwickAdd anchor support to build_htlc_transaction
2021-11-23 Ken SedgwickAdd anchor support to commitment HTLC outputs
2021-11-22 Matt CoralloMerge pull request #1054 from ariard/2021-08-check...
2021-11-22 Matt CoralloMerge pull request #1168 from TheBlueMatt/2021-11-mpp...
2021-11-22 Matt CoralloMerge pull request #1180 from valentinewallace/2021...
2021-11-22 Matt CoralloMerge pull request #1182 from TheBlueMatt/2021-11-fix...
2021-11-20 Matt CoralloCorrect txid logging to reverse bytes.
2021-11-20 Matt CoralloMerge pull request #1027 from TheBlueMatt/2021-07-check...
2021-11-19 Matt CoralloLimit minimum output size to the dust limit when RBF...
2021-11-16 Matt CoralloMerge pull request #1160 from jkczyz/2011-11-spontaneou...
2021-11-16 Matt CoralloMerge pull request #1161 from TheBlueMatt/2021-11-fix...
2021-11-16 Matt CoralloMerge pull request #1119 from TheBlueMatt/2021-10-less...
2021-11-16 Matt CoralloBe less aggressive in outbound HTLC CLTV timeout checks 2021-10-less-aggressive-htlc-timeouts
2021-11-13 Matt CoralloMerge pull request #1131 from TheBlueMatt/2021-10-upstr...
2021-11-12 Matt CoralloUse upstream rust-bitcoin's dust calculation instead... 2021-10-upstream-dust
2021-11-12 Matt CoralloMerge pull request #1143 from TheBlueMatt/2021-10-no...
2021-11-12 Matt CoralloMerge pull request #1165 from lightning-signer/2021...
2021-11-11 Matt CoralloMerge pull request #1105 from TheBlueMatt/2021-10-log...
2021-11-10 Matt CoralloLog before+after ChannelMonitor/Manager updates for... 2021-10-log-persist-time
2021-10-28 Matt CoralloMerge pull request #1137 from TheBlueMatt/2021-10-ping...
2021-10-25 Matt CoralloMerge pull request #1134 from jkczyz/2021-10-payee-arg
2021-10-22 Matt CoralloMerge pull request #1104 from TheBlueMatt/2021-10-payme...
2021-10-22 Matt CoralloReload pending payments from ChannelMonitor HTLC data...
2021-10-20 Matt CoralloMerge pull request #1108 from TheBlueMatt/2021-10-persi...
2021-10-20 Matt CoralloClarify the contexts in which persist_new_channel may... 2021-10-persist-mon-blocks
2021-10-20 Matt CoralloAlways release `MonitorEvent`s to `ChannelManager`...
2021-10-20 Matt CoralloPersist `ChannelMonitor`s after new blocks are connected
2021-10-19 Matt CoralloUse an opaque type to describe monitor updates in Persist
2021-10-19 Matt CoralloMove ChannelManager::monitor_updated to a MonitorEvent
2021-10-18 Matt CoralloMove MonitorEvent serialization to TLV-enum-upgradable...
next