]> git.bitcoin.ninja Git - rust-lightning/shortlog
rust-lightning
36 hours ago Matt CoralloMerge pull request #3364 from TheBlueMatt/2024-10-125... 2024-10-125-bindings
39 hours ago Matt CoralloUse inline bounds for secp contexts, rather than `where...
39 hours ago Matt CoralloUse `[u8; 32]` rather than `Hmac<Sha256>` for simplicity
39 hours ago Matt CoralloAvoid returning references in `NodeAnnouncementInfo...
39 hours ago Matt CoralloRequire an OM in BP as this should generally be true...
39 hours ago Matt CoralloMinimal updates to `lightning-transaction-sync` for...
39 hours ago Matt CoralloDrop `SerialId` type as bindings don't support primitiv...
39 hours ago Matt CoralloHide `Direction::select_node_id` due to lifetimes
39 hours ago Matt CoralloAvoid options holding references in the public API
39 hours ago Matt CoralloAvoid slices without inner references
39 hours ago Matt CoralloMake the custom message traits cloneable as they're...
39 hours ago Matt CoralloMake ChannelMonitor always clonable
39 hours ago Matt Corallo`crate`-only several BOLT12 methods that require unboun...
39 hours ago Matt CoralloMark several types no-export which should be exported...
39 hours ago Matt CoralloHard-code scorer parameters to `ProbabilisticScoringFee...
39 hours ago Matt CoralloUse `[u8; 3]` not `CurrencyCode` to skip type aliases...
39 hours ago Matt CoralloMark a few offers fields no-export as we have no mappin...
39 hours ago Matt CoralloAvoid enums containing references with lifetimes
39 hours ago Matt CoralloExport `outbound_payment` structs in their respective...
39 hours ago Matt CoralloUse an explicit `Sign` type on the `ChannelMonitor...
39 hours ago Jeffrey CzyzRestrict ChannelInfo::as_directed_from visibility
39 hours ago Matt CoralloMake `as_directed_to` non-public
39 hours ago Matt CoralloMerge pull request #3362 from TheBlueMatt/2024-10-0... v0.0.125
40 hours ago Matt CoralloAdd CHANGELOG entry for 0.0.125 2024-10-0.0.125
40 hours ago Matt CoralloBump crate versions to 0.0.125
40 hours ago Matt CoralloFix `docs.rs` for crates which depend on `lightning...
41 hours ago Matt CoralloDon't interpret decayed data as we've failed to send...
41 hours ago Elias RohrerFix `synchronize_listeners` calling default implementation
41 hours ago Matt CoralloDon't bump the `next_node_counter` when using a removed...
43 hours ago Matt CoralloSet `holder_commitment_point` to `Available` on upgrade
2024-09-03 Matt CoralloMerge pull request #3278 from TheBlueMatt/2024-08-124... v0.0.124
2024-09-03 Matt CoralloUpdate versions to 0.0.124 and invoice 0.32 types 0... 2024-08-124-relnotes
2024-09-03 Matt CoralloAdd an 0.0.124 CHANGELOG entry
2024-09-03 Matt CoralloMerge pull request #3285 from TheBlueMatt/2024-08-tx...
2024-09-03 Matt CoralloMerge pull request #3284 from TheBlueMatt/2024-08-bindi...
2024-09-03 Matt CoralloCorrect `ANCHOR_INPUT_WITNESS_WEIGHT` constant 2024-08-tx-too-small
2024-09-03 Matt CoralloAdd a test for the past few commits
2024-09-03 Matt CoralloDrop bogus debug assertion that we don't overpay on...
2024-09-03 Matt CoralloHandle under-coin-selecting due to an added OP_RETURN...
2024-09-03 Matt CoralloEnsure we never try to broadcast a transaction <= 64...
2024-09-01 Matt CoralloSpecify imports manually in `types::features::sealed` 2024-08-bindings-imports-suck
2024-08-30 Matt CoralloMerge pull request #3282 from TheBlueMatt/2024-08-fix...
2024-08-30 Matt CoralloDont output logs when benchmarking 2024-08-fix-bench-logging
2024-08-30 Matt CoralloRemove log level filtering in tests
2024-08-29 Matt CoralloMerge pull request #3280 from TheBlueMatt/2024-08-124rc v0.0.124-rc1
2024-08-29 Matt CoralloMerge pull request #3279 from TheBlueMatt/2024-08-no...
2024-08-29 Matt CoralloBump versions to rc1 2024-08-124rc
2024-08-29 Matt CoralloMerge pull request #3257 from tnull/2024-08-fix-is...
2024-08-29 Elias RohrerRename `announced_channel` to `is_announced_for_forwarding`
2024-08-29 Matt CoralloUse `u64` for `required_unknown_bits_from` indexes... 2024-08-no-pub-usize
2024-08-29 Matt CoralloMerge pull request #3238 from Mirebella/clippy-checks
2024-08-29 Matt CoralloMerge pull request #3275 from TheBlueMatt/2024-08-3259...
2024-08-28 Matt CoralloMerge pull request #3276 from arik-so/arik/2024/08...
2024-08-28 Arik SosmanProcess updates before archiving monitors.
2024-08-28 Arik SosmanStore Broadcaster and FeeEstimator on MonitorUpdatingPe...
2024-08-28 Matt CoralloTest manual funding transaction `Event::DiscardFunding... 2024-08-3259-followups
2024-08-28 Matt CoralloCorrect manual shutdown detection on channel closure
2024-08-28 Matt CoralloAdd additional documentation on `Channel::unbroadcasted...
2024-08-28 Matt CoralloMerge pull request #3268 from TheBlueMatt/2024-08-moar...
2024-08-28 MirebellaFix CI linting error
2024-08-28 MirebellaAdd clippy ignore rules for all errors and warnings
2024-08-27 Matt CoralloTest new `ConfirmationTarget` selection based on HTLC set 2024-08-moar-feerate-categories
2024-08-27 Matt CoralloDon't ignore events in `test_yield_anchors_events`
2024-08-27 Matt CoralloAdd a constructor and per-target override to `TestFeeEs...
2024-08-27 Matt CoralloAdd missing pending changelog for downgrade on unsafe...
2024-08-27 Matt CoralloOnly generate an `Event::DiscardFunding` when we need to
2024-08-27 Matt CoralloMerge pull request #3259 from vincenzopalazzo/macros...
2024-08-27 Vincenzo Palazzoevent: store the outpoint when is_manual_broadcast
2024-08-27 Matt CoralloSplit `ConfirmationTarget::OnChainSweep` into urgent...
2024-08-27 Matt CoralloAdd a new `ConfirmationTarget::MaximumFeeEstimate`
2024-08-27 Matt CoralloMerge pull request #3273 from TheBlueMatt/2024-08-bindi...
2024-08-27 dunxenMerge pull request #3248 from jkczyz/2024-08-blinded...
2024-08-27 Matt CoralloReturn owned `String`s for onion message message types 2024-08-bindings-no-static
2024-08-26 Matt CoralloMerge pull request #3272 from TheBlueMatt/2024-08-bindi...
2024-08-26 Matt CoralloMark `io::Cursor` as no-export in bindings 2024-08-bindings-hidden
2024-08-26 Matt CoralloMark new `types` `#[doc(hidden)]` methods as bindings...
2024-08-26 Matt CoralloMerge pull request #3153 from alecchendev/2024-07-async...
2024-08-26 Matt CoralloMerge pull request #2992 from G8XSU/monitor-update...
2024-08-23 Matt CoralloMerge pull request #3269 from TheBlueMatt/2024-08-this...
2024-08-23 Alec ChenTest async sign_closing_transaction
2024-08-23 Alec ChenAllow sending closing tx signatures asynchronously
2024-08-23 Matt CoralloUse the actual type, not the associated type, in trait... 2024-08-this-should-work-bindings
2024-08-23 Matt CoralloMerge pull request #3266 from optout21/bech32-tests
2024-08-23 optoutAdd invoice serialization tests
2024-08-23 Matt CoralloMerge pull request #3263 from TheBlueMatt/2024-08-bindi...
2024-08-22 Matt CoralloAdd a `MessageSendInstructions::ForReply` 2024-08-bindings-om
2024-08-22 Matt CoralloChange `send_onion_message` to take a `MessageSendInstr...
2024-08-22 Matt Corallo3/3 Use `MessageSendInstructions` instead of `PendingOn...
2024-08-22 Matt Corallo2/3 Use `MessageSendInstructions` instead of `PendingOn...
2024-08-22 Matt Corallo1/3 Use `MessageSendInstructions` instead of `PendingOn...
2024-08-22 Matt CoralloGive `MessageSendInstructions` any `Destination`, not...
2024-08-22 Matt CoralloMake `ResponseInstruction` `Clone`able
2024-08-22 Matt CoralloPull the guts of `ResponseInstruction` into a new enum
2024-08-22 Matt CoralloRemove message type bound on `ResponseInstruction`
2024-08-22 Elias RohrerMerge pull request #3193 from tnull/2024-07-2995-followups
2024-08-21 Matt CoralloMerge pull request #3265 from TheBlueMatt/2024-08-globa...
2024-08-21 Matt CoralloMerge pull request #3250 from TheBlueMatt/2024-08-featu...
2024-08-21 Elias RohrerCorrect `ConnectionNeeded` docs
2024-08-21 Elias RohrerAvoid allocating `Vec` for a single result
2024-08-21 Elias RohrerFix permissive test
next