Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

shaavan

shaavan deleted a branch shaavan/rust-lightning

ci

shaavan created a comment on a pull request on lightningdevkit/rust-lightning
Updated from [pr3246.15](https://github.com/shaavan/rust-lightning/commits/pr3246.15) to [pr3246.16](https://github.com/shaavan/rust-lightning/commits/pr3246.16) ([diff](https://github.com/shaavan/...

View on GitHub

shaavan pushed 10 commits to blinded_api shaavan/rust-lightning
  • Introduce is_compact parameter for DefaultMessageRouter Add a new `is_compact` to the `DefaultMessageRouter`, enabli... d71a607
  • Introduce NullMessageRouter - To be used when the user wants to create No Blinded Path 71c8591
  • Allow create_blinded_paths to take `Vec<MessageForwardNode>` as input Prepare `create_blinded_paths` to handle both ... 28cd8a2
  • Update DefaultMessageRouter's MessageRouter Implementation This commit updates the `create_blinded_path` implementat... dd5d84f
  • Introduce create_offer_builder_using_router This update adds the flexibility to pass a router directly to the `creat... cfcb508
  • Update `create_offer_builder` to exclusively use `create_blinded_paths` Reasoning: With the introduction of `create... 0dc1b1e
  • Introduce create_refund_builder_using_router This update introduces `create_refund_builder_using_router` to accept a... 20b6de6
  • Update `create_refund_builder` to exclusively use `create_blinded_paths` Reasoning: The reasoning remains the same ... 855ce29
  • Remove Redundant Variants of create_blinded_paths Following the updates in previous commits, the other variants of `... aba369e
  • Introduce Tests for Offers and Refunds Without Blinded Paths 268d590

View on GitHub

shaavan created a tag on shaavan/rust-lightning

pr3246.16 - A highly modular Bitcoin Lightning library written in Rust. It's rust-lightning, not Rusty's Lightning!

shaavan pushed 5 commits to blinded_api-11 shaavan/rust-lightning
  • Update `create_offer_builder` to exclusively use `create_blinded_paths` Reasoning: With the introduction of `create... 0dc1b1e
  • Introduce create_refund_builder_using_router This update introduces `create_refund_builder_using_router` to accept a... 20b6de6
  • Update `create_refund_builder` to exclusively use `create_blinded_paths` Reasoning: The reasoning remains the same ... 855ce29
  • Remove Redundant Variants of create_blinded_paths Following the updates in previous commits, the other variants of `... aba369e
  • Introduce Tests for Offers and Refunds Without Blinded Paths 268d590

View on GitHub

shaavan created a branch on shaavan/rust-lightning

ci - A highly modular Bitcoin Lightning library written in Rust. It's rust-lightning, not Rusty's Lightning!

shaavan deleted a branch shaavan/rust-lightning

ci

shaavan created a branch on shaavan/rust-lightning

blinded_api-11 - A highly modular Bitcoin Lightning library written in Rust. It's rust-lightning, not Rusty's Lightning!

shaavan pushed 1 commit to main shaavan/code-chronicle
  • Week 02: 06 Jan 2025 - 09 Jan 2025 29ea755

View on GitHub

shaavan pushed 1 commit to main shaavan/code-chronicle

View on GitHub

shaavan created a review on a pull request on lightningdevkit/rust-lightning
Hi @BlueMatt, While trying to solve this issue, I ran into some questions and roadblocks. Would love to get your insights on these. Thanks!

View on GitHub

shaavan created a review on a pull request on lightningdevkit/rust-lightning
Hi @BlueMatt, While trying to solve this issue, I ran into some questions and roadblocks. Would love to get your insights on these. Thanks!

View on GitHub

shaavan opened a draft pull request on lightningdevkit/rust-lightning
Expand #3313 test
Resolves #3320 This PR expands the test introduced in #3313 to include claiming the payment on-chain after Alice's node reloads. It ensures that, once we verify Alice's node does not reattempt p...
shaavan pushed 1 commit to currency-01 shaavan/rust-lightning
  • Introduce Bolt12Assessor as parameter for OffersMessageFlow Parametised OffersMessageFlow over Bolt12Assessor trait 12c9628

View on GitHub

shaavan pushed 1 commit to main shaavan/code-chronicle

View on GitHub

shaavan pushed 1 commit to main shaavan/code-chronicle

View on GitHub

shaavan pushed 4 commits to currency-01 shaavan/rust-lightning
  • Introduce Bolt12Assessor The new trait allow taking the invoice_request, and access it. For now this allows accessin... 0946a61
  • Introduce DefaultBolt12Assessor This implements the default behavior for Bolt12Assessor 39d0388
  • Introduce calculate_offer_amount 9e25390
  • Introduce Bolt12Assessor as parameter for OffersMessageFlow Parametised OffersMessageFlow over Bolt12Assessor trait 1dda0f4

View on GitHub

shaavan created a branch on shaavan/rust-lightning

currency-01 - A highly modular Bitcoin Lightning library written in Rust. It's rust-lightning, not Rusty's Lightning!

shaavan pushed 1 commit to main shaavan/code-chronicle

View on GitHub

shaavan created a review comment on a pull request on lightningdevkit/rust-lightning
Addressed in [pr3504.02](https://github.com/shaavan/rust-lightning/commits/pr3504.02) Thanks for the suggestion!

View on GitHub

shaavan created a review on a pull request on lightningdevkit/rust-lightning

View on GitHub

shaavan created a comment on a pull request on lightningdevkit/rust-lightning
Updated from [pr3504.01](https://github.com/shaavan/rust-lightning/commits/pr3504.01) to [pr3504.02](https://github.com/shaavan/rust-lightning/commits/pr3504.02) ([diff](https://github.com/shaavan/...

View on GitHub

shaavan created a tag on shaavan/rust-lightning

pr3504.01 - A highly modular Bitcoin Lightning library written in Rust. It's rust-lightning, not Rusty's Lightning!

shaavan created a tag on shaavan/rust-lightning

pr3504.02 - A highly modular Bitcoin Lightning library written in Rust. It's rust-lightning, not Rusty's Lightning!

shaavan pushed 2 commits to i3381a shaavan/rust-lightning
  • Introduce get_and_clear_pending_raa_blockers Note: The `actions_blocking_raa_monitor_updates` list may contain stale... b00376e
  • Introduce RAA Blocker check in Node::drop() 1d95abe

View on GitHub

shaavan pushed 1 commit to main shaavan/code-chronicle

View on GitHub

shaavan pushed 1 commit to main shaavan/code-chronicle

View on GitHub

shaavan pushed 2 commits to main shaavan/code-chronicle
  • Re-structure weekly summary 6f34bec
  • Week 01: 30 Dec 2025 - 03 Jan 2025 dfa1602

View on GitHub

shaavan pushed 1 commit to main shaavan/code-chronicle

View on GitHub

shaavan opened a pull request on lightningdevkit/rust-lightning
Introduce check for dangling RAA blockers in test_utils
Partially addresses #3381 ## Summary This PR addresses the issue of unhandled dangling RAA blockers during testing by introducing a check in Node::Drop(). ## Changes: 1. Added a validatio...
Load more