2024-08-19 |
Matt Corallo | Tweak alignment and memory order in the `ProbabilisticS... 2023-12-cache-scoring-points |
commit | commitdiff | tree | snapshot |
2024-08-19 |
Matt Corallo | Cache the total points tracked in our historical liquid... |
commit | commitdiff | tree | snapshot |
2024-08-19 |
Matt Corallo | Change the directed history tracker's storage of its... |
commit | commitdiff | tree | snapshot |
2024-08-19 |
Matt Corallo | Make the historical bucket data private to `bucketed_hi... |
commit | commitdiff | tree | snapshot |
2024-08-19 |
Matt Corallo | Store both min and max historical buckets in one, new... |
commit | commitdiff | tree | snapshot |
2024-08-19 |
Matt Corallo | Format `log_approx.rs` per rustfmt |
commit | commitdiff | tree | snapshot |
2024-08-19 |
Matt Corallo | Move log approximation from `scoring.rs` to its own... |
commit | commitdiff | tree | snapshot |
2024-08-19 |
valentinewallace | Merge pull request #3242 from jkczyz/2024-08-payment... |
commit | commitdiff | tree | snapshot |
2024-08-16 |
Jeffrey Czyz | Add PaymentId authentication to public API |
commit | commitdiff | tree | snapshot |
2024-08-16 |
Matt Corallo | Merge pull request #3239 from arik-so/bitcoin-0.32... |
commit | commitdiff | tree | snapshot |
2024-08-16 |
Arik Sosman | Fix fuzz warnings. |
commit | commitdiff | tree | snapshot |
2024-08-16 |
Arik Sosman | Fix lightning-transaction sync warnings. |
commit | commitdiff | tree | snapshot |
2024-08-16 |
Arik Sosman | Fix lightning-block-sync warnings. |
commit | commitdiff | tree | snapshot |
2024-08-16 |
Arik Sosman | Fix lightning-background-processor warnings. |
commit | commitdiff | tree | snapshot |
2024-08-16 |
Arik Sosman | Fix lightning warnings. |
commit | commitdiff | tree | snapshot |
2024-08-16 |
Arik Sosman | Suppress Taproot warnings. |
commit | commitdiff | tree | snapshot |
2024-08-16 |
Arik Sosman | Remove secp256k1 dependency. |
commit | commitdiff | tree | snapshot |
2024-08-16 |
Arik Sosman | Upgrade rust-bitcoin to 0.32.2. |
commit | commitdiff | tree | snapshot |
2024-08-16 |
Matt Corallo | Merge pull request #3182 from valentinewallace/2024... |
commit | commitdiff | tree | snapshot |
2024-08-16 |
Jeffrey Czyz | Return a Result from verify_payment_id |
commit | commitdiff | tree | snapshot |
2024-08-16 |
Arik Sosman | Reimplement io::Cursor. |
commit | commitdiff | tree | snapshot |
2024-08-16 |
Arik Sosman | Introduce io module. |
commit | commitdiff | tree | snapshot |
2024-08-16 |
Arik Sosman | Drop Seek and SeekFrom usage. |
commit | commitdiff | tree | snapshot |
2024-08-16 |
Arik Sosman | Simplify Readable mutability. |
commit | commitdiff | tree | snapshot |
2024-08-16 |
Valentine Wallace | Make advance_path_by_one an associated method. |
commit | commitdiff | tree | snapshot |
2024-08-16 |
Valentine Wallace | Tweak phrasing in Blinded{Message,Payment}Path::advance... |
commit | commitdiff | tree | snapshot |
2024-08-16 |
Valentine Wallace | Move NextMessageHop into blinded_path::message |
commit | commitdiff | tree | snapshot |
2024-08-16 |
Valentine Wallace | Make BlindedPath type private. |
commit | commitdiff | tree | snapshot |
2024-08-16 |
Valentine Wallace | Reduce visibility of BlindedMessagePath inner path. |
commit | commitdiff | tree | snapshot |
2024-08-15 |
valentinewallace | Merge pull request #3241 from TheBlueMatt/2024-08-ret... |
commit | commitdiff | tree | snapshot |
2024-08-15 |
Valentine Wallace | Reduce visibility of BlindedPaymentPath inner path. |
commit | commitdiff | tree | snapshot |
2024-08-15 |
Valentine Wallace | Add accessor methods for inner blinded path fields. |
commit | commitdiff | tree | snapshot |
2024-08-15 |
Valentine Wallace | Move public_intro_node util into Blinded{Message,Paymen... |
commit | commitdiff | tree | snapshot |
2024-08-15 |
Valentine Wallace | Move compact blinded path util to message paths only. |
commit | commitdiff | tree | snapshot |
2024-08-15 |
Valentine Wallace | Expose blinded paths' advance_path_by_one methods. |
commit | commitdiff | tree | snapshot |
2024-08-15 |
Valentine Wallace | Add BlindedMessagePath type to disambiguate from blinde... |
commit | commitdiff | tree | snapshot |
2024-08-15 |
Valentine Wallace | Add BlindedPaymentPath type, to disambiguate from messa... |
commit | commitdiff | tree | snapshot |
2024-08-14 |
Matt Corallo | Return slices, rather than `Vec` references, in addresses 2024-08-ret-slice-not-ref-vec |
commit | commitdiff | tree | snapshot |
2024-08-14 |
Matt Corallo | Merge pull request #3192 from jkczyz/2024-07-invoice... |
commit | commitdiff | tree | snapshot |
2024-08-14 |
Jeffrey Czyz | Make PaymentFailureReason downgradable |
commit | commitdiff | tree | snapshot |
2024-08-14 |
Jeffrey Czyz | Make PaymentFailureReason upgradable |
commit | commitdiff | tree | snapshot |
2024-08-14 |
Jeffrey Czyz | Add PaymentFailureReason::InvoiceRequestRejected |
commit | commitdiff | tree | snapshot |
2024-08-14 |
Jeffrey Czyz | Add PaymentFailureReason::InvoiceRequestExpired |
commit | commitdiff | tree | snapshot |
2024-08-14 |
Jeffrey Czyz | Add pending changelog for Event::PaymentFailed |
commit | commitdiff | tree | snapshot |
2024-08-14 |
Jeffrey Czyz | Remove Event::InvoiceRequestFailed |
commit | commitdiff | tree | snapshot |
2024-08-14 |
Jeffrey Czyz | Make payment_hash optional in Event::PaymentFailed |
commit | commitdiff | tree | snapshot |
2024-08-14 |
Jeffrey Czyz | Test Bolt12Invoice with unknown required features |
commit | commitdiff | tree | snapshot |
2024-08-14 |
Jeffrey Czyz | Remove unused macro param |
commit | commitdiff | tree | snapshot |
2024-08-14 |
Jeffrey Czyz | Add InvoiceBuilder::features_unchecked |
commit | commitdiff | tree | snapshot |
2024-08-14 |
Jeffrey Czyz | Use a smaller bit for UnknownFeature |
commit | commitdiff | tree | snapshot |
2024-08-14 |
Jeffrey Czyz | Move BOLT12 invoice features check |
commit | commitdiff | tree | snapshot |
2024-08-14 |
Jeffrey Czyz | Don't include HMAC in Refund paths |
commit | commitdiff | tree | snapshot |
2024-08-14 |
Jeffrey Czyz | Don't use UserAbandoned reason for auto-failing |
commit | commitdiff | tree | snapshot |
2024-08-14 |
Jeffrey Czyz | Don't abandon payments for duplicate invoices |
commit | commitdiff | tree | snapshot |
2024-08-14 |
Jeffrey Czyz | Authenticate payment_id from OffersContext |
commit | commitdiff | tree | snapshot |
2024-08-14 |
Jeffrey Czyz | Add an HMAC to OffersContext::OutboundPayment |
commit | commitdiff | tree | snapshot |
2024-08-14 |
Jeffrey Czyz | Add Sha256 HMAC (de)serialization |
commit | commitdiff | tree | snapshot |
2024-08-14 |
Jeffrey Czyz | HMAC construction and verification for PaymentID |
commit | commitdiff | tree | snapshot |
2024-08-14 |
valentinewallace | Merge pull request #3212 from dunxen/2024-07-sensible... |
commit | commitdiff | tree | snapshot |
2024-08-14 |
Matt Corallo | Merge pull request #3234 from TheBlueMatt/2024-08-light... |
commit | commitdiff | tree | snapshot |
2024-08-13 |
Matt Corallo | Merge pull request #3020 from tnull/2024-04-drop-electr... |
commit | commitdiff | tree | snapshot |
2024-08-13 |
Elias Rohrer | Enable caching for `bitcoind`/`electrs` in CI |
commit | commitdiff | tree | snapshot |
2024-08-13 |
Matt Corallo | `rustfmt` new files added in the past few commits 2024-08-lightning-dep-inv |
commit | commitdiff | tree | snapshot |
2024-08-13 |
Matt Corallo | Prepare to `rustfmt` newly added files |
commit | commitdiff | tree | snapshot |
2024-08-13 |
Matt Corallo | Provide the signer with a full `RawBolt11Invoice` to... |
commit | commitdiff | tree | snapshot |
2024-08-13 |
Matt Corallo | Swap the dep order between `lightning` and `lightning... |
commit | commitdiff | tree | snapshot |
2024-08-13 |
Matt Corallo | Add a `lightning-types` dependency to `lightning-invoice` |
commit | commitdiff | tree | snapshot |
2024-08-13 |
Matt Corallo | Use `check_added_monitors` test utility in invoice... |
commit | commitdiff | tree | snapshot |
2024-08-13 |
Matt Corallo | Move `UntrustedString` and `PrintableString` to `lightn... |
commit | commitdiff | tree | snapshot |
2024-08-13 |
Matt Corallo | Move `Features` into `lightning-types` |
commit | commitdiff | tree | snapshot |
2024-08-13 |
Matt Corallo | Replace usages of `Features::is_subset` and remove it |
commit | commitdiff | tree | snapshot |
2024-08-13 |
Matt Corallo | Move `Rout{ingFees,eHint{,Hop}}` to `lightning-types` |
commit | commitdiff | tree | snapshot |
2024-08-13 |
Matt Corallo | Move `Payment{Hash,Preimage,Secret}` into a new crate |
commit | commitdiff | tree | snapshot |
2024-08-13 |
Duncan Dean | Test claimable balance is expected for forwarded/outbou... |
commit | commitdiff | tree | snapshot |
2024-08-13 |
Duncan Dean | Indicate source of balances |
commit | commitdiff | tree | snapshot |
2024-08-13 |
Matt Corallo | Explain how rounded millisat values are included in... |
commit | commitdiff | tree | snapshot |
2024-08-13 |
Duncan Dean | Test rounded msat balances |
commit | commitdiff | tree | snapshot |
2024-08-13 |
Matt Corallo | Include rounded msat balances in `Balance::ClaimableOnC... |
commit | commitdiff | tree | snapshot |
2024-08-13 |
Matt Corallo | Add tx fee information to `Balance::ClaimableOnChannelC... |
commit | commitdiff | tree | snapshot |
2024-08-13 |
Matt Corallo | Move commitment tx fee calculation helpers to `chan_utils` |
commit | commitdiff | tree | snapshot |
2024-08-13 |
Matt Corallo | Drop `chan_utils` self-import |
commit | commitdiff | tree | snapshot |
2024-08-13 |
Matt Corallo | Include an `outbound_payment` flag in `MaybeTimeoutClai... |
commit | commitdiff | tree | snapshot |
2024-08-13 |
Elias Rohrer | Upgrade all github actions to `v4` variants |
commit | commitdiff | tree | snapshot |
2024-08-13 |
Elias Rohrer | Fix misc `shellcheck` complaints |
commit | commitdiff | tree | snapshot |
2024-08-13 |
Elias Rohrer | Have `shellcheck` check all scripts in `contrib` |
commit | commitdiff | tree | snapshot |
2024-08-13 |
Elias Rohrer | Have `shellcheck` check all scripts in `ci` |
commit | commitdiff | tree | snapshot |
2024-08-13 |
Elias Rohrer | Drop `electrsd` autodownload feature for good |
commit | commitdiff | tree | snapshot |
2024-08-13 |
Elias Rohrer | Move CI downloading `bitcoind`/`electrsd` to dedicated... |
commit | commitdiff | tree | snapshot |
2024-08-12 |
Matt Corallo | Merge pull request #3210 from tcharding/07-31-rm-hex-dep |
commit | commitdiff | tree | snapshot |
2024-08-12 |
Matt Corallo | Merge pull request #3236 from TheBlueMatt/2024-08-unclo... |
commit | commitdiff | tree | snapshot |
2024-08-12 |
Matt Corallo | Stop relying on a `Clone`able `NetworkGraph` ref in... 2024-08-unclonable-graph |
commit | commitdiff | tree | snapshot |
2024-08-12 |
Matt Corallo | Merge pull request #3214 from TheBlueMatt/2024-07-chan... |
commit | commitdiff | tree | snapshot |
2024-08-08 |
Tobin C. Harding | Use bitcoin::hex instead of bitcoin::hashes::hex |
commit | commitdiff | tree | snapshot |
2024-08-08 |
Tobin C. Harding | Remove explicit dependency on hex-conservative |
commit | commitdiff | tree | snapshot |
2024-08-08 |
Matt Corallo | Merge pull request #3220 from dunxen/2024-08-config... |
commit | commitdiff | tree | snapshot |
2024-08-08 |
Duncan Dean | Set default ChannelHandshakeLimits::min_funding_satoshi... |
commit | commitdiff | tree | snapshot |
2024-08-08 |
Matt Corallo | Merge pull request #3194 from tnull/2024-07-om-event... |
commit | commitdiff | tree | snapshot |
2024-08-08 |
Matt Corallo | Merge pull request #3215 from tnull/2024-08-protect... |
commit | commitdiff | tree | snapshot |
2024-08-08 |
Elias Rohrer | Protect against Core's Merkle leaf node weakness |
commit | commitdiff | tree | snapshot |
2024-08-08 |
Elias Rohrer | Merge pull request #3230 from TheBlueMatt/2024-08-old... |
commit | commitdiff | tree | snapshot |
next |