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

Show withdraws, deposits and channel settlement in history #437

Open
manuelwedler opened this issue May 27, 2020 · 0 comments
Open

Show withdraws, deposits and channel settlement in history #437

manuelwedler opened this issue May 27, 2020 · 0 comments

Comments

@manuelwedler
Copy link
Contributor

manuelwedler commented May 27, 2020

Is your feature request related to a problem? Please describe.
It would be nice if we could show the channel withdraws and deposits in the history. Additionally the settled channels could be shown.

Describe the solution you'd like
The API does not return the past withdraws, deposits and settled channels yet. We would need to add a new endpoint or add it to an existing one. For #418 the easiest would be to have one endpoint with all events that would get displayed in the history.

Describe alternatives you've considered
An alternative would be to fetch the deposit and withdraw events via web3. But this seems redundant to me as the client already fetches the events. Besides it would be quite difficult to merge the withdraw and deposit data with the payment history when we eventually solved #418.

@manuelwedler manuelwedler added this to the Product Backlog milestone May 27, 2020
@manuelwedler manuelwedler changed the title Show withdraws and deposits in history Show withdraws, deposits and channel closings in history Oct 16, 2020
@manuelwedler manuelwedler changed the title Show withdraws, deposits and channel closings in history Show withdraws, deposits and channel settlement in history Oct 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant