-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: rename payment pointer to wallet address (#288)
- Loading branch information
Showing
19 changed files
with
292 additions
and
278 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
'@interledger/open-payments': major | ||
--- | ||
|
||
BREAKING: Replace 'payment pointer' with 'wallet address' | ||
|
||
Payment pointers refer specifcally to a concept in the Interledger Protocol. Rafiki is set to support multiple payment methods, so 'wallet address' is being used as an Open Payments-specific term whose role may be filled by an Interledger payment pointer. | ||
|
||
To upgrade convert any references to payment pointer(s) like so: | ||
`paymentPointer` -> `walletAddress` | ||
`PaymentPointer` -> `WalletAddress` | ||
`paymentPointers` -> `walletAddresses` | ||
`PaymentPointers` -> `WalletAddresses` | ||
`payment pointer` -> `wallet address` | ||
`Payment Pointer` -> `Wallet Address` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.