rust-lightning
2023-09-06 Matt CoralloHandle retrying sign_counterparty_commitment inb fundin... 2023-09-counterparty-sign-retry
2023-09-05 Matt CoralloHandle retrying sign_counterparty_commitment outb fundi...
2023-09-05 Matt CoralloHandle retrying sign_counterparty_commitment failures
2023-09-05 Matt CoralloHandle sign_counterparty_commitment failing during...
2023-09-05 Matt CoralloHandle sign_counterparty_commitment failing during...
2023-09-05 Matt CoralloHandling for sign_counterparty_commitment failing durin...
2023-09-05 Matt CoralloMerge pull request #1924 from benthecarman/handle-coinb...
2023-09-05 Elias RohrerMerge pull request #2548 from JosephGoulden/chain-monit...
2023-09-04 Duncan DeanAdd test for coinbase funding transactions
2023-09-04 benthecarmanSupport creating coinbase funding transactions in tests
2023-09-04 benthecarmanHandle if funding output is in a coinbase transaction
2023-09-03 Joseph GouldenDowngrade log message regarding Channel Monitor sync...
2023-09-01 Matt CoralloMerge pull request #2522 from sr-gi/202308-set-feature
2023-09-01 Matt CoralloMerge pull request #2543 from optout21/txabort-typo
2023-09-01 Sergi Delgado... Adds a set of convenience methods to set non-custom...
2023-08-31 optoutFix wrong msg type in SendTxAbort, typo
2023-08-29 Matt CoralloMerge pull request #2468 from jkczyz/2023-08-offer...
2023-08-29 Jeffrey CzyzInclude PaymentId in payer metadata
2023-08-29 Jeffrey CzyzAdd a ChaCha20 utility for encrypting in place
2023-08-29 Jeffrey CzyzAdd a ChaCha20 utility for encrypting a block
2023-08-29 Jeffrey CzyzAdd an encryption key to ExpandedKey for Offers
2023-08-29 Jeffrey CzyzRemove unnecessary #[allow(unused)]
2023-08-29 Jeffrey CzyzSplit InvoiceRequest::verify_and_respond_using_derived_keys
2023-08-29 Elias RohrerMerge pull request #2531 from optout21/channel-id-breaking
2023-08-29 Matt CoralloMerge pull request #2537 from TheBlueMatt/2023-08-one...
2023-08-28 Matt CoralloPin the `memchr` test-only transitive dependency of... 2023-08-one-less-feature-dep
2023-08-28 Matt CoralloDrop dep `tokio`'s `io-util` feat as it broke MSRV...
2023-08-28 Matt CoralloMerge pull request #2536 from waterson/test-channel...
2023-08-28 Matt CoralloMerge pull request #2528 from arik-so/arik/2023-08...
2023-08-28 Chris WatersonRename EnforcingSigner to TestChannelSigner
2023-08-28 optoutAdd ChannelId pending change note; formatting
2023-08-27 Arik SosmanFix flaky aggregated HTLC revocation test.
2023-08-27 Arik SosmanRelease write lock between monitor update iterations.
2023-08-27 Matt CoralloMerge pull request #2485 from optout21/channel-id-4struct1
2023-08-25 optoutUse new ChannelId type
2023-08-25 optoutAdd new ChannelId type; unused
2023-08-25 Matt CoralloMerge pull request #2197 from jbesraa/feat/lockable_sco...
2023-08-25 Elias RohrerMerge pull request #2248 from TheBlueMatt/2023-04-gossi...
2023-08-25 Elias RohrerMerge pull request #2503 from valentinewallace/2023...
2023-08-25 Elias RohrerMerge pull request #2466 from TheBlueMatt/2023-07-expos...
2023-08-25 jbesraaSplit LockableScore responsibilities between read ...
2023-08-24 Matt CoralloMerge pull request #2519 from Sharmalm/main
2023-08-24 Valentine WallaceRouter: account for blinded path fee, etc on first_hop...
2023-08-24 Lalitmohansharma1improving message in log
2023-08-23 Matt CoralloFail UTXO lookups if the block doesn't have five confir... 2023-04-gossip-check
2023-08-23 Matt CoralloAdd a simple naive block cache in gossip sync lookups
2023-08-23 Matt CoralloMake the `P2PGossipSync` `UtxoLookup` exchangable witho...
2023-08-23 Matt CoralloImplement the `UtxoSource` interface for REST/RPC clients
2023-08-23 Matt CoralloMerge pull request #2515 from TheBlueMatt/2023-08-earli...
2023-08-23 Matt CoralloStore a `HistoricalMinMaxBuckets` in `DirectedChannelLi... 2023-07-expose-success-prob
2023-08-23 Matt CoralloMove the bucketed history tracking logic into a scoring...
2023-08-23 Matt CoralloExpose the historical success probability calculation...
2023-08-23 Matt CoralloFind payment bucket in calculate_success_probability_ti...
2023-08-23 Matt CoralloCorrectly apply penalty bounds on the per-amount penalties
2023-08-23 Matt CoralloDon't rely on `calculate_success_probability*` to handl...
2023-08-23 Matt CoralloMerge pull request #2337 from alecchendev/2023-06-watch...
2023-08-23 Matt CoralloMerge pull request #2412 from valentinewallace/2023...
2023-08-23 Alec ChenTest justice tx formation from persistence
2023-08-23 Alec ChenEnable signing a justice tx using the channel monitor
2023-08-23 Alec ChenExpose revokeable output index and building a justice...
2023-08-23 Alec ChenEnable monitor to rebuild initial counterparty commitme...
2023-08-23 Alec ChenBuild and expose counterparty commitments from monitor...
2023-08-23 Matt CoralloRemove redundant payment preimag hashing in HTLC claim... 2023-08-earlier-payment-hash-log
2023-08-23 Matt CoralloInclude payment hash in more early payment logs
2023-08-23 Alec ChenAdd feerate and balances to `LatestCounterpartyCommitme...
2023-08-23 valentinewallaceMerge pull request #2492 from optout21/payment-hash...
2023-08-23 Valentine WallaceDocument _init_and_read_* ser macro requirements
2023-08-23 Valentine WallaceFix documentation on onion message packet ControlTlvs
2023-08-23 Valentine WallaceBlinded paths: rename encrypted_tlvs_ss to *_rho for...
2023-08-23 Valentine WallaceSupport constructing BlindedPaths for payments.
2023-08-23 Valentine WallaceSimplify onion message blinded hop construction
2023-08-23 Valentine WallaceAdd new _init_and_read_tlv_stream ser macro
2023-08-23 optoutUse Display of PaymentId&PaymentPreimage; avoid log_byt...
2023-08-23 ArikMerge pull request #2441 from arik-so/2023-07-taproot...
2023-08-22 Arik SosmanRemove unused imports.
2023-08-22 Arik SosmanIntroduce ChannelSignerType.
2023-08-22 Arik SosmanFix bench lifetimes.
2023-08-22 Arik SosmanAdd Taproot feature support.
2023-08-22 Arik SosmanFix persister/chain_monitor lifetimes.
2023-08-22 Matt CoralloMerge pull request #2511 from jbesraa/add-channel-id...
2023-08-22 valentinewallaceMerge pull request #2432 from jkczyz/2023-07-bolt12...
2023-08-22 Valentine WallaceRename ser macro
2023-08-22 Valentine WallaceMinor BlindedHop docs update
2023-08-22 Valentine WallaceUpdate blinded path util to take iterator instead of...
2023-08-22 Valentine WallaceMove Padding into blinded_path module for use in blinde...
2023-08-22 Valentine WallaceMove blinded message path util into message submodule
2023-08-22 Valentine WallaceMove some blinded path message code into message submodule.
2023-08-22 Valentine WallaceMove blinded path util into blinded_path::utils
2023-08-22 Matt CoralloMerge pull request #2411 from valentinewallace/2023...
2023-08-22 optoutAdd Display to PaymentId & PaymentPreimage
2023-08-22 optoutUse Display of PaymentHash; avoid log_bytes macro
2023-08-22 optoutAdd Display to PaymentHash
2023-08-22 jbesraaAdd channel_id to SpendableOutputs event
2023-08-22 Elias RohrerMerge pull request #2507 from TheBlueMatt/2023-08-lnd...
2023-08-22 Jeffrey CzyzSupport signing BOLT 12 invoices in NodeSigner
2023-08-22 Jeffrey CzyzUse TaggedHash in merkle::verify_signature
2023-08-22 Jeffrey CzyzExpose Offer/InvoiceRequest methods in Invoice
2023-08-22 Jeffrey CzyzExpose invoice accessors in UnsignedBolt12Invoice
2023-08-22 Jeffrey CzyzExpose Offer accessor functions in InvoiceRequest
2023-08-22 Jeffrey CzyzMacro-ize InvoiceRequest accessors for reuse
next