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

Payment Endpoint not containing token addresses #5589

Closed
manuelwedler opened this issue Jan 7, 2020 · 0 comments · Fixed by #5593
Closed

Payment Endpoint not containing token addresses #5589

manuelwedler opened this issue Jan 7, 2020 · 0 comments · Fixed by #5593
Assignees
Labels
Component / API Issues that relate the the APIs Raiden provides.
Milestone

Comments

@manuelwedler
Copy link
Contributor

Problem Definition

The response of the payments API endpoint does not contain any token address. It is not possible to match a payment event to a token. See this example response:

[{"identifier": "1577096876720", "initiator": "0xb36B19a15E10dF46443BA962FaE413FC680dA977", "amount": "100000000000000", "log_time": "2019-12-23T10:27:59.832000", "event": "EventPaymentReceivedSuccess"}, {"identifier": "1577100288665", "amount": "10000000000", "log_time": "2019-12-23T11:24:51.928000", "target": "0xb36B19a15E10dF46443BA962FaE413FC680dA977", "event": "EventPaymentSentSuccess"}]

We need a field token_address which makes it possible to know which event corresponds to which token.

System Description

Raiden v0.100.5a1.dev1099+g49e2d579e

@manuelwedler manuelwedler added the Component / API Issues that relate the the APIs Raiden provides. label Jan 7, 2020
@Dominik2002 Dominik2002 added this to In progress in Raiden Berlin Sprint Jan 7, 2020
@LefterisJP LefterisJP moved this from In progress to Review in progress in Raiden Berlin Sprint Jan 7, 2020
@Dominik2002 Dominik2002 added this to the Alderaan milestone Jan 7, 2020
Raiden Berlin Sprint automation moved this from Review in progress to Done Jan 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component / API Issues that relate the the APIs Raiden provides.
Projects
Development

Successfully merging a pull request may close this issue.

3 participants