rust-lightning
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
2021-11-29 Matt CoralloMerge pull request #1163 from TheBlueMatt/2021-11-suppo...
2021-11-29 Matt CoralloExplicitly support counterparty setting 0 channel reserve 2021-11-support-insecure-counterparty
2021-11-29 Matt CoralloMerge pull request #1189 from TheBlueMatt/2021-11-trivi...
2021-11-29 Matt CoralloImplement Clone for InvalidShutdownScript 2021-11-trivial-impls
2021-11-29 Matt CoralloImplement Clone, Hash, PartialEq for ClosingTransaction
2021-11-26 Matt CoralloContinue after a single failure in `ChannelMonitor...
2021-11-26 Matt CoralloPrefer fully-specified paths in test macros
2021-11-26 Matt CoralloAllow missing-docs on test-only macros
2021-11-24 Matt CoralloMerge pull request #1184 from TheBlueMatt/2021-11-c...
2021-11-24 Matt CoralloSeal `scoring::Time` and only use `Instant` or `Eternit... 2021-11-c-bindings-tweaks
2021-11-24 Matt CoralloMake `Score : Writeable` in c_bindings and impl on...
2021-11-24 Matt CoralloMerge pull request #1186 from TheBlueMatt/2021-11-fix...
2021-11-24 Matt CoralloTest all log-limiting features in CI 2021-11-fix-log-select
2021-11-23 Matt CoralloFix compilation with the max_level_trace feature
2021-11-23 Matt CoralloAdd a comment describing `update_time_counter` and...
2021-11-23 Matt CoralloRe-broadcast our own gossip even if its same as the...
2021-11-23 Matt CoralloUpdate `ChannelUpdate::timestamp` when channels are...
2021-11-23 Matt CoralloSeparate ChannelAnnouncement and ChannelUpdate broadcas...
2021-11-23 Matt CoralloStore holder channel reserve and max-htlc-in-flight...
2021-11-23 Matt CoralloMerge pull request #1162 from TheBlueMatt/2021-11-fix...
2021-11-23 Matt CoralloMerge pull request #1178 from jkczyz/2021-11-payment...
2021-11-23 Matt CoralloMerge pull request #1176 from lightning-signer/2021...
2021-11-23 Jeffrey CzyzGenerate PaymentPathSuccessful event for each path
2021-11-23 Ken SedgwickAdd test vectors for get_htlc_redeemscript wrt anchors
2021-11-23 Ken SedgwickAdjust HTLC_{SUCCESS,TIMEOUT}_TX_WEIGHT when anchors...
2021-11-23 Ken SedgwickAdd anchor support to build_htlc_transaction
2021-11-23 Ken SedgwickIncrease visibility of anchor related methods
2021-11-23 Ken SedgwickAdd anchor support to commitment HTLC outputs
2021-11-23 Matt CoralloSupport `logger::Record` in C by String-ing the fmt...
2021-11-23 Matt CoralloTest fixed channel reserve checks on channel open 2021-11-fix-accept-chan-checks
2021-11-23 Matt CoralloCorrect initial commitment tx fee affordability checks...
2021-11-23 Matt CoralloRewrite test_update_fee_that_funder_cannot_afford to...
2021-11-22 Matt CoralloMake Channel::commit_tx_fee_msat static and take fee...
2021-11-22 Matt CoralloMerge pull request #1054 from ariard/2021-08-check...
2021-11-22 Matt CoralloMerge pull request #1168 from TheBlueMatt/2021-11-mpp...
next