rust-lightning
2022-04-03 Matt CoralloMerge pull request #1397 from jkczyz/2022-03-release... v0.0.106
2022-04-03 Jeffrey CzyzBump crate versions to 0.0.106/invoice 0.14
2022-04-03 Jeffrey CzyzUpdate CHANGELOG for 0.0.106
2022-04-02 Matt CoralloMerge pull request #1399 from jkczyz/2022-03-scoring...
2022-04-01 Jeffrey CzyzAdd an amount penalty to ProbabilisticScorer
2022-04-01 Jeffrey CzyzAvoid retrying over recently failed channels
2022-04-01 Matt CoralloMerge pull request #1398 from jkczyz/2022-03-middle...
2022-04-01 Matt CoralloDon't consider a path as having hit HTLC-min if it...
2022-04-01 Jeffrey CzyzSelect best route by lowest total cost
2022-03-30 Jeffrey CzyzCorrectly pick middle hop to victimize
2022-03-30 Jeffrey CzyzFix build warnings without grind_signatures
2022-03-30 Jeffrey CzyzMerge pull request #1376 from jurvis/jurvis/persist...
2022-03-30 Jurvis TanUse common Persister for persistence tests
2022-03-30 Jurvis TanMove expected_bytes to check_persisted_data! macro
2022-03-30 Jurvis TanAdd NetworkGraph persistence
2022-03-28 Matt CoralloMerge pull request #1351 from TheBlueMatt/2022-03-scid...
2022-03-28 Matt CoralloAdd notes about SCID alias rotation to `ChannelDetails... 2022-03-scid-privacy
2022-03-27 Matt CoralloDrop the `Writeable::encode_with_len` method in non...
2022-03-27 Matt CoralloUse the correct SCID when failing HTLCs to aliased...
2022-03-27 Matt CoralloMake all callsites to `get_channel_update_for_unicast...
2022-03-27 Matt CoralloAdd simple tests for our SCIDAlias implementation and...
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-27 Matt CoralloBump `check_commits` CI job rustc to 1.57
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 Matt CoralloFix gossip using `gossip_timestamp_filter` instead... 2022-03-gossip-queries-sucks
2022-03-25 Jeffrey CzyzIncrease default liquidity_penalty_multiplier_msat
2022-03-25 Jeffrey CzyzMove max penalty cap in ProbabilisticScorer
2022-03-25 Jeffrey CzyzFix overflow in ProbabilisticScorer
2022-03-25 Jeffrey CzyzAdd a base penalty to ProbabilisticScorer
2022-03-25 Jeffrey CzyzDon't serialize FixedPenaltyScorer parameters
2022-03-25 Omar Shamardyset user_channel_id in accept_inbound_channel fn
2022-03-24 Matt CoralloMerge pull request #1359 from tnull/2022-03-real-random...
2022-03-24 Matt CoralloMerge pull request #1380 from TheBlueMatt/2022-03-skip...
2022-03-24 Matt CoralloSkip `channel_update` signature checks if we have a... 2022-03-skip-redundant-sig-checks
2022-03-24 valentinewallaceMerge pull request #1058 from TheBlueMatt/2021-08-fail...
2022-03-24 Elias RohrerMinor refactor for sort / add, and some nits.
2022-03-24 Elias RohrerRandomize candidate paths during route selection.
2022-03-24 Matt CoralloAdd a further test of HTLC failure after a claim occurrs. 2021-08-fail-claimed-dust-htlc
2022-03-23 Matt CoralloMerge pull request #1370 from TheBlueMatt/2022-03-pref...
2022-03-23 Matt CoralloMerge pull request #1360 from tnull/2022-03-loopless...
2022-03-23 Matt CoralloMerge pull request #1326 from Psycho-Pirate/peers
2022-03-23 Matt CoralloAvoid needless MPP on multiple channels to the same... 2022-03-pref-first-hop-chans
2022-03-23 Elias RohrerAvoid looping CLTV shadow routes.
2022-03-23 Matt CoralloMerge pull request #1374 from TheBlueMatt/2022-03-bindi...
2022-03-22 psycho-pirateArgument added in lightning-net-tokio/src/lib.rs and...
2022-03-22 psycho-pirateadded network address in methods, filter_address functi...
2022-03-22 valentinewallaceMerge pull request #1353 from dunxen/2022-03-mpp-receiv...
2022-03-22 valentinewallaceMerge pull request #1373 from lightningdevkit/dependabo...
2022-03-22 Matt CoralloMerge pull request #1368 from TheBlueMatt/2022-03-fix...
2022-03-22 Duncan DeanAdd MPP receive timeout handling
2022-03-22 Matt CoralloMerge pull request #1352 from TheBlueMatt/2022-03-debug...
2022-03-21 Matt CoralloUse `impl<bounds>` instead of a `where` clause to help... 2022-03-bindings-cleanups
2022-03-21 Matt CoralloTag some type aliases with `(C-not exported)`
2022-03-21 dependabot... Bump actions/cache from 2 to 3
2022-03-18 Matt CoralloMerge pull request #1361 from luizParreira/rust-lightni...
2022-03-18 Matt CoralloUse the term "lock" for `Mutex`/`RwLock` instead of... 2022-03-debug-rwlock
2022-03-18 Matt CoralloImplement lockorder checking on RwLocks in debug_sync
2022-03-18 Luiz ParreiraCreate normal/phantom invoice with description hash
2022-03-18 Matt CoralloMerge pull request #1363 from TheBlueMatt/2022-03-tx...
2022-03-17 Matt CoralloSend a `gossip_timestamp_filter` on connect to enable... 2022-03-fix-post-start-sync
2022-03-17 Matt CoralloRename `RoutingMessageHandler::sync_routing_table`...
2022-03-17 Matt CoralloMerge pull request #1358 from TheBlueMatt/2022-03-max...
2022-03-16 Matt CoralloMake `max_total_cltv_expiry_delta` include the final... 2022-03-max-cltv
2022-03-16 Matt CoralloMake routing benchmark robust against path changes
2022-03-16 Matt CoralloMerge pull request #1325 from ViktorTigerstrom/2022...
2022-03-16 Viktor TigerströmAdd phantom invoice route hints filtering tests
2022-03-16 Viktor TigerströmFilter route hints for phantom invoices
2022-03-16 Viktor TigerströmAdd tests for create invoice route hints filtering
2022-03-16 Viktor TigerströmFilter route hints for create invoice
2022-03-15 Matt CoralloGenerate a funding_locked on relevant transactions_conf... 2022-03-tx-conf-ordering-lock-delay
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 valentinewallaceMerge pull request #1341 from jkczyz/2022-03-expiry...
2022-03-09 Jeffrey CzyzMerge pull request #1349 from TheBlueMatt/2022-03-liste...
2022-03-09 Matt CoralloMerge pull request #1348 from TheBlueMatt/2022-03-timer...
2022-03-09 Matt CoralloMerge pull request #1355 from lightningdevkit/dependabo...
2022-03-09 Jeffrey CzyzCorrect docs about invoice_expiry_delta_secs panic
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 CoralloHandle `short_to_id` state updates on channel closure...
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-09 Matt CoralloClean up the `handle_monitor_err!()` macro argument...
2022-03-09 Jeffrey CzyzMerge pull request #1286 from tnull/add_random_cltv_offsets
2022-03-09 Matt CoralloMake lightning-block-sync's init module slightly more... 2022-03-listen-send-sync
2022-03-09 dependabot... Update regex requirement from 0.1.80 to 0.2.11 in ...
2022-03-09 Elias RohrerAdd a random per-path CLTV offset for privacy.
2022-03-09 Jeffrey CzyzMerge pull request #1347 from jkczyz/2022-03-log-approx...
2022-03-09 Matt CoralloRefactor debug sync methods into helper functions
2022-03-09 Jeffrey CzyzCheck for no-std compatibility across dependencies
2022-03-09 Jeffrey CzyzFix compilation warnings with --features=no-std
2022-03-09 Jeffrey CzyzUse log approximation in ProbabilisticScorer
2022-03-08 Matt CoralloMove private channel and short-conf tests to new module
2022-03-08 Matt CoralloAdd a new functional test utility to open an unannounce...
next