rust-lightning
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-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 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...
2021-11-04 Matt CoralloAdd note about PaymentId fields to 0.0.103 changelog 2021-11-103-doc-tweaks
2021-11-04 Matt Corallo0.0.103 CHANGELOG tweaks from Jeff
2021-11-03 Matt CoralloMerge pull request #1078 from TheBlueMatt/2021-09-chan...
2021-11-03 Matt CoralloMerge pull request #1153 from TheBlueMatt/2021-11-0... v0.0.103
2021-11-03 Matt CoralloBump crate versions to 0.0.103/invoice 0.11 2021-11-0.0.103
2021-11-03 Matt CoralloUpdate CHANGELOG for 0.0.103
2021-11-03 Matt CoralloTweak serialization of ScorerUsingTime for better forwa...
2021-11-02 Matt CoralloMerge pull request #1150 from TheBlueMatt/2021-11-103...
2021-11-02 Matt CoralloAdd `(C-not exported)` tags as required in tuple types 2021-11-103-bindings
2021-11-02 Matt CoralloAdd `(C-not exported)` tag to a `Payee` modifier with...
2021-11-02 Matt CoralloRemove now-unused import in routing/mod.rs
2021-11-02 Matt CoralloMake payment_path_failed path type bindings-mappable
2021-11-02 Matt CoralloRename Payee::new to Payee::from_node_id to clarify...
2021-11-02 Matt CoralloRemove trailing ;s from macro calls to silence new...
2021-11-02 Matt CoralloMerge pull request #1146 from jkczyz/2021-10-score...
2021-11-02 Jeffrey CzyzImplement (de)serialization for Scorer
2021-11-02 Jeffrey CzyzParameterize Scorer by a Time trait
2021-11-02 Jeffrey CzyzRefactor channel failure penalty logic
2021-11-02 Jeffrey CzyzClarify Scorer docs around penalizing channels
2021-11-01 Matt CoralloMerge pull request #1149 from jkczyz/2021-11-network...
next