rust-lightning
2023-07-21 Matt CoralloMerge pull request #2427 from TheBlueMatt/2023-07-cut-116 v0.0.116
2023-07-21 Matt CoralloBump crate versions to 0.0.116 release 2023-07-cut-116
2023-07-21 Matt CoralloAdd a warning on anchors and update 116 changelog for...
2023-07-21 Matt CoralloAdd `lightning-background-processor` `no-std` feature
2023-07-21 Jeffrey CzyzMerge pull request #2436 from tnull/2023-07-improve...
2023-07-21 Matt CoralloMerge pull request #2439 from tnull/2023-05-fix-0conf...
2023-07-21 Elias RohrerImprove logging for ignored candiate hops
2023-07-21 Elias RohrerUpdate outdated `router.rs` docs
2023-07-21 Matt CoralloMerge pull request #2434 from TheBlueMatt/2023-07-116...
2023-07-21 Elias RohrerAvoid `unwrap`ing in `get_announcement_sigs`
2023-07-21 Elias RohrerAvoid panic when 0conf channel's ann. sigs race on...
2023-07-20 Matt CoralloAdd relevant derives for `BigSize` as its a simple... 2023-07-116-bindings-part-2
2023-07-20 Matt CoralloAdd relevant trait derives for `bump_transaction` structs
2023-07-20 Matt CoralloMake `OffersMessage` and offers errors `Clone`able
2023-07-20 Matt CoralloMake `requires_unknown_bits_from` param type bindings...
2023-07-20 Matt CoralloMark the `Duration` serialization implementation no...
2023-07-20 Matt CoralloNo-export un-exportable types in BOLT12 module
2023-07-20 Matt CoralloNo-export `APeerManager` in bindings
2023-07-20 Matt CoralloMove `ClaimId` to `[u8; 32]` in bindings.
2023-07-20 Matt CoralloTweak PSBT signing for bindings compatibility
2023-07-20 Matt CoralloAdd a c_bindings test to `check-compiles.sh` as it...
2023-07-20 Matt CoralloMerge pull request #2430 from TheBlueMatt/2023-07-116...
2023-07-20 Matt CoralloMerge pull request #2382 from dunxen/2077-followups
2023-07-20 Matt CoralloDrop `c_bindings` implementation of scoring on `Mutex... 2023-07-116-bindings-part-1
2023-07-20 Matt CoralloPass `InFlightHltcs` to the scorer by ownership rather...
2023-07-20 Matt CoralloPass must-spend inputs to users by ownership
2023-07-20 Matt CoralloTweak transaction bumping `sign_tx` types for bindings
2023-07-19 Matt CoralloMerge pull request #2423 from wpaulino/2403-fixups
2023-07-19 Duncan DeanClose and remove unfunded inbound/outbound channels...
2023-07-19 Duncan DeanRemove redundant 'outbound' wording from methods
2023-07-19 Duncan DeanForce close pending channels in `internal_shutdown`
2023-07-19 Duncan DeanConsider all channel maps in `update_partial_channel_co...
2023-07-19 Duncan DeanFallback `close_channel_internal` to force close unfund...
2023-07-19 Duncan DeanAdd missing unfunded channel maps checks in `ChannelMan...
2023-07-19 Duncan DeanRefer to channels busy with funding tx negotiation...
2023-07-19 Wilmer PaulinoMerge pull request #2426 from TheBlueMatt/2023-07-proc...
2023-07-18 Matt CoralloTweak generics on `derive_channel_signer` to be binding...
2023-07-18 Matt CoralloOnly try to build `lightning-transaction-sync` if we... 2023-07-proc-macro2-msrv
2023-07-17 Elias RohrerPin `proc-macro2` in CI to fix MSRV breakage
2023-07-17 Matt CoralloTest MSRV builds (without dev-dependencies) in CI
2023-07-17 Matt CoralloDrop `tokio/macros` dependency in `lightning-net-tokio...
2023-07-17 Wilmer PaulinoAdd warning regarding remote fee estimators
2023-07-17 Matt CoralloMerge pull request #2414 from TheBlueMatt/2023-07-cut... v0.0.116-rc1
2023-07-17 Matt CoralloUpdate version numbers to rc1, from alpha1 2023-07-cut-116-rc
2023-07-17 Matt CoralloAdd 0.0.116rc1 CHANGELOG entries (to be renamed 116...
2023-07-17 Matt CoralloMerge pull request #2415 from wpaulino/update-fee-anchors
2023-07-17 Wilmer PaulinoClarify log for commitment transaction already meeting...
2023-07-17 Wilmer PaulinoDrop use of RefCell in DebugIter
2023-07-17 Matt CoralloMerge pull request #2403 from wpaulino/bump-transaction...
2023-07-15 valentinewallaceMerge pull request #2416 from jkczyz/2023-07-invoice...
2023-07-14 Wilmer PaulinoUse min mempool feerate for outbound updates on anchor...
2023-07-14 Wilmer PaulinoRelax constraints for inbound feerate updates on anchor...
2023-07-14 Wilmer PaulinoAdd new ConfirmationTarget variant for min mempool...
2023-07-14 Wilmer PaulinoIntegrate BumpTransactionEventHandler into existing...
2023-07-14 Wilmer PaulinoAdd BumpTransactionEventHandler instance to node test...
2023-07-14 Wilmer PaulinoImprove logging in BumpTransactionEventHandler paths
2023-07-14 Wilmer PaulinoAdd log_iter utility macro
2023-07-14 Wilmer PaulinoAdd debug assertions for weight estimates of bump trans...
2023-07-14 Wilmer PaulinoConsider existing commitment transaction feerate when...
2023-07-14 Wilmer PaulinoAvoid yielding ChannelClose bump events with sufficient...
2023-07-14 Wilmer PaulinoMove feerate helpers to chain module
2023-07-14 Jeffrey CzyzQualify the BOLT 11 invoice description type
2023-07-14 Jeffrey CzyzQualify the BOLT 11 invoice signature type
2023-07-14 Jeffrey CzyzQualify the BOLT 11 invoice features type
2023-07-14 Jeffrey CzyzQualify the BOLT 11 semantic error type
2023-07-14 Jeffrey CzyzQualify the BOLT 11 parse error type
2023-07-14 Jeffrey CzyzQualify the BOLT 11 raw invoice types
2023-07-14 Jeffrey CzyzQualify the BOLT 11 invoice type
2023-07-14 Jeffrey CzyzQualify the BOLT 12 semantic error
2023-07-14 Jeffrey CzyzQualify the BOLT 12 parse error
2023-07-14 Jeffrey CzyzQualify the BOLT 12 unsigned invoice type
2023-07-14 Jeffrey CzyzQualify the BOLT 12 invoice type
2023-07-14 Jeffrey CzyzFix grammar in docs
2023-07-14 Jeffrey CzyzUse rustc stable for check_commits
2023-07-12 Matt CoralloMerge pull request #2391 from TheBlueMatt/2023-07-all...
2023-07-12 Matt CoralloAdd comment describing when a completion action can... 2023-07-all-compl-actions
2023-07-12 Matt CoralloRun monitor update completion actions for pre-startup...
2023-07-12 Elias RohrerMerge pull request #2393 from wpaulino/bump-transaction...
2023-07-12 Matt CoralloMerge pull request #2406 from tnull/2023-07-pin-serde
2023-07-12 Elias RohrerPin `serde_json` in CI to fix MSRV
2023-07-11 Wilmer PaulinoExpose previous UTXO for anchor and HTLC inputs
2023-07-11 Wilmer PaulinoAdd transaction-related helpers to AnchorDescriptor
2023-07-11 Wilmer PaulinoProvide missing post-derivation signer parameters
2023-07-11 Wilmer PaulinoCache HTLC per_commitment_point in descriptor
2023-07-11 Wilmer PaulinoExpose CoinSelection struct members
2023-07-11 Wilmer PaulinoAccept BumpTransactionEvent in handle_event
2023-07-11 Matt CoralloMerge pull request #2400 from TheBlueMatt/2023-07-kill...
2023-07-11 Matt CoralloDocument some TLV write/read formats 2023-07-kill-vec_type
2023-07-11 Matt CoralloDrop `vec_type` TLV handling entirely
2023-07-11 Matt CoralloConvert `channelmonitor` `vec_type` TLV writes to requi...
2023-07-11 Elias RohrerMerge pull request #2395 from wpaulino/phantom-deduped...
2023-07-10 Matt CoralloHandle monitor completion actions for closed channels
2023-07-10 Wilmer PaulinoMerge pull request #2369 from TheBlueMatt/2023-06-mon...
2023-07-10 Matt CoralloDon't drop `ChannelMonitor` `Event`s until they're... 2023-06-mon-event-less-race
2023-07-10 Wilmer PaulinoHandle new event processing logic when enqueuing forwar...
2023-07-10 Wilmer PaulinoMerge pull request #2364 from TheBlueMatt/2023-06-htlc...
2023-07-08 Matt CoralloMerge pull request #2307 from benthecarman/verify-funcs
2023-07-08 Matt CoralloMerge pull request #2042 from ffaex/add_fn
2023-07-08 Matt CoralloMerge pull request #2396 from tnull/2023-07-fix-github...
2023-07-08 benthecarmanAdd helper functions to verify node and channel annouce...
next