Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Renepay refactors and cleanups #6538

Merged
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
2e1d6c3
renepay: remove unused all_flows field.
rustyrussell Aug 9, 2023
8c0e4fe
renepay: remove attempt limit.
rustyrussell Aug 9, 2023
9fe203e
renepay: fix localmods.
rustyrussell Aug 9, 2023
70042fe
renepay: use more formal allocator pattern.
rustyrussell Aug 10, 2023
52260c6
renepay: move list_node to first member of struct payment.
rustyrussell Aug 10, 2023
dccf487
renepay: make memleak simpler.
rustyrussell Aug 10, 2023
698f415
renepay: merge `struct renepay` and `struct payment` into one.
rustyrussell Aug 10, 2023
fa90e58
renepay: get max group_id in single iteration.
rustyrussell Aug 10, 2023
2b813ac
renepay: simplify JSON handling.
rustyrussell Aug 10, 2023
775cebc
renepay: simplify JSON handling in notification_sendpay_success.
rustyrussell Aug 10, 2023
0fb46e1
renepay: don't re-parse bolt11 to get routehints.
rustyrussell Aug 10, 2023
e1da480
renepay: put the entire hash in the key struct.
rustyrussell Aug 10, 2023
149057f
renepay: remove unused result member.
rustyrussell Aug 10, 2023
99f331e
renepay: remove always-true "first_time" and "unlikely_ok" flags.
rustyrussell Aug 10, 2023
c358b56
renepay: fix up handling of errors from final node.
rustyrussell Aug 10, 2023
e4b386f
renepay: make pay_plugin a tal object.
rustyrussell Aug 10, 2023
8cdef9a
renepay: grab update from WIRE_TEMPORARY_CHANNEL_FAILURE if present.
rustyrussell Aug 10, 2023
a578732
renepay: drive *all* progress from termination of struct pay_flow.
rustyrussell Aug 10, 2023
d4ea3da
renepay: add dummy pf_resuly type to ensure we deal with the flow.
rustyrussell Aug 10, 2023
07d78c9
renepay: do less work in destroy_pay_flow, and reorder pay_flow.c
rustyrussell Aug 10, 2023
a64a6ba
renepay: trivial cleanup to rename `flow` to `pf` everywhere.
rustyrussell Aug 10, 2023
4f25609
renepay: add command notifications
rustyrussell Aug 10, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading