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.
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
anddestinationAmount
, 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