rust-lightning
2023-08-23 Matt CoralloStore a `HistoricalMinMaxBuckets` in `DirectedChannelLi... 2023-07-expose-success-prob
2023-08-23 Matt CoralloMove the bucketed history tracking logic into a scoring...
2023-08-23 Matt CoralloExpose the historical success probability calculation...
2023-08-23 Matt CoralloFind payment bucket in calculate_success_probability_ti...
2023-08-23 Matt CoralloCorrectly apply penalty bounds on the per-amount penalties
2023-08-23 Matt CoralloDon't rely on `calculate_success_probability*` to handl...
2023-05-20 Matt CoralloMerge pull request #2235 from TheBlueMatt/2023-04-criterion
2023-05-20 Matt CoralloMerge pull request #2226 from alecchendev/2023-04-persi...
2023-05-18 Matt CoralloMerge pull request #2204 from jkczyz/2023-04-custom...
2023-05-18 Matt CoralloMerge pull request #1841 from ariard/2022-11-revoked...
2023-05-16 Antoine RiardRemove aggregable flag from PackageTemplate constructor
2023-05-16 Antoine RiardAnchor: do not aggregate claim of revoked output
2023-05-15 Alec ChenPersist scorer upon update based on event handling
2023-05-15 Alec ChenPrune and persist RGS network graph after initial sync
2023-05-15 Matt CoralloMerge pull request #2288 from wpaulino/rust-bitcoin...
2023-05-11 Matt CoralloMerge pull request #2271 from tnull/2023-04-fix-onion...
2023-05-11 Matt CoralloMerge pull request #2286 from benthecarman/spendable...
2023-05-11 Elias RohrerReturn error when failing to construc onion messages
2023-05-11 Matt CoralloUpdate .gitignore to ignore benchmark data files 2023-04-criterion
2023-05-11 Matt CoralloAdd trivial README to bench to describe how to run...
2023-05-11 Matt CoralloReplace std's unmaintained bench with criterion
2023-05-11 Matt CoralloAdd an additional test/bench for routing larger amounts...
2023-05-11 Matt CoralloUnify route benchmarking with route tests
2023-05-11 Matt CoralloMerge pull request #2237 from henghonglee/issue-2189...
2023-05-11 benthecarmanCreate and Sign PSBTs for spendable outputs
2023-05-10 henghongleeMove functions around to colocate impl of FeeParams...
2023-05-10 henghongleeScore's FeeParams as passed-in params on Routefinding...
2023-05-10 Jeffrey CzyzUpdate missed comment in Features test
2023-05-10 Jeffrey CzyzAdd Features::set_{required|optional}_custom_bit
2023-05-10 Jeffrey CzyzCheck unknown features compared to handlers
2023-05-10 Wilmer PaulinoFix test_restored_packages_retry serialized monitor...
2023-05-10 Wilmer PaulinoUse helper to create dummy blocks
2023-05-10 Wilmer PaulinoCheck difficulty transition against `Target` instead...
2023-05-10 Wilmer PaulinoIgnore lightning-transaction-sync build output
2023-05-10 Wilmer PaulinoMerge pull request #2279 from benthecarman/ord-invoice
2023-05-10 Matt CoralloMerge pull request #2287 from TheBlueMatt/2023-05-no...
2023-05-09 Matt CoralloRename ClosingMonitorUpdate MonitorUpdateRegeneratedOnS... 2023-05-no-background-event-dup-persist
2023-05-09 Matt CoralloStop persisting background shutdown monitor updates
2023-05-09 benthecarmanImpl PartialOrd and Ord for Invoice
2023-05-09 Matt CoralloMerge pull request #2281 from dunxen/2023-05-dfmsgfollowups
2023-05-09 Matt CoralloMerge pull request #2270 from tnull/2023-05-improve...
2023-05-09 Wilmer PaulinoMerge pull request #2278 from benthecarman/faster-u16...
2023-05-09 valentinewallaceMerge pull request #2277 from valentinewallace/2023...
2023-05-09 Elias RohrerMake `lightning-transaction-sync` compat notice a bit...
2023-05-09 Duncan DeanEnforce that no bytes remain for TransactionU16LenLimit...
2023-05-09 Duncan DeanMove TransactionU16LenLimited to ser.rs
2023-05-08 Matt CoralloMerge pull request #2258 from valentinewallace/2023...
2023-05-08 benthecarmanCheck too many tx outputs upfront when verifying funding tx
2023-05-08 Valentine WallaceMove final_cltv_expiry_delta from PaymentParams to...
2023-05-08 Valentine WallaceAdd BOLT 12 features to PaymentParams
2023-05-08 Valentine WallaceMove BOLT11 features from top level PaymentParams to...
2023-05-08 Valentine WallaceError if BOLT 11 features are provided for blinded...
2023-05-08 Valentine WallaceMove payee node id from top level PaymentParams to...
2023-05-08 Valentine WallaceFix onion messages of size BIG_PACKET_HOP_DATA_LEN
2023-05-08 Valentine WallaceFix broken test utils in OnionMessenger and stop assert...
2023-05-08 Wilmer PaulinoMerge pull request #1794 from dunxen/2022-10-dualfundin...
2023-05-08 Matt CoralloMerge pull request #2269 from TheBlueMatt/2023-05-doc...
2023-05-08 Matt CoralloMerge pull request #2265 from wpaulino/channel-force...
2023-05-08 Jeffrey CzyzAdd Features::requires_unknown_bits_from
2023-05-08 Jeffrey CzyzAdd PeerManager::init_features to DRY up code
2023-05-08 Jeffrey CzyzProvide features in CustomMessageHandler
2023-05-08 Jeffrey CzyzDefine core::ops::BitOr for Features<T>
2023-05-06 Matt CoralloMerge pull request #2267 from TheBlueMatt/2023-05-bette...
2023-05-05 Duncan DeanAdd & generate dual-funding message fuzzing
2023-05-05 Duncan DeanAdd new wire messaging and events but don't handle...
2023-05-05 Duncan DeanAdd message structs required for dual-funded channels
2023-05-05 Matt CoralloDocuemnt when `PaymentPathFailed::payment_id` is `Some` 2023-05-doc-events-present
2023-05-05 Matt CoralloDocument when `PaymentPathSuccessful::payment_hash...
2023-05-05 Wilmer PaulinoImprove logging around redundant force close monitor...
2023-05-05 Matt CoralloMention lnd's SCB feature in the corresponding error... 2023-05-better-scb-err
2023-05-04 Wilmer PaulinoPrevent ChannelForceClosed monitor update error after...
2023-05-04 Matt CoralloMerge pull request #2111 from TheBlueMatt/2023-03-sent...
2023-05-04 Wilmer PaulinoMerge pull request #2262 from Kixunil/remove-serde...
2023-05-04 Valentine WallaceError if clear hints are provided for blinded PaymentParams
2023-05-04 Valentine WallaceGroundwork for refactoring PaymentParams::Hints to...
2023-05-04 Martin HabovstiakRemove unneeded allocation
2023-05-03 Matt CoralloMerge pull request #2246 from arik-so/2023-04-sign...
2023-05-03 Matt CoralloMerge pull request #2219 from benthecarman/custom-closi...
2023-05-03 Arik SosmanMove keysinterface.rs to a directory-level module calle...
2023-05-03 Matt CoralloMerge pull request #2249 from TheBlueMatt/2023-04-less...
2023-05-02 Matt CoralloExpose a trait impl'd for all `PeerManager` for use... 2023-04-less-pm-bounds
2023-05-02 Matt CoralloMerge pull request #2253 from dunxen/2023-05-removeopti...
2023-05-02 benthecarmanAdd ability to set shutdown script when closing channel
2023-05-02 Wilmer PaulinoMerge pull request #2244 from benthecarman/signature...
2023-05-02 Duncan DeanSet data_loss_protect_required
2023-05-02 Matt CoralloStore + process pending `ChannelMonitorUpdate`s in... 2023-03-sent-persist-order-prep
2023-05-02 Matt CoralloHandle `EventCompletionAction`s after events complete
2023-05-02 Matt CoralloTrack an `EventCompletionAction` for after an `Event...
2023-05-02 Matt CoralloAllow holding `ChannelMonitorUpdate`s until later,...
2023-05-02 Matt CoralloMerge pull request #2213 from benthecarman/error-sign...
2023-05-02 Duncan DeanRemove `OptionalField` and move `shutdown_scriptpubkey...
2023-05-02 benthecarmanAllow get_shutdown_scriptpubkey and get_destination_scr...
2023-05-02 benthecarmanIncorporate low-R values into estimate signature size
2023-05-01 Duncan DeanMake `DataLossProtect` fields required and remove wrappers
2023-04-30 Matt CoralloMove the `CustomMessageHandler` into the `MessageHandle...
2023-04-28 Wilmer PaulinoMerge pull request #2245 from TheBlueMatt/2023-04-ping...
2023-04-28 Wilmer PaulinoMerge pull request #2217 from alecchendev/2023-04-expos...
2023-04-28 Wilmer PaulinoMerge pull request #2239 from valentinewallace/2023...
2023-04-28 Matt CoralloFix overflow in `awaiting_pong_timer...` with too many... 2023-04-ping-count-overflow
2023-04-27 Matt CoralloMerge pull request #2230 from freddiekrugerrand/2228...
next