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

Support the the filtering option by status in the listpays and listsendpays #4595

Merged

Commits on Sep 20, 2021

  1. rpc: Integrate the status flow in the listsendpays command

    Signed-off-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>
    vincenzopalazzo authored and cdecker committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    a822fc2 View commit details
    Browse the repository at this point in the history
  2. wallet db: Support the query on database with status and payment hash.

    Signed-off-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>
    vincenzopalazzo authored and cdecker committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    2c74618 View commit details
    Browse the repository at this point in the history
  3. pyln-client: Adding parameter to the listpays rpc method.

    Signed-off-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>
    vincenzopalazzo authored and cdecker committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    3bd58c3 View commit details
    Browse the repository at this point in the history
  4. doc: Update doc with the new parameter supported

    Changelog-Added: Support to listpays the status parameter to filter the payments by status.
    
    Signed-off-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>
    vincenzopalazzo authored and cdecker committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    ded351f View commit details
    Browse the repository at this point in the history
  5. plugin: Adding status to the pay plugin

    Signed-off-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>
    
    Rebase
    
    Signed-off-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>
    vincenzopalazzo authored and cdecker committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    7f1b5cf View commit details
    Browse the repository at this point in the history
  6. review 1/2: Fixed the doc missing details about formatting.

    Signed-off-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>
    vincenzopalazzo authored and cdecker committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    7c07987 View commit details
    Browse the repository at this point in the history
  7. review 2/2: Use generic query to make the code more readable.

    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 <vincenzopalazzodev@gmail.com>
    vincenzopalazzo authored and cdecker committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    72c13d7 View commit details
    Browse the repository at this point in the history