-
Notifications
You must be signed in to change notification settings - Fork 902
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
Support the the filtering option by status in the listpays and listsendpays #4595
Support the the filtering option by status in the listpays and listsendpays #4595
Conversation
bb02f7d
to
fe74e5c
Compare
The GitHub action failure seems unrelated https://github.com/ElementsProject/lightning/runs/2821322348?check_suite_focus=true#step:5:2397 It looks like related to #4551. I retry to be lucky with GitHub actions, lets see 💺 |
c3a4459
to
ff0b93e
Compare
I move it as a draft, we can wait for it the release is around the corner. |
77c48d1
to
aa33880
Compare
a4d0df4
to
5d1e590
Compare
e27cc17
to
baf1f1d
Compare
4166813
to
d2bf904
Compare
34d8d76
to
2073324
Compare
2073324
to
99e5677
Compare
The failure in CI seems to be unrelated. What do you think about the point I want to make an append operation from a default string before making the query. in this way, we have a smaller if-else, but I don't know if it is an antipattern in C |
e143c06
to
7a6817c
Compare
2276cf8
to
5187fac
Compare
b074fd0
to
6038609
Compare
Rebased on top of master, and add missing fix around the code, like formatting fix and doc fixes |
6038609
to
6f5fcaa
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The last commit needs to be removed, since at the raw DB layer we don't have the required context on the schema to even know if the field is nullable in the first place. There are several updates to the lnprototest
submodule which I think are unwranted, could you filter those out?
Otherwise excellent proposal and rework 👍
c2745dd
to
22d728d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are several updates to the lnprototest submodule which I think are unwranted, could you filter those out?
@cdecker I think this message was referring to an old commit, I check the actual file change history and there are no lnprototest changes here, but I remember that I have a bad life some day ago with the lnprototest update.
There is other stuff there I need to do regarding to lnprototest?
8b96161
to
0e7e2bf
Compare
0065464
to
fb1cef4
Compare
Signed-off-by: Vincenzo Palazzo <[email protected]>
Signed-off-by: Vincenzo Palazzo <[email protected]>
Signed-off-by: Vincenzo Palazzo <[email protected]>
Changelog-Added: Support to listpays the status parameter to filter the payments by status. Signed-off-by: Vincenzo Palazzo <[email protected]>
Signed-off-by: Vincenzo Palazzo <[email protected]> Rebase Signed-off-by: Vincenzo Palazzo <[email protected]>
Signed-off-by: Vincenzo Palazzo <[email protected]>
Suggested by @cdecker P.S: Also this include an API refactoring from my previous solution, also this it is suggested by @cdecker. Signed-off-by: Vincenzo Palazzo <[email protected]>
fb1cef4
to
72c13d7
Compare
Ack 72c13d7 |
This is a working in progress feature and it is a proposal to give the user to see the possibility to see the payment filtered by status.
Fixes #4588
Signed-off-by: Vincenzo Palazzo [email protected]