Enable wumbo channels to be created
[rust-lightning] / lightning / src / ln / channel.rs
2022-04-28 Valentine WallaceEnable wumbo channels to be created
2022-04-25 Valentine Wallacechannel: refactor max funding consts
2022-04-13 Matt CoralloMerge pull request #1384 from valentinewallace/2022...
2022-04-03 Matt CoralloMerge pull request #1397 from jkczyz/2022-03-release... v0.0.106
2022-04-02 Matt CoralloMerge pull request #1399 from jkczyz/2022-03-scoring...
2022-04-01 Matt CoralloMerge pull request #1398 from jkczyz/2022-03-middle...
2022-03-30 Jeffrey CzyzFix build warnings without grind_signatures
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-27 Matt CoralloNegotiate `scid_alias` for private channels based on...
2022-03-27 Matt CoralloAdd support for the SCIDAlias feature bit in incoming...
2022-03-27 Matt CoralloExpose chan type in `Event::OpenChannelRequest` & ...
2022-03-25 Arik SosmanMerge pull request #1388 from lightning-signer/2022...
2022-03-25 valentinewallaceMerge pull request #1375 from jkczyz/2022-03-scorer...
2022-03-25 Matt CoralloMerge pull request #1382 from TheBlueMatt/2022-03-gossi...
2022-03-25 DevrandomAdd low_r signature grinding
2022-03-25 valentinewallaceMerge pull request #1381 from shamardy/2022-03-set...
2022-03-25 Omar Shamardyset user_channel_id in accept_inbound_channel fn
2022-03-22 Matt CoralloMerge pull request #1352 from TheBlueMatt/2022-03-debug...
2022-03-17 Matt CoralloMerge pull request #1358 from TheBlueMatt/2022-03-max...
2022-03-11 Jeffrey CzyzMerge pull request #1331 from TheBlueMatt/2022-02-no...
2022-03-10 Matt CoralloMerge pull request #1311 from TheBlueMatt/2022-02-0conf...
2022-03-09 Matt CoralloSupport receiving multiple funding_locked messages 2022-02-0conf-part-1
2022-03-09 Matt CoralloProvide our peers with SCID aliases and forward payment...
2022-03-09 Matt CoralloTrack SCID aliases from our counterparty and use them...
2022-03-09 Matt CoralloAdd support for deserializing the new SCID alias in...
2022-03-02 Matt CoralloMerge pull request #1310 from TheBlueMatt/2022-02-bump...
2022-03-01 Matt CoralloMerge branch '2022-02-fix-multi-hop-hint-panic' into...
2022-02-28 Matt CoralloMerge pull request #1303 from jkczyz/2022-02-docs-with...
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-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-16 Matt CoralloUpdate channel-type implementation to upstream spec... 2022-02-accept_chan_type
2022-02-16 Matt CoralloDrop spurious whitespace in channel.rs
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 Matt CoralloMerge pull request #1301 from TheBlueMatt/2022-02-route...
2022-02-14 valentinewallaceMerge pull request #1305 from ConorOkus/update-readme
2022-02-14 Matt CoralloMerge pull request #1281 from ViktorTigerstrom/2022...
2022-02-14 valentinewallaceMerge pull request #1304 from jkczyz/2021-12-remove...
2022-02-13 Viktor TigerströmAdd tests for responding to inbound channel reqs
2022-02-13 Viktor TigerströmAdd option to accept or reject inbound channels
2022-02-12 valentinewallaceMerge pull request #1292 from TheBlueMatt/2022-02-overr...
2022-02-11 Arik SosmanMerge pull request #1268 from TheBlueMatt/2022-01-balan...
2022-02-10 Matt CoralloInclude inbound-claimed-HTLCs in reported channel balances 2022-01-balance-underflow
2022-02-04 Matt CoralloMerge pull request #1285 from TheBlueMatt/2022-01-remov...
2022-02-03 valentinewallaceMerge pull request #1227 from jkczyz/2021-12-probabilis...
2022-02-01 Matt CoralloStore override counterparty handshake limits until... 2022-02-override-handshake-limits
2022-01-27 valentinewallaceMerge pull request #1282 from TheBlueMatt/2022-01-fuzz...
2022-01-26 Matt CoralloRemove stale reference to incomplete BOLT compliance 2022-01-remove-closed-issue-ref
2022-01-26 Matt CoralloMerge pull request #1179 from TheBlueMatt/2021-11-fix...
2022-01-26 Matt CoralloMake `Channel::get_announcement_sigs` return an Option... 2021-11-fix-announce-sigs-broadcast-time
2022-01-26 Matt CoralloSwap loop and condition order to avoid looping unnecess...
2022-01-26 Matt CoralloDisconect `announcement_signatures` sending from `fundi...
2022-01-26 Matt CoralloUnset `Channel::is_usable` if mon update is blocking...
2022-01-26 Matt CoralloDo not Send FundingLocked messages while disconnected
2022-01-26 Matt CoralloReturn struct, not long tuple, from `Channel::channel_r...
2022-01-26 valentinewallaceMerge pull request #1273 from jkczyz/2022-01-invoice...
2022-01-26 Matt CoralloAvoid overflow in addition when checking counterparty... 2022-01-fuzz-overflow
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 DevrandomKeep track of preimage in OutboundHTLCState on success
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 DevrandomImprove KeysInterface::sign_invoice API
2022-01-21 Elias RohrerRename `Payee` to `PaymentParameters`
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 SedgwickAdd anchor tests to outbound_commitment_test
2022-01-13 Ken SedgwickDebit funder's output to cover anchors
2022-01-13 Ken SedgwickConvert HTLC_{SUCCESS,TIMEOUT}_TX_WEIGHT to anchor...
2022-01-13 Ken SedgwickConvert COMMITMENT_TX_BASE_WEIGHT to anchor-aware function
2022-01-13 Ken SedgwickSet the SigHashType of remote htlc signatures w/ anchor...
2022-01-11 Matt CoralloMerge pull request #1013 from TheBlueMatt/2021-07-warni...
2022-01-11 Matt CoralloConvert `shutdown` invalid script checks to warning...
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 Conor OkusMerge pull request #1211 from ConorOkus/2021-11-add...
2021-12-15 Matt CoralloMerge pull request #1202 from TheBlueMatt/2021-12-fix...
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-08 Matt CoralloMerge pull request #1210 from TheBlueMatt/2021-12-new...
2021-12-07 Matt CoralloMerge pull request #1208 from TheBlueMatt/2021-12-less...
2021-12-07 Matt CoralloReduce force-closures with user fee estimators which... 2021-12-less-force-close
2021-12-07 DevrandomGetter for the total channel balance
2021-12-06 Matt CoralloMerge pull request #1130 from TheBlueMatt/2021-10-mon...
2021-11-30 Matt CoralloMerge pull request #1195 from TheBlueMatt/2021-11-chanm...
2021-11-29 Matt CoralloMerge pull request #1163 from TheBlueMatt/2021-11-suppo...
2021-11-29 Matt CoralloExplicitly support counterparty setting 0 channel reserve 2021-11-support-insecure-counterparty
2021-11-24 Matt CoralloMerge pull request #1184 from TheBlueMatt/2021-11-c...
2021-11-23 Matt CoralloAdd a comment describing `update_time_counter` and...
2021-11-23 Matt CoralloUpdate `ChannelUpdate::timestamp` when channels are...
2021-11-23 Matt CoralloStore holder channel reserve and max-htlc-in-flight...
next