Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
shaavan created a review on a pull request on lightningdevkit/rust-lightning
LGTM mod testing! 🚀
shaavan created a review on a pull request on lightningdevkit/rust-lightning
LGTM mod testing! 🚀
shaavan pushed 1 commit to main shaavan/code-chronicle
- Log 39: 07 Dec 2024 - Also update the script in Log 38 443fb5f
shaavan created a review on a pull request on lightningdevkit/rust-lightning
LGTM 🚀
shaavan created a review comment on a pull request on lightningdevkit/rust-lightning
here too.
shaavan created a comment on a pull request on lightningdevkit/rust-lightning
**Updated** from [pr3412.05](https://github.com/shaavan/rust-lightning/commits/pr3412.05) to [pr3412.06](https://github.com/shaavan/rust-lightning/commits/pr3412.06) ([diff](https://github.com/shaa...
shaavan pushed 20 commits to offersmessageflow shaavan/rust-lightning
- Introduce `message_received` in Offer/OnionMessageHandler To decouple offers and onion message-related code from `Ch... 6ab481d
- Move `message_received` out of `ChannelMessageHandler` Since `ChannelMessageHandler`'s `message_received` function w... 0091871
- Remove async BOLT12 handling support This commit temporarily removes support for async BOLT12 message handling to en... ef9a502
- Introduce `OffersMessageFlow` This commit introduces a new struct, `OffersMessageFlow`, to extract all offers messag... 20f0054
- Introduce `OffersMessageCommons` Trait and Implementation A new trait, `OffersMessageCommons`, is introduced to enca... ca2804b
- f: Remove redundant function from commons f44efcb
- f: Remove more redundant functions ee25177
- Move OffersMessageCommons to flow.rs f362f79
- Refactor `OffersMessageHandler` Implementation to `OffersMessageFlow` This commit introduces the `OffersMessageHandl... 7ec755a
- Introduce `AnOffersMessageFlow` - This commit introduces a new struct, `AnOffersMessageFlow`, which generically im... 96bda4b
- Move `create_offer_builder` to `OffersMessageFlow` 10cc4a4
- Move create_refund_builder to OffersMessageFlow e7c34cf
- Move pay_for_offer to OffersMessageFlow 48433e6
- Move request_refund_payment to OffersMessageFlow 724c30a
- Move pay_for_offer_human_readable to OffersMessageFlow 92320d4
- Move DNSResolverMessageHandler impl to OffersMessageFlow 20dc922
- Move create_blinded_path_using_absolute_expiry to flow.rs 7b3747c
- Move pending_offers_message to flows.rs 79cfd24
- Move pending_dns_onion_messages to flow.rs 2da16d4
- Move send_payment_for_bolt12_invoice to flow.rs 9d0c511
shaavan created a tag on shaavan/rust-lightning
pr3412.06 - A highly modular Bitcoin Lightning library written in Rust. It's rust-lightning, not Rusty's Lightning!
shaavan created a comment on a pull request on lightningdevkit/rust-lightning
**Updated** from [pr3412.05](https://github.com/shaavan/rust-lightning/commits/pr3412.05) to [pr3412.06](https://github.com/shaavan/rust-lightning/commits/pr3412.06) ([diff](https://github.com/shaa...
shaavan pushed 48 commits to offersmessageflow shaavan/rust-lightning
- Clean channelmonitor.rs code * Replace deprecated `u64::max_value()` * Use `Option::is_some()` * Use `Iterator::any(... 553e6c7
- Fix `ISO 4712` typo to `ISO 4217` fa731ae
- Take circular `GossipVerifier` reference by `Arc` Our current architecture requires `GossipVerifier`'s type signatur... aca3979
- Merge pull request #3433 from andrei-21/fix/iso-typo Fix `ISO 4712` typo to `ISO 4217` 846342e
- Turn `IrrevocablyResolvedHTLC` comment into a Rust comment 8ebda06
- Fix `indexmap` pin as 2.7.0 was just released I heard you like pins, so I pinned you pin so you can pin while you pin. d80d1dd
- Add the ability to fetch a probability from live liquidity bounds We already expose the estimated success probabilit... b1770ba
- Add a fallback-allowed param to historical success prob estimator `historical_estimated_payment_success_probability`... d3efe5c
- Merge pull request #3434 from tnull/2024-12-fix-indexmap-pin Fix `indexmap` pin as 2.7.0 was just released 7cfcb14
- Drop unnecessary elided lifetime name from `get_best_block` .. which recently started to yield a warning on the `bet... 2ca1d8f
- Merge pull request #3420 from TheBlueMatt/2024-11-live-success-prob Add the ability to fetch a probability from live... e1e8ce0
- Merge pull request #3437 from tnull/2024-12-drop-elided-lifetime-name Drop elided lifetime name from `get_best_block` a92084b
- Drop log-limiting features Previously, LDK offered two ways to limit log outputs: filtering during runtime client-si... f6af8e3
- Merge pull request #3431 from tnull/2024-11-drop-logging-features Drop log-limiting features 1386bef
- Merge pull request #3429 from andrei-21/feature/channelmonitor-goodies Clean channelmonitor.rs code 726dd5c
- Remove UserConfig::accept_mpp_keysend This option was added to force users to opt into breaking compat with < 0.0.11... 2e685ff
- Allow manual_div_ceil Until our MSRV reaches 1.73.0, we're gonna need to keep allowing it. 1ff77ae
- Remove blank lines following doc comments 340ef29
- Explicitly specify elided lifetime for LockTestExt b4f21d1
- Merge pull request #3441 from arik-so/2024-12-lint-fixes 797993c
- and 28 more ...
shaavan created a tag on shaavan/rust-lightning
pr3412.06 - A highly modular Bitcoin Lightning library written in Rust. It's rust-lightning, not Rusty's Lightning!
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 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 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 pushed 28 commits to main shaavan/rust-lightning
- Clean channelmonitor.rs code * Replace deprecated `u64::max_value()` * Use `Option::is_some()` * Use `Iterator::any(... 553e6c7
- Fix `ISO 4712` typo to `ISO 4217` fa731ae
- Take circular `GossipVerifier` reference by `Arc` Our current architecture requires `GossipVerifier`'s type signatur... aca3979
- Merge pull request #3433 from andrei-21/fix/iso-typo Fix `ISO 4712` typo to `ISO 4217` 846342e
- Turn `IrrevocablyResolvedHTLC` comment into a Rust comment 8ebda06
- Fix `indexmap` pin as 2.7.0 was just released I heard you like pins, so I pinned you pin so you can pin while you pin. d80d1dd
- Add the ability to fetch a probability from live liquidity bounds We already expose the estimated success probabilit... b1770ba
- Add a fallback-allowed param to historical success prob estimator `historical_estimated_payment_success_probability`... d3efe5c
- Merge pull request #3434 from tnull/2024-12-fix-indexmap-pin Fix `indexmap` pin as 2.7.0 was just released 7cfcb14
- Drop unnecessary elided lifetime name from `get_best_block` .. which recently started to yield a warning on the `bet... 2ca1d8f
- Merge pull request #3420 from TheBlueMatt/2024-11-live-success-prob Add the ability to fetch a probability from live... e1e8ce0
- Merge pull request #3437 from tnull/2024-12-drop-elided-lifetime-name Drop elided lifetime name from `get_best_block` a92084b
- Drop log-limiting features Previously, LDK offered two ways to limit log outputs: filtering during runtime client-si... f6af8e3
- Merge pull request #3431 from tnull/2024-11-drop-logging-features Drop log-limiting features 1386bef
- Merge pull request #3429 from andrei-21/feature/channelmonitor-goodies Clean channelmonitor.rs code 726dd5c
- Remove UserConfig::accept_mpp_keysend This option was added to force users to opt into breaking compat with < 0.0.11... 2e685ff
- Allow manual_div_ceil Until our MSRV reaches 1.73.0, we're gonna need to keep allowing it. 1ff77ae
- Remove blank lines following doc comments 340ef29
- Explicitly specify elided lifetime for LockTestExt b4f21d1
- Merge pull request #3441 from arik-so/2024-12-lint-fixes 797993c
- and 8 more ...
shaavan created a comment on a pull request on lightningdevkit/rust-lightning
**Updated** from [pr3412.04](https://github.com/shaavan/rust-lightning/commits/pr3412.04) to [pr3412.05](https://github.com/shaavan/rust-lightning/commits/pr3412.05) ([diff](https://github.com/shaa...
shaavan pushed 20 commits to offersmessageflow shaavan/rust-lightning
- Introduce `message_received` in Offer/OnionMessageHandler To decouple offers and onion message-related code from `Ch... 7d5b789
- Move `message_received` out of `ChannelMessageHandler` Since `ChannelMessageHandler`'s `message_received` function w... 073b812
- Remove async BOLT12 handling support This commit temporarily removes support for async BOLT12 message handling to en... 3620eb4
- Introduce `OffersMessageFlow` This commit introduces a new struct, `OffersMessageFlow`, to extract all offers messag... 57ba47e
- Introduce `OffersMessageCommons` Trait and Implementation A new trait, `OffersMessageCommons`, is introduced to enca... 2585c0b
- f: Remove redundant function from commons 6e7262f
- f: Remove more redundant functions 833adc6
- Move OffersMessageCommons to flow.rs 7bde348
- Refactor `OffersMessageHandler` Implementation to `OffersMessageFlow` This commit introduces the `OffersMessageHandl... eb1e3bc
- Introduce `AnOffersMessageFlow` - This commit introduces a new struct, `AnOffersMessageFlow`, which generically im... 27ede44
- Move `create_offer_builder` to `OffersMessageFlow` cc926f3
- Move create_refund_builder to OffersMessageFlow 01b6cd3
- Move pay_for_offer to OffersMessageFlow ece36a1
- Move request_refund_payment to OffersMessageFlow 3e68e76
- Move pay_for_offer_human_readable to OffersMessageFlow 17cab06
- Move DNSResolverMessageHandler impl to OffersMessageFlow 039212a
- Move create_blinded_path_using_absolute_expiry to flow.rs 959e748
- Move pending_offers_message to flows.rs 6627c47
- Move pending_dns_onion_messages to flow.rs 5c7e348
- Move send_payment_for_bolt12_invoice to flow.rs c07e7f6
shaavan created a tag on shaavan/rust-lightning
pr3412.05 - A highly modular Bitcoin Lightning library written in Rust. It's rust-lightning, not Rusty's Lightning!
shaavan pushed 18 commits to omf-18 shaavan/rust-lightning
- Remove async BOLT12 handling support This commit temporarily removes support for async BOLT12 message handling to en... 3620eb4
- Introduce `OffersMessageFlow` This commit introduces a new struct, `OffersMessageFlow`, to extract all offers messag... 57ba47e
- Introduce `OffersMessageCommons` Trait and Implementation A new trait, `OffersMessageCommons`, is introduced to enca... 2585c0b
- f: Remove redundant function from commons 6e7262f
- f: Remove more redundant functions 833adc6
- Move OffersMessageCommons to flow.rs 7bde348
- Refactor `OffersMessageHandler` Implementation to `OffersMessageFlow` This commit introduces the `OffersMessageHandl... eb1e3bc
- Introduce `AnOffersMessageFlow` - This commit introduces a new struct, `AnOffersMessageFlow`, which generically im... 27ede44
- Move `create_offer_builder` to `OffersMessageFlow` cc926f3
- Move create_refund_builder to OffersMessageFlow 01b6cd3
- Move pay_for_offer to OffersMessageFlow ece36a1
- Move request_refund_payment to OffersMessageFlow 3e68e76
- Move pay_for_offer_human_readable to OffersMessageFlow 17cab06
- Move DNSResolverMessageHandler impl to OffersMessageFlow 039212a
- Move create_blinded_path_using_absolute_expiry to flow.rs 959e748
- Move pending_offers_message to flows.rs 6627c47
- Move pending_dns_onion_messages to flow.rs 5c7e348
- Move send_payment_for_bolt12_invoice to flow.rs c07e7f6
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 created a branch on shaavan/rust-lightning
omf-18 - A highly modular Bitcoin Lightning library written in Rust. It's rust-lightning, not Rusty's Lightning!
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!