interledger-deprecated / tutorials

Interledger tutorials
17 stars 9 forks source link

feat: payment method identifier #21

Closed michielbdejong closed 6 years ago

michielbdejong commented 6 years ago

See also https://github.com/justmoon/koa-ilp/pull/6 and https://github.com/justmoon/superagent-ilp/pull/1

michielbdejong commented 6 years ago

Will merge as soon as the two dependencies have both been merged. We should also update the rfc.

michielbdejong commented 6 years ago

Right, that puts me as a tutorial writer in a difficult position, because now on the one hand I want to describe how the Pay header works according to the discussion that Adrian and others at the IETF are having about it, and on the other hand, I want the code that Ben and Stefan wrote to be usable. if you want to avoid a breaking change then you need to convince the IETF (or Adrian who is the Internet Draft author) that your current implementation is better.

I guess the only diplomatic option now is to describe both in the tutorials, for the time being. I hope that soon either the internet-draft will update to match what is implemented, or the implementation will update to match what was described and submitted to IETF.

michielbdejong commented 6 years ago

Continued in #23.