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

Rename /transfers/* endpoint to /payments/* #2084

Closed
2 of 3 tasks
palango opened this issue Aug 7, 2018 · 1 comment
Closed
2 of 3 tasks

Rename /transfers/* endpoint to /payments/* #2084

palango opened this issue Aug 7, 2018 · 1 comment
Assignees

Comments

@palango
Copy link
Contributor

palango commented Aug 7, 2018

Problem Definition

In Tenerife we decided that a payment is The process of sending tokens from one account to another. May be composed of multiple transfers (Direct or HTL). A payment goes from Initiator to Target.

In #1949 we add a view into the payment history. This issue is to rename the current '/transfers/<hexaddress:token_address>/<hexaddress:target_address>' entpoint.

ToDo:

  • Rename POST '/transfers/<hexaddress:token_address>/<hexaddress:target_address>' to `POST '/payments/hexaddress:token_address/hexaddress:target_address'
  • Update the docs
  • Update the WebUI
@LefterisJP
Copy link
Contributor

In Tenerife we decided that

Please do not mention that as a reason to do anything. I'd rather see links to documentation. I recall that conversation but it's not well documented so I at least added that definition to the glossary: #2095
Note: It's also in the raiden network spec repo.

palango added a commit that referenced this issue Aug 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants