interledger-deprecated / five-bells-shared

Common elements that are shared between Five Bells components
Other
4 stars 5 forks source link

Feat/st ilp packet #142

Closed justmoon closed 8 years ago

justmoon commented 8 years ago

In order to support different types of ledgers, the information that travels with the transfer should be ledger-agnostic. We've identified the minimum set of fields necessary to get the payment to its destination: destinationAccount and destinationAmount, called the ILP packet or ILP header.

This PR changes the format of the transfer memos to include the ILP header instead of the destination_transfer object as before.

Related PRs:

interledger/five-bells-connector#160 interledger/five-bells-notary#65 interledger/five-bells-sender#72

emschwartz commented 8 years ago

LGTM