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

listpays: sort output payments #4518

Merged
merged 4 commits into from
Jun 1, 2021

Commits on May 31, 2021

  1. wallet: sort listsendpays by ID

    Changelog-Changed: JSON: `listsendpays` output is now ordered by `id`.
    nalinbhardwaj authored and rustyrussell committed May 31, 2021
    Configuration menu
    Copy the full SHA
    6eceb67 View commit details
    Browse the repository at this point in the history
  2. plugins/pay: sort output payments in listpays

    Changelog-Changed: `listpays` output is now ordered by the `created_at` timestamp.
    nalinbhardwaj authored and rustyrussell committed May 31, 2021
    Configuration menu
    Copy the full SHA
    1df0adb View commit details
    Browse the repository at this point in the history
  3. pytest: test pay ordering.

    Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
    rustyrussell committed May 31, 2021
    Configuration menu
    Copy the full SHA
    d737fb5 View commit details
    Browse the repository at this point in the history
  4. doc: document ordering of listpays/listsendpays.

    Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
    rustyrussell committed May 31, 2021
    Configuration menu
    Copy the full SHA
    0d62227 View commit details
    Browse the repository at this point in the history