Ecosyste.ms: Timeline

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

shaavan

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 pushed 1 commit to main shaavan/code-chronicle

View on GitHub

shaavan pushed 1 commit to main shaavan/code-chronicle
  • Week-48: 25 - 30 Nov 2024 - Also fix title heading of previous week logs b8017de

View on GitHub

shaavan pushed 1 commit to main shaavan/code-chronicle

View on GitHub

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

View on GitHub

shaavan pushed 44 commits to offersmessageflow shaavan/rust-lightning
  • Stop sending `channel_update` in onion failures Per <https://github.com/lightning/bolts/pull/1173>. Fixes #3277 9e30f25
  • Add dual-funding spec links 899d5f5
  • Remove dual_funding cfg attributes We'll only gate public API related to contributing toward an inbound or opening a... 7e23afc
  • Add interactive tx constructor to all V2-related channel structs Here we add the `interactive_tx_constructor` field ... bb81598
  • Remove unused `Channel::dual_funding_channel_context` For now this is unneeded as we do not provide any inputs as ch... b0dc394
  • Add features in InteractiveTxConstructor requried for V2 chan accept 1. InteractiveTxConstructorArgs is introduced t... f71bbb9
  • Implement support for accepting V2 channels 24ba584
  • Introduce InteractiveTxSigningSession for signing interactively constructed txs 684b3b7
  • Handle initial commitment_signed for V2 channels 982e25d
  • Handle re-establishment next_funding_txid c79b49d
  • Add `option_dual_fund` feature f793bf8
  • Temporarily allow some unused dual-funding code c3896b5
  • Add manual testing for accepting dual-funded channels 2deb41a
  • Fix docs to indicate OpenChannelRequest is NOT persisted across restarts c762c6b
  • Remove unused muts in channel tests 85d58ba
  • Add pending release notes for accepting dual-funded channels dd190ae
  • Merge pull request #3137 from dunxen/2024-06-non-public-API-v2-channels Implement accepting dual-funded channels wit... 0c31021
  • Document RGS timestamp usage. f6a9078
  • Merge pull request #3419 from arik-so/rgs-timestamp-docs Document RGS timestamp usage 2d6720e
  • Expand on RGS caching requirements 144340b
  • and 24 more ...

View on GitHub

shaavan pushed 18 commits to omf-16 shaavan/rust-lightning
  • Fixup: Fix linting issues 0e06f43
  • Introduce `message_received` in Offer/OnionMessageHandler To decouple offers and onion message-related code from `Ch... 63d60cc
  • Move `message_received` out of `ChannelMessageHandler` Since `ChannelMessageHandler`'s `message_received` function w... 2b29075
  • Introduce `OffersMessageFlow` This commit introduces a new struct, `OffersMessageFlow`, to extract all offers messag... 1d7c50d
  • Introduce `OffersMessageCommons` Trait and Implementation A new trait, `OffersMessageCommons`, is introduced to enca... 837538e
  • Refactor `OffersMessageHandler` Implementation to `OffersMessageFlow` This commit introduces the `OffersMessageHandl... b5698d9
  • Introduce `AnOffersMessageFlow` - This commit introduces a new struct, `AnOffersMessageFlow`, which generically im... 08989ab
  • Move `create_offer_builder` to `OffersMessageFlow` 0d24573
  • Move create_refund_builder to OffersMessageFlow 592a4c2
  • Move pay_for_offer to OffersMessageFlow 66640cb
  • Move request_refund_payment to OffersMessageFlow dc7f355
  • Move pay_for_offer_human_readable to OffersMessageFlow bbe104f
  • Move DNSResolverMessageHandler impl to OffersMessageFlow 7b23df1
  • Move pay_for_offer_intern to flow.rs 05ba9d7
  • Move create_blinded_path_using_absolute_expiry to flow.rs cb5d6d1
  • Move pending_offers_message to flows.rs 003a409
  • Move pending_dns_onion_messages to flow.rs e15d10a
  • Move send_payment_for_bolt12_invoice to flow.rs d5c244a

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

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

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 deleted a branch shaavan/rust-lightning

ci

