rust-lightning
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 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...
2023-07-08 Matt CoralloRename `ClosingMonitorUpdateRegeneratedOnStartup` to... 2023-06-htlc-preimage-replay
2023-07-08 Matt CoralloRe-claim forwarded HTLCs on startup
2023-07-08 Matt CoralloMerge pull request #2354 from alecchendev/2023-06-bump...
2023-07-07 Matt CoralloMerge pull request #2347 from henghonglee/issue-2304
2023-07-07 Matt CoralloReplace `vec_type` TLVs in channel/manager with require...
2023-07-07 Matt CoralloConvert routing `vec_type `TLV writes to other TLV...
2023-07-07 Matt CoralloMigrate `chan_utils` `vec_type` TLVs to required/optional
2023-07-07 Matt CoralloConvert `Event` vec storage away from `vec_type`
2023-07-07 Matt CoralloConvert some `vec_type` TLVs to `required_vec`
2023-07-07 Matt CoralloAdd a `required_vec` TLV deserialization type
2023-07-07 Alec ChenUse multiplier in dust exposure threshold calculation
2023-07-07 Alec ChenSend fee estimator through to `get_max_htlc_dust_exposu...
2023-07-07 Alec ChenAdd max dust exposure multiplier config knob
2023-07-07 Matt CoralloFix backwards compat for `blocked_monitor_updates`
2023-07-07 valentinewallaceMerge pull request #2392 from TheBlueMatt/2023-07-async...
2023-07-07 valentinewallaceMerge pull request #2399 from tnull/2023-07-expose...
2023-07-07 Elias RohrerExpose `DefaultMessageRouter`
2023-07-06 Matt CoralloMerge pull request #2383 from henghonglee/fix-dyn
2023-07-06 Elias RohrerUpdate Github Actions to remove deprecated actions
2023-07-06 henghongleeAdd ChannelShutdownState to ChannelDetails
2023-07-05 Matt CoralloMove Channel's blocked monitor updates vec to an even TLV 2023-07-async-mon-even-tlv
2023-07-04 henghongleeFix DefaultRouter type restrained to only MutexGuard
2023-07-02 Matt CoralloMerge pull request #2384 from jkczyz/2023-06-message...
2023-07-02 Matt CoralloMerge pull request #2375 from TonyGiorgio/remove-doc...
2023-06-30 Jeffrey CzyzDefine a default MessageRouter implementation
2023-06-30 Wilmer PaulinoMerge pull request #2386 from TheBlueMatt/2023-06-macos...
2023-06-30 Matt CoralloFix 1.54- builds with the `backtrace` feature due to... 2023-06-macos-msrv
2023-06-30 Tony GiorgioClarify event doc specifying anchor support
2023-06-29 Matt CoralloMerge pull request #2322 from andrei-21/fix/instant...
2023-06-29 Matt CoralloMerge pull request #2372 from wpaulino/channelmanager...
2023-06-29 AndreiUse `MonotonicTime` as `Instant` shifted by 10 years...
2023-06-27 Wilmer PaulinoRequire best block timestamp within ChannelManager...
2023-06-27 Matt CoralloSome minor comment/doc tweaks in new monitor update...
2023-06-27 Matt CoralloMerge pull request #2374 from arik-so/2023-06-build...
2023-06-26 Arik SosmanFix clone warning on nightly.
2023-06-24 Arik SosmanRemove redundant `mut`s in router.rs.
2023-06-24 Arik SosmanFix warning about deserialization marker.
2023-06-24 Arik SosmanFix build warning about HTLCSource::dummy().
2023-06-24 Arik SosmanFix build warning about public_from_secret_hex.
2023-06-24 Matt CoralloMerge pull request #2368 from wpaulino/inbound-anchors... v0.0.116-alpha1
2023-06-23 Wilmer PaulinoMerge pull request #2367 from wpaulino/remove-anchors...
2023-06-23 Wilmer PaulinoRequire inbound channels with anchor outputs to be...
2023-06-23 Matt CoralloMerge pull request #2373 from TheBlueMatt/2023-06-116...
2023-06-23 Wilmer PaulinoSupport manual inbound acceptance in channel creation...
next