rust-lightning
2021-12-07 Matt CoralloUpgrade to codecov uploader v2 2021-12-new-codecod-upload
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 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 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...
2021-11-22 Antoine RiardCheck outbound update_fee affordance incremented with...
2021-11-22 Matt CoralloFix MPP routefinding when we first collect 95% of payme... 2021-11-mpp-routing-fixes
2021-11-22 Matt CoralloMerge pull request #1145 from tnull/add_gossip_log_level
2021-11-22 Elias RohrerAdd a new log-level for gossip messages.
2021-11-22 Matt CoralloMerge pull request #1180 from valentinewallace/2021...
2021-11-22 Matt CoralloMerge pull request #1182 from TheBlueMatt/2021-11-fix...
2021-11-22 Antoine RiardIntroduce CommitmentStats
2021-11-22 Antoine RiardRe-add `test_max_dust_htlc_exposure`
2021-11-20 Matt CoralloEnsure current channel state is logged for all channels... 2021-11-fix-txid-log
2021-11-20 Matt CoralloCorrect txid logging to reverse bytes.
2021-11-20 Matt CoralloMerge pull request #1027 from TheBlueMatt/2021-07-check...
2021-11-20 Antoine RiardCheck we won't overflow `max_dust_htlc_exposure_msat...
2021-11-19 Valentine WallaceRemove user_payment_id
2021-11-19 Matt CoralloCheck all outputs meet the dust threshold in check_spen... 2021-07-check-dust
2021-11-19 Matt CoralloLimit minimum output size to the dust limit when RBF...
2021-11-19 Antoine RiardCancel the outbound feerate update if above what we...
2021-11-17 Antoine RiardIntroduce new helper commit_tx_fee_sat
2021-11-17 Matt CoralloMerge pull request #1173 from tnull/add_accept_inbound_...
2021-11-17 Elias RohrerAdd 'accept_inbound_channels' config option.
2021-11-17 Matt CoralloMerge pull request #1083 from TheBlueMatt/2021-09-fundi...
2021-11-16 Matt CoralloMerge pull request #1166 from TheBlueMatt/2021-11-chan...
2021-11-16 Matt CoralloAutomatically close channels that go unfunded for 2016... 2021-09-funding-timeout
2021-11-16 Matt CoralloReturn `ClosureReason` from `Channel` chain update...
2021-11-16 Matt CoralloMove `Score` into a `scoring` module instead of a top... 2021-11-chan-size-scoring
2021-11-16 Matt CoralloPenalize large HTLCs relative to channels in default...
2021-11-16 Matt CoralloProvide `Score` the HTLC amount and channel capacity
2021-11-16 Matt CoralloMerge pull request #1160 from jkczyz/2011-11-spontaneou...
2021-11-16 Jeffrey CzyzAdd PaymentHash parameter to Router::find_route
2021-11-16 Jeffrey CzyzTest retrying payment on partial send failure
2021-11-16 Jeffrey CzyzReplace expect_value_msat with expect_send
2021-11-16 Jeffrey CzyzSupport spontaneous payments in InvoicePayer
2021-11-16 Jeffrey CzyzRefactor InvoicePayer for spontaneous payments
2021-11-16 Matt CoralloMerge pull request #1161 from TheBlueMatt/2021-11-fix...
2021-11-16 Matt CoralloCorrect Channel type serialization logic 2021-11-fix-chan-type-ser
2021-11-16 Matt CoralloMerge pull request #1119 from TheBlueMatt/2021-10-less...
2021-11-16 Matt CoralloBe less aggressive in outbound HTLC CLTV timeout checks 2021-10-less-aggressive-htlc-timeouts
2021-11-13 Matt CoralloMerge pull request #1131 from TheBlueMatt/2021-10-upstr...
2021-11-12 Matt CoralloUse upstream rust-bitcoin's dust calculation instead... 2021-10-upstream-dust
2021-11-12 Matt CoralloMerge pull request #1143 from TheBlueMatt/2021-10-no...
2021-11-12 Matt CoralloMerge pull request #1165 from lightning-signer/2021...
2021-11-11 Ken SedgwickRenamed script_for_p2wpkh to get_p2wpkh_redeemscript...
2021-11-11 Ken SedgwickFix to_remote output redeemscript when anchors enabled
2021-11-11 Matt CoralloFix a minor memory leak on PermanentFailure mon errs... 2021-10-no-payment-id-leaks
2021-11-11 Matt CoralloMerge pull request #1105 from TheBlueMatt/2021-10-log...
2021-11-10 Matt CoralloLog before+after ChannelMonitor/Manager updates for... 2021-10-log-persist-time
2021-11-08 Matt CoralloMerge pull request #1158 from jkczyz/2021-11-scorer...
2021-11-08 Jeffrey CzyzAdd unit tests for Scorer
2021-11-08 Jeffrey CzyzAdd SinceEpoch time to test Scorer hermetically
2021-11-05 Matt CoralloMerge pull request #1154 from TheBlueMatt/2021-11-103...
next