rust-lightning
2022-03-23 Matt CoralloReduce the max pending forwarded gossip messages somewhat 2022-03-less-gossip-forward
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...
2022-03-08 Matt CoralloGive `ChannelManager`s `channel_udpate`s for pub chans...
2022-03-07 Matt CoralloReduce the number of timer ticks a peer is allowed... 2022-03-timer-tick-count
2022-03-05 Matt CoralloMerge pull request #1317 from TheBlueMatt/2022-02-fix...
2022-03-04 Matt CoralloClean up `TestKeysInterface` random bytes override... 2022-02-fix-bunk-test
2022-03-04 Matt CoralloFix what `bolt2_open_channel_sending_node_checks_part1...
2022-03-03 valentinewallaceMerge pull request #1343 from lightningdevkit/dependabo...
2022-03-03 valentinewallaceMerge pull request #1346 from TheBlueMatt/2022-03-clones
2022-03-03 Matt CoralloAdd Clone to a few structs which contain only a few... 2022-03-clones
2022-03-02 Matt CoralloMerge pull request #1310 from TheBlueMatt/2022-02-bump...
2022-03-02 dependabot... Bump actions/checkout from 2 to 3
2022-03-01 Matt CoralloMerge pull request #1339 from TheBlueMatt/2022-02-0... v0.0.105
2022-03-01 Matt CoralloUpdate CHANGELOG with security info for 0.0.105 2022-02-0.0.105-sec
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 CoralloMerge pull request #1322 from TheBlueMatt/2022-02-0...
2022-03-01 Matt CoralloEnsure `get_claimable_balances` never panicks in tests
2022-03-01 Matt CoralloFix HTLC tx balance calculation on local commitment...
2022-03-01 Matt CoralloBump crate versions to 0.0.105/invoice 0.13 2022-02-0.0.105
2022-03-01 Matt CoralloFill out CHANGELOG for 0.0.105
2022-02-28 Matt CoralloCorrect default value for A* heuristic for non-public...
2022-02-28 Matt CoralloFix panic when routing through multiple private last...
2022-02-28 Arik SosmanMerge pull request #1327 from TheBlueMatt/2022-02-log...
2022-02-28 Matt CoralloMerge pull request #1303 from jkczyz/2022-02-docs-with...
2022-02-28 valentinewallaceMerge pull request #1335 from TheBlueMatt/2022-02-fix...
2022-02-28 Matt CoralloMerge pull request #1324 from valentinewallace/2022...
2022-02-26 Matt CoralloMerge pull request #1332 from TheBlueMatt/2022-02-persi...
2022-02-25 Matt CoralloPin rustc in fuzzing to 1.58 due to honggfuzz-rs regression 2022-02-fix-honggfuzz-regression
2022-02-25 Valentine WallaceFix bug where we encode flags field into all updates...
2022-02-25 Valentine WallaceCorrectly wrap phantom onion errors
2022-02-25 Valentine WallaceFix phantom malformed onion error packet
2022-02-25 Valentine WallaceAdd phantom shared secret to HTLCPreviousHopData
2022-02-25 Valentine WallaceAdd phantom shared secret to PendingHTLCRouting::Receive
2022-02-24 Matt CoralloMerge pull request #1318 from jurvis/jurvis/2022-02...
2022-02-24 Matt CoralloIgnore .tmp files when loading ChannelMonitors in persister 2022-02-persister-ignore-tmp
2022-02-24 Jurvis TanImplement custom debug for PathBuildingHop
2022-02-23 Matt CoralloUse &mut self in invoice updaters, not take-self-return... 2022-02-no-copy-invoice-fields
2022-02-22 valentinewallaceMerge pull request #1309 from TheBlueMatt/2022-02-first...
2022-02-22 Valentine WallaceFollow-up nits from #1199 (phantom node support)
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 Jeffrey CzyzGenerate docs with features for docs.rs
2022-02-18 Jeffrey CzyzFix rustdoc error on nightly
2022-02-18 Jeffrey CzyzUnhide struct docs in scoring module
next