Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
shaavan pushed 7 commits to #1970/custom-tlvs shaavan/rust-lightning
- Enable Custom TLVs for message::ReceiveTlvs - Introduces the ability for users to include custom TLVs within blinded... 80420db
- f: update documentation c17affe
- f: update create_blinded_path to take receive_tlvs 865210e
- Distinguish Between Sender and User Custom TLVs - This update introduces a clear separation between two types of c... 136a558
- f: Improve documentation 7baa1ca
- Add Custom TLVs for `payment::ReceiveTlvs` - Building on the previous commit, this update allows users to include ... 71db3ce
- Test sending, and receiving of user_custom_tlvs 7399605
shaavan created a comment on a pull request on lightningdevkit/rust-lightning
**Updated from** [pr2380.07](https://github.com/shaavan/rust-lightning/commits/pr2830.07) to [pr2830.08](https://github.com/shaavan/rust-lightning/commits/pr2830.08) ([diff](https://github.com/shaa...
shaavan created a tag on shaavan/rust-lightning
pr2830.08 - 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 review comment on a pull request on lightningdevkit/rust-lightning
Update the Payment Tlvs padding to `35 ` [pr3177.26](https://github.com/shaavan/rust-lightning/commits/pr3177.26) Thanks a lot for the discussion and pointers! ✨
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 tag on shaavan/rust-lightning
pr2830.08-1 - 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** [pr2380.06](https://github.com/shaavan/rust-lightning/commits/pr2830.06) to [pr2830.07](https://github.com/shaavan/rust-lightning/commits/pr2830.07) ([diff](https://github.com/shaa...
shaavan created a tag on shaavan/rust-lightning
pr2830.07 - A highly modular Bitcoin Lightning library written in Rust. It's rust-lightning, not Rusty's Lightning!
shaavan pushed 20 commits to main shaavan/rust-lightning
- 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
- Merge pull request #3421 from arik-so/rgs-cache-doc Expand on RGS caching requirements ba3d4ff
shaavan created a comment on a pull request on lightningdevkit/rust-lightning
**Update:** From [pr3177.25](https://github.com/shaavan/rust-lightning/commits/pr3177.25) to [pr3177.26](https://github.com/shaavan/rust-lightning/commits/pr3177.26) ([diff](https://github.com/shaa...
shaavan pushed 2 commits to padding shaavan/rust-lightning
shaavan created a tag on shaavan/rust-lightning
pr3177.26 - 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-13 - 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-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
- Log 23: 19 Nov 2024 - Also fixed "log 22" typos cb1a0be
shaavan created a comment on a pull request on lightningdevkit/rust-lightning
Updated from [pr3412.01](https://github.com/shaavan/rust-lightning/commits/pr3412.01) to [pr3412.02](https://github.com/shaavan/rust-lightning/commits/pr3412.02) ([diff](https://github.com/shaavan/...
shaavan pushed 9 commits to offersmessageflow shaavan/rust-lightning
- Introduce `OffersMessageCommons` Trait and Implementation A new trait, `OffersMessageCommons`, is introduced to enca... 9bd8f9c
- Refactor `OffersMessageHandler` Implementation to `OffersMessageFlow` This commit introduces the `OffersMessageHandl... 57e8ccc
- Update Test Framework This commit introduces `OffersMessageFlow` in `functional_test`, transitioning the source of `... ac95bc0
- Remove `OffersMessageHandler` Implementation for `ChannelManager` With `OffersMessageFlow` now serving as the source... fde5b13
- Introduce `AnOffersMessageFlow` - This commit introduces a new struct, `AnOffersMessageFlow`, which generically im... baee2d5
- Move `create_offer_builder` to `OffersMessageFlow` 9705a65
- Move create_refund_builder to OffersMessageFlow 58b9fd2
- Move pay_for_offer to OffersMessageFlow a59b356
- Move request_refund_payment to OffersMessageFlow e038951
shaavan created a tag on shaavan/rust-lightning
pr3412.01 - A highly modular Bitcoin Lightning library written in Rust. It's rust-lightning, not Rusty's Lightning!