shaavan pushed 1 commit to main shaavan/code-chronicle

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 comment on a pull request on lightningdevkit/rust-lightning
Updated from [pr3412.02](https://github.com/shaavan/rust-lightning/commits/pr3412.02) to [pr3412.03](https://github.com/shaavan/rust-lightning/commits/pr3412.03) ([diff](https://github.com/shaavan/...

View on GitHub

shaavan pushed 17 commits to offersmessageflow shaavan/rust-lightning
  • Introduce `message_received` in Offer/OnionMessageHandler To decouple offers and onion message-related code from `Ch... ed437cd
  • Move `message_received` out of `ChannelMessageHandler` Since `ChannelMessageHandler`'s `message_received` function w... f0c395c
  • Introduce `OffersMessageFlow` This commit introduces a new struct, `OffersMessageFlow`, to extract all offers messag... cbb18e9
  • Introduce `OffersMessageCommons` Trait and Implementation A new trait, `OffersMessageCommons`, is introduced to enca... d643681
  • Refactor `OffersMessageHandler` Implementation to `OffersMessageFlow` This commit introduces the `OffersMessageHandl... d7610e9
  • Introduce `AnOffersMessageFlow` - This commit introduces a new struct, `AnOffersMessageFlow`, which generically im... 25e861f
  • Move `create_offer_builder` to `OffersMessageFlow` 3173487
  • Move create_refund_builder to OffersMessageFlow 4f95892
  • Move pay_for_offer to OffersMessageFlow ad529d2
  • Move request_refund_payment to OffersMessageFlow 609f0fb
  • Move pay_for_offer_human_readable to OffersMessageFlow d7f14fc
  • Move DNSResolverMessageHandler impl to OffersMessageFlow 5ff7db6
  • Move pay_for_offer_intern to flow.rs d1446f9
  • Move create_blinded_path_using_absolute_expiry to flow.rs 40ebff2
  • Move pending_offers_message to flows.rs c7ee105
  • Move pending_dns_onion_messages to flow.rs 0e01bd3
  • Move send_payment_for_bolt12_invoice to flow.rs e1c3863

View on GitHub

shaavan created a tag on shaavan/rust-lightning

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

shaavan pushed 11 commits to omf-15 shaavan/rust-lightning
  • Move `create_offer_builder` to `OffersMessageFlow` 3173487
  • Move create_refund_builder to OffersMessageFlow 4f95892
  • Move pay_for_offer to OffersMessageFlow ad529d2
  • Move request_refund_payment to OffersMessageFlow e64da92
  • Move pay_for_offer_human_readable to OffersMessageFlow 6a440e2
  • Move DNSResolverMessageHandler impl to OffersMessageFlow 9acd237
  • Move pay_for_offer_intern to flow.rs c5e8a3a
  • Move create_blinded_path_using_absolute_expiry to flow.rs 3ab7a19
  • Move pending_offers_message to flows.rs dd4864d
  • Move pending_dns_onion_messages to flow.rs 089dde2
  • Move send_payment_for_bolt12_invoice to flow.rs 3ddaa6a

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

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

shaavan pushed 6 commits to main shaavan/rust-lightning
  • Stop sending `channel_update` in onion failures Per <https://github.com/lightning/bolts/pull/1173>. Fixes #3277 9e30f25
  • Remove next_funding_txid tlv from channel read/write We want to remove this before release so that we can work on a ... 7177acb
  • Correct return value for apply_post_close_monitor_update A recent change accidentally inverted the returned monitor ... 857d363
  • Merge pull request #3426 from morehouse/correct_return_value Correct return value for `apply_post_close_monitor_update` ff36405
  • Merge pull request #3345 from tankyleo/onion-channel-updates Stop sending `channel_update` in onion failures 70ace81
  • Merge pull request #3417 from dunxen/2024-11-removenextfundingtxidpersist Remove `next_funding_txid` tlv from `Chann... 12920d8

View on GitHub

shaavan pushed 15 commits to omf-15 shaavan/rust-lightning
  • Introduce `OffersMessageFlow` This commit introduces a new struct, `OffersMessageFlow`, to extract all offers messag... cbb18e9
  • Introduce `OffersMessageCommons` Trait and Implementation A new trait, `OffersMessageCommons`, is introduced to enca... d643681
  • Refactor `OffersMessageHandler` Implementation to `OffersMessageFlow` This commit introduces the `OffersMessageHandl... d7610e9
  • Introduce `AnOffersMessageFlow` - This commit introduces a new struct, `AnOffersMessageFlow`, which generically im... 25e861f
  • Move `create_offer_builder` to `OffersMessageFlow` 03bcdf7
  • Move create_refund_builder to OffersMessageFlow f6e11e3
  • Move pay_for_offer to OffersMessageFlow 0a30343
  • Move request_refund_payment to OffersMessageFlow bfdff1e
  • Move pay_for_offer_human_readable to OffersMessageFlow 8860015
  • Move DNSResolverMessageHandler impl to OffersMessageFlow 10bf381
  • Move pay_for_offer_intern to flow.rs 5c14a50
  • Move create_blinded_path_using_absolute_expiry to flow.rs 4ecd8e1
  • Move pending_offers_message to flows.rs 48ae408
  • Move pending_dns_onion_messages to flow.rs c1ee69a
  • Move send_payment_for_bolt12_invoice to flow.rs 8cd1d3f

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

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

Load more