rust-lightning
2022-02-04 Matt Corallofix serialization backwards compat 2022-02-1270-ser-backwards-compat
2022-02-04 Joy Wangdebug
2022-01-21 Joy WangAdd commit_upfront_shutdown_pubkey to ChannelHandshakeC...
2022-01-14 Matt CoralloMerge pull request #1229 from lightning-signer/2021...
2022-01-13 Ken SedgwickFixed comment on weight_received_htlc
2022-01-13 Ken SedgwickSet opt_anchors for calls to CommitmentTransaction...
2022-01-13 Ken SedgwickAdd anchor tests to outbound_commitment_test
2022-01-13 Ken SedgwickDebit funder's output to cover anchors
2022-01-13 Ken SedgwickConvert HTLC_{SUCCESS,TIMEOUT}_TX_WEIGHT to anchor...
2022-01-13 Ken SedgwickConvert COMMITMENT_TX_BASE_WEIGHT to anchor-aware function
2022-01-13 Ken SedgwickAdd unit test coverage for package::weight_{offered...
2022-01-13 Ken Sedgwickmake WEIGHT{_REVOKED,}_{OFFERED,RECEIVED}_HTLC function...
2022-01-13 Ken SedgwickIsolated channelmonitor weight unit tests and added...
2022-01-13 Ken SedgwickSet the SigHashType of remote htlc signatures w/ anchor...
2022-01-11 Matt CoralloMerge pull request #1013 from TheBlueMatt/2021-07-warni...
2022-01-11 Matt CoralloRely on Error/Warning message data lengths being correct 2021-07-warning-msgs
2022-01-11 Matt CoralloSend `warning` instead of `error` when we incounter...
2022-01-11 Matt CoralloConvert `shutdown` invalid script checks to warning...
2022-01-11 Matt CoralloSend warning messages when appropriate in gossip handli...
2022-01-11 Matt CoralloHandle sending and receiving warning messages
2022-01-11 Matt CoralloAdd a new `WarningMessage` message to send and receive...
2022-01-10 Matt CoralloMerge pull request #1230 from lightning-signer/2021...
2022-01-09 DevrandomDo not turn on bech32/std by default for lightning...
2022-01-06 Matt CoralloMerge pull request #1223 from lightning-signer/2021...
2022-01-05 DevrandomAdapt lightning-invoice to no_std
2022-01-05 Matt CoralloMerge pull request #1226 from TheBlueMatt/2022-01-bindi...
2022-01-05 Matt CoralloSupport building `cfg=c_bindings` with `no-std` 2022-01-bindings-no-std
2022-01-03 Matt CoralloMerge pull request #1220 from TheBlueMatt/2021-12-stale...
2021-12-29 Matt CoralloMerge pull request #1225 from hackerrdave/update-repo...
2021-12-27 hackerrdaveupdate repo name to use lightningdevkit
2021-12-19 Matt CoralloMerge pull request #1218 from TheBlueMatt/2021-12-minor...
2021-12-19 Matt CoralloLog gossip rejections due to stale channel_updates... 2021-12-stale-update-gossip-log
2021-12-18 Matt CoralloSwap around generic argument ordering in InvoicePayer... 2021-12-minor-bindings-tweaks
2021-12-18 Matt CoralloAdd a C-not exported tag to `NetGraphMsgHandler.network...
2021-12-18 Matt CoralloAdd a constructor to MultiThreadedLockableScore
2021-12-17 Matt CoralloMerge pull request #1217 from TheBlueMatt/2021-12-0... v0.0.104
2021-12-17 Matt CoralloSwap around generic argument ordering in DefaultRouter... 2021-12-0.0.104
2021-12-17 Matt CoralloBump versions to 0.0.104/invoice 0.12
2021-12-17 Matt CoralloUpdate CHANGELOG for 0.0.104
2021-12-17 Matt CoralloMerge pull request #1216 from valentinewallace/2021...
2021-12-17 Matt CoralloRemove trailing whitespace in the FeeEstimator interface
2021-12-17 Valentine Wallaceinbound_payment: Add utility to get payment preimage...
2021-12-17 Valentine Wallaceinbound_payment: DRY verify method for use in getting...
2021-12-17 Valentine Wallacecreate_inbound_payment: warn about dup hashes
2021-12-17 Valentine WallaceSalt inbound payment ExpandedKey
2021-12-17 Matt CoralloMerge pull request #1177 from valentinewallace/2021...
2021-12-16 Valentine WallaceAdd new invoice CreationError::InvalidAmount for use...
2021-12-16 Valentine WallaceDrop need to store pending inbound payments
2021-12-16 Valentine WallaceAdd get_single_block to chacha20 module
2021-12-16 Valentine WallaceMacro-ize checking that the total value of an MPP's...
2021-12-16 Valentine WallaceAdd get_inbound_payment_key_material to KeysInterface
2021-12-16 Matt CoralloMerge pull request #1212 from TheBlueMatt/2021-12-timeo...
2021-12-16 Matt CoralloAutomatically prune NetworkGraph of stale channels... 2021-12-timeout-graph
2021-12-16 Matt CoralloReject channel_update messages with timestamps too...
2021-12-16 Matt CoralloAdd a method to prune stale channels from `NetworkGraph`
2021-12-16 Matt CoralloDrop `allow_wallclock_use` feature in favor of simply...
2021-12-16 Matt CoralloDRY up network_graph tests substantially with message...
2021-12-16 Matt CoralloMerge pull request #1214 from TheBlueMatt/2021-12-fix...
2021-12-16 Matt CoralloBuild no-std on 1.47 now that core2 supports it 2021-12-fix-tokio-msrv-bump
2021-12-16 Matt CoralloPin tokio to 1.14.0 in CI for older rustc's
2021-12-15 Matt CoralloMerge pull request #1148 from dunxen/2021-11-new-onion...
2021-12-15 Conor OkusMerge pull request #1211 from ConorOkus/2021-11-add...
2021-12-15 Matt CoralloMerge pull request #1202 from TheBlueMatt/2021-12-fix...
2021-12-15 Matt CoralloMake attempting to retry a succeeded payment an APIErro... 2021-12-fix-retries-races
2021-12-15 Matt CoralloUse `Event::PaymentFailed` in `InvoicePayer` to remove...
2021-12-15 Matt CoralloExpose an event when a payment has failed and retries...
2021-12-15 Matt CoralloAdd a variant to `PendingOutboundPayment` for retries...
2021-12-15 Matt CoralloDRY up payment failure macros in functional_test_utils
2021-12-14 Duncan DeanAdd mpp_timeout and invalid_onion_payload descriptions...
2021-12-14 Conor OkusUpdates Fee estimator docs to include a max return...
2021-12-09 Matt CoralloMerge pull request #1169 from TheBlueMatt/2021-11-fix...
2021-12-09 Matt CoralloAdd a comment describing the timestamp field's use 2021-11-fix-update-announcements
2021-12-08 Matt CoralloMerge pull request #1203 from lightning-signer/2021...
2021-12-08 Matt CoralloMerge pull request #1210 from TheBlueMatt/2021-12-new...
2021-12-07 Matt CoralloUpgrade to codecov uploader v2 2021-12-new-codecod-upload
2021-12-07 Matt CoralloMerge pull request #1208 from TheBlueMatt/2021-12-less...
2021-12-07 Matt CoralloMerge pull request #1205 from TheBlueMatt/2021-12-new...
2021-12-07 Matt CoralloReduce force-closures with user fee estimators which... 2021-12-less-force-close
2021-12-07 Matt CoralloSupport the `channel_type` feature bit. 2021-12-new-feature-bit
2021-12-07 DevrandomGetter for the total channel balance
2021-12-07 Matt CoralloMerge pull request #1201 from jkczyz/2021-12-idempotent...
2021-12-06 Jeffrey CzyzEnsure ChannelManager methods are idempotent
2021-12-06 Matt CoralloMerge pull request #1204 from TheBlueMatt/2021-12-no...
2021-12-06 Matt CoralloMerge pull request #1130 from TheBlueMatt/2021-10-mon...
2021-12-06 Matt CoralloAdd trivial test of monitor update failure during block... 2021-10-mon-fail-after-conf
2021-12-06 Matt CoralloAdd a test for MonitorEvent holding when they complete...
2021-12-06 Matt CoralloAdd a simple test for ChainMonitor MonitorUpdate-holdin...
2021-12-06 Matt CoralloMake APIError debug output more clear by including...
2021-12-06 Matt CoralloDrop `MonitorUpdateErr` in favor of opaque errors.
2021-12-06 Matt CoralloAlways return failure in `update_monitor` after funding...
2021-12-06 Matt CoralloDefine public getters for all feature flags
2021-12-06 Matt CoralloRemove OnionV2 parsing support 2021-12-no-torv2
2021-12-03 Matt CoralloMerge pull request #1197 from jkczyz/2021-11-score...
2021-12-03 Jeffrey CzyzFix shift overflow in Scorer::channel_penalty_msat
2021-12-03 Jeffrey CzyzDecay channel failure penalty upon success
2021-12-03 Jeffrey CzyzScore successful payment paths
2021-12-01 Matt CoralloMerge pull request #1196 from TheBlueMatt/2021-11-bad...
2021-11-30 Matt CoralloFix compilation in `payment` rustdoc examples 2021-11-bad-rustdoc
2021-11-30 Matt CoralloMerge pull request #1195 from TheBlueMatt/2021-11-chanm...
2021-11-29 Matt CoralloFix regression when reading `Event::PaymentReceived... 2021-11-chanman-read-regression
next