rust-lightning
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-10 henghongleeMove functions around to colocate impl of FeeParams...
2023-05-10 henghongleeScore's FeeParams as passed-in params on Routefinding...
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-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...
2023-04-27 Matt CoralloMerge pull request #2044 from freddiekrugerrand/1782...
2023-04-27 Valentine WallaceRemove redundant final_cltv_delta param from get_route
2023-04-26 Matt CoralloMerge pull request #2234 from dunxen/2023-04-bpteststemp
2023-04-26 Matt CoralloMerge pull request #2229 from TheBlueMatt/2023-04-115...
2023-04-26 Wilmer PaulinoMerge pull request #2233 from TheBlueMatt/2023-04-fix...
2023-04-26 Fred WalkerCheck chain hash for channel announcement and update
2023-04-26 Duncan DeanUse `env::temp_dir()` for BP tests
2023-04-26 Matt CoralloFix a leak in `FutureState` when a `Notifier` is droppe... 2023-04-fix-future-leak
2023-04-26 Matt CoralloHold a reference to the `Arc<FutureState>` when complet...
2023-04-25 Matt CoralloAdd a bindings constructor for `lightning-invoice`... 2023-04-115-bindings-upstream-2
2023-04-25 Matt Corallo[bindings] Disable BOLT12 builders which require move...
2023-04-25 Fred WalkerLimit phantom invoice hints to 3
2023-04-25 Fred WalkerMove phantom route hint selection into its own function
2023-04-25 Matt CoralloMerge pull request #2222 from benthecarman/pub-utxo...
2023-04-25 Matt CoralloMerge pull request #2211 from TheBlueMatt/2023-04-0... v0.0.115
2023-04-24 Matt CoralloAdd 0.0.115 CHANGELOG entries 2023-04-0.0.115-cut
2023-04-24 Matt CoralloBump crate versions to 0.0.115/invoice 0.23
2023-04-24 Matt CoralloMerge pull request #2004 from tnull/2023-02-add-async...
2023-04-24 Matt CoralloMerge pull request #2209 from TheBlueMatt/2023-04-bette...
2023-04-24 Matt CoralloMerge pull request #2220 from TheBlueMatt/2023-04-dont...
2023-04-24 Elias RohrerAdd Tokio example to `process_events_async` docs
2023-04-24 benthecarmanAdd function for updating network graph with announceme...
2023-04-24 Matt CoralloDon't remove nodes if there's no channel_update for... 2023-04-dont-ban-cln
2023-04-24 Matt CoralloRemove unused import in functional_test_utils
2023-04-24 Matt CoralloFix unused `Secp256k1` context in monitor_tests
2023-04-24 Matt CoralloMerge pull request #2221 from TheBlueMatt/2023-04-bp...
2023-04-24 Matt CoralloMerge pull request #2146 from valentinewallace/2023...
2023-04-24 Matt CoralloCheck for `background-processor` exit condition before... 2023-04-bp-exit-fast
2023-04-23 Alec ChenAdd payment hash to `MaybePreimageClaimableHTLC`
2023-04-23 Alec ChenAdd payment hash to `MaybeTimeoutClaimableHTLC`
next