Shashwat Vangani
Shashwat Vangani
Updated from [pr3246.05](https://github.com/shaavan/rust-lightning/commits/pr3246.05) to [pr3246.06](https://github.com/shaavan/rust-lightning/commits/pr3246.06) ([diff](https://github.com/shaavan/rust-lightning/compare/pr3246.05..pr3246.06)): Addressed @jkczyz comments Changes: 1. Removed the global constant PATHS_PLACEHOLDER, and instead use a default constructor, and local DEFAULT_VALUE. 2. Remove the redundant functions...
Updated from [pr3246.06](https://github.com/shaavan/rust-lightning/commits/pr3246.06) to [pr3246.07](https://github.com/shaavan/rust-lightning/commits/pr3246.07) ([diff](https://github.com/shaavan/rust-lightning/compare/pr3246.06..pr3246.07)): Changes: 1. Introduce a new approach using the BlindedPathType enum. 2. The enum allows for the specification of the type of Blinded Path (Compact...
Updated from [pr3246.07](https://github.com/shaavan/rust-lightning/commits/pr3246.07) to [pr3246.08](https://github.com/shaavan/rust-lightning/commits/pr3246.08) ([diff](https://github.com/shaavan/rust-lightning/compare/pr3246.07..pr3246.08)): Changes: 1. Rebase on main to resolve merge conflicts.
Updated from [pr3246.08](https://github.com/shaavan/rust-lightning/commits/pr3246.08) to [pr3246.09](https://github.com/shaavan/rust-lightning/commits/pr3246.09) ([diff](https://github.com/shaavan/rust-lightning/compare/pr3246.08..pr3246.09)): Changes: 1. Rebase on main, and fix ci.
Updated from [pr3246.09](https://github.com/shaavan/rust-lightning/commits/pr3246.09) to [pr3246.10](https://github.com/shaavan/rust-lightning/commits/pr3246.10) ([diff](https://github.com/shaavan/rust-lightning/compare/pr3246.09..pr3246.10)): Addressed @jkczyz comments Changes: 1. Update `BlindedPathType` documentation. 2. Update code to amend all returned paths by `MessageRouter` to offers, and refund 3. DRY...
Updated from [pr3246.10](https://github.com/shaavan/rust-lightning/commits/pr3246.10) to [pr3246.11](https://github.com/shaavan/rust-lightning/commits/pr3246.11) ([diff](https://github.com/shaavan/rust-lightning/compare/pr3246.10..pr3246.11)): Addressed @bluematt & @jkczyz comments Changes: 1. Reverted the "Unified Flow" commits, hence re-introducing the two function flows for blinded path creation. 2. Squashed...
Updated from [pr3246.11](https://github.com/shaavan/rust-lightning/commits/pr3246.11) to [pr3246.12](https://github.com/shaavan/rust-lightning/commits/pr3246.12) ([diff](https://github.com/shaavan/rust-lightning/compare/pr3246.11..pr3246.12)): Changes: 1. Rebase on main to resolve conflicts
Updated from [pr3246.12](https://github.com/shaavan/rust-lightning/commits/pr3246.12) to [pr3246.13](https://github.com/shaavan/rust-lightning/commits/pr3246.13) ([diff](https://github.com/shaavan/rust-lightning/compare/pr3246.12..pr3246.13)): Changes: 1. Rebase on main.
Updated from [pr3246.13](https://github.com/shaavan/rust-lightning/commits/pr3246.13) to [pr3246.14](https://github.com/shaavan/rust-lightning/commits/pr3246.14) ([diff](https://github.com/shaavan/rust-lightning/compare/pr3246.13..pr3246.14)): Changes: 1. Rebase on #3412 2. Introduce the "Router-based" approach. 3. With this a user can either pass the `DefaultMessageRouter`, configured to return a...
@TheBlueMatt, @jkczyz A gentle ping! Would love to get your thoughts on this new approach, when you get a moment! Thanks a lot! :)