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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

ILQPv2: Replace ILQP with End-to-End Quoting #309

Closed
wants to merge 4 commits into from
Closed

Commits on Oct 4, 2017

  1. docs(ilqpv2): replace ilqp with end-to-end quoting

    This is an attempt to write up an idea proposed by @justmoon to replace ILQP with an end-to-end quoting protocol. IMHO, @justmoon brilliantly identified that quoting was an application-specific concern that would need to work differently depending on whether you are doing streaming micropayments or individual larger payments. He is due all the credit for having this idea. I take responsibility for any bad or questionable details contained in this proposal.
    
    The protocol described here is implemented in the ILP module here: https://github.com/interledgerjs/ilp/compare/es-e2e-quoting
    It requires one minor change to the JS connector implementation: https://github.com/interledgerjs/ilp-connector/compare/es-e2e-quoting
    emschwartz committed Oct 4, 2017
    Configuration menu
    Copy the full SHA
    9074852 View commit details
    Browse the repository at this point in the history
  2. docs(ilqpv2): use null condition, ILQP/2.0 in data packet

    also include explanation of linear exchange rates
    
    incorporates feedback from @justmoon and @sentientwaffle
    emschwartz committed Oct 4, 2017
    Configuration menu
    Copy the full SHA
    b1682c6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fb3a7f8 View commit details
    Browse the repository at this point in the history
  4. docs(ilqpv2): add explanation for removing fixed fees

    incorporates feedback from @justmoon and @stevenroose
    emschwartz committed Oct 4, 2017
    Configuration menu
    Copy the full SHA
    220ea46 View commit details
    Browse the repository at this point in the history