Shashwat Vangani

Results 159 comments of Shashwat Vangani
trafficstars

**Updated from** [pr3639.12](https://github.com/shaavan/rust-lightning/commits/pr3639.12) to [pr3639.13](https://github.com/shaavan/rust-lightning/commits/pr3639.13) ([diff](https://github.com/shaavan/rust-lightning/compare/pr3639.12..pr3639.13)) Addressed @valentinewallace comments Changes: 1. Introduce `create_inbound_payment` in `Flow`, further cleaning-up the `ChannelManager`.

**Updated from** [pr3639.13](https://github.com/shaavan/rust-lightning/commits/pr3639.13) to [pr3639.14](https://github.com/shaavan/rust-lightning/commits/pr3639.14) ([diff](https://github.com/shaavan/rust-lightning/compare/pr3639.13..pr3639.14)) Addressed @valentinewallace comments Changes: 1. Cleaned-up, and corrected code for proper build.

**Updated from** [pr3639.14](https://github.com/shaavan/rust-lightning/commits/pr3639.14) to [pr3639.15](https://github.com/shaavan/rust-lightning/commits/pr3639.15) ([diff](https://github.com/shaavan/rust-lightning/compare/pr3639.14..pr3639.15)) Addressed @TheBlueMatt, @valentinewallace comments Changes: 1. Moved HRNResolver to Flow. 2. Cleaned up functions, and docs

@TheBlueMatt, @valentinewallace, @jkczyz A gentle ping! :)

**Updated from** [pr3639.15](https://github.com/shaavan/rust-lightning/commits/pr3639.15) to [pr3639.16](https://github.com/shaavan/rust-lightning/commits/pr3639.16) ([diff](https://github.com/shaavan/rust-lightning/compare/pr3639.15..pr3639.16)) Addressed @valentinewallace comments Changes: 1. Updated Documentation 2. DRYed code.

**Updated from** [pr3639.16](https://github.com/shaavan/rust-lightning/commits/pr3639.16) to [pr3639.17](https://github.com/shaavan/rust-lightning/commits/pr3639.17) ([diff](https://github.com/shaavan/rust-lightning/compare/pr3639.16..pr3639.17)) Addressed @valentinewallace comments Changes: 1. Removed `new_with_flow` constructor which will be reintroduced in the follow-up. 2. Fix docs. 3. Remove redundant functional arguments. 4....

Updated from [pr3246.01](https://github.com/shaavan/rust-lightning/commits/pr3246.01) to [pr3246.02](https://github.com/shaavan/rust-lightning/commits/pr3246.02) ([diff](https://github.com/shaavan/rust-lightning/compare/pr3246.01..pr3246.02)): Changes: 1. Rebase on main to resolve merge conflicts.

Updated from [pr3246.02](https://github.com/shaavan/rust-lightning/commits/pr3246.02) to [pr3246.03](https://github.com/shaavan/rust-lightning/commits/pr3246.03) ([diff](https://github.com/shaavan/rust-lightning/compare/pr3246.02..pr3246.03)): Changes: 1. Fix docs. 2. Introduce tests for offer and refund with no blinded paths.

Updated from [pr3246.03](https://github.com/shaavan/rust-lightning/commits/pr3246.03) to [pr3246.04](https://github.com/shaavan/rust-lightning/commits/pr3246.04) ([diff](https://github.com/shaavan/rust-lightning/compare/pr3246.03..pr3246.04)): Changes: 1. Rebase on main, to resolve merge conflicts. 2. Fix CI.

Updated from [pr3246.04](https://github.com/shaavan/rust-lightning/commits/pr3246.04) to [pr3246.05](https://github.com/shaavan/rust-lightning/commits/pr3246.05) ([diff](https://github.com/shaavan/rust-lightning/compare/pr3246.04..pr3246.05)): Changes: 1. Rebase on main.