Shashwat Vangani
Shashwat Vangani
Updated from [pr3246.14](https://github.com/shaavan/rust-lightning/commits/pr3246.14) to [pr3246.15](https://github.com/shaavan/rust-lightning/commits/pr3246.15) ([diff](https://github.com/shaavan/rust-lightning/compare/pr3246.14..pr3246.15)): Changes: 1. Rebase on main, to resolve merge conflicts
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/rust-lightning/compare/pr3246.15..pr3246.16)): Addressed @jkczyz comments: Changes: 1. Introduce `create_{offer, refund}_builder_using_router`, to create blinded paths using custom router.
Updated from [pr3246.16](https://github.com/shaavan/rust-lightning/commits/pr3246.16) to [pr3246.17](https://github.com/shaavan/rust-lightning/commits/pr3246.17) ([diff](https://github.com/shaavan/rust-lightning/compare/pr3246.16..pr3246.17)): ### Changes - Reverted the rebase from #3412. **Reasoning** Since the approach in #3412 is still under discussion, I felt it might be better...
Updated from [pr3246.17](https://github.com/shaavan/rust-lightning/commits/pr3246.17) to [pr3246.18](https://github.com/shaavan/rust-lightning/commits/pr3246.18) ([diff](https://github.com/shaavan/rust-lightning/compare/pr3246.17..pr3246.18)): Addressed @jkczyz comments Changes: 1. Update create_blinded_paths_from_iter() to ignore scid when user wants to create full-length blinded paths. 2. Make `MAX_SHORT_LIVED_RELATIVE_EXPIRY` test only const....
Updated from [pr3246.18](https://github.com/shaavan/rust-lightning/commits/pr3246.18) to [pr3246.19](https://github.com/shaavan/rust-lightning/commits/pr3246.19) ([diff](https://github.com/shaavan/rust-lightning/compare/pr3246.18..pr3246.19)): Addressed @jkczyz comments Changes: - Expanded `NullMessageRouter`, and `CompactMessageRouter` document.
@TheBlueMatt I see the point you're suggesting, Matt, and I agree there’s some convenience in having the router automatically decide the blinded path type based on `Option`. But I think...
Updated from [pr3246.19](https://github.com/shaavan/rust-lightning/commits/pr3246.19) to [pr3246.20](https://github.com/shaavan/rust-lightning/commits/pr3246.20) ([diff](https://github.com/shaavan/rust-lightning/compare/pr3246.19..pr3246.20)): Addressed @TheBlueMatt comments Changes: 1. Update `DefaultMessageRouter` to create Compact `BlindedMessagePath` by default. 2. When a user wants to create full-length blinded path, they...
Updated from [pr3246.20](https://github.com/shaavan/rust-lightning/commits/pr3246.20) to [pr3246.21](https://github.com/shaavan/rust-lightning/commits/pr3246.21) ([diff](https://github.com/shaavan/rust-lightning/compare/pr3246.20..pr3246.21)): Changes: 1. Rebase on main 2. Clean-up commits history and messages. 3. Address other minor nit-changes.
Updated from [pr3246.21](https://github.com/shaavan/rust-lightning/commits/pr3246.21) to [pr3246.22](https://github.com/shaavan/rust-lightning/commits/pr3246.22) ([diff](https://github.com/shaavan/rust-lightning/compare/pr3246.21..pr3246.22)): Addressed @TheBlueMatt and @jkczyz comments Changes: 1. Addressed documentation updates, other nit suggestions.
Updated from [pr3246.22](https://github.com/shaavan/rust-lightning/commits/pr3246.22) to [pr3246.23](https://github.com/shaavan/rust-lightning/commits/pr3246.23) ([diff](https://github.com/shaavan/rust-lightning/compare/pr3246.22..pr3246.23)): Changes: 1. Rebase on main