Closed eightfilms closed 1 year ago
Patch coverage has no change and project coverage change: +0.05
:tada:
Comparison is base (
f9a63ff
) 57.96% compared to head (cd81580
) 58.02%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
Should this be updated as well in a separate PR for consistency?
Yes, it should be updated, but let's change them all in a single PR. i.e. Can you add that to this PR? Thanks!
closes #436
Changes the RPC call to sort from newest to oldest.
While looking into this I realized that
GetOngoing()
also returns swaps sorted from oldest to newest:https://github.com/AthanorLabs/atomic-swap/blob/906a5c69a386448071f048bc05b8b198f779ae9c/rpc/swap.go#L201-L203
Should this be updated as well in a separate PR for consistency?