Ömer Talha Özdemir
Ömer Talha Özdemir
Deprecated Xpring API had an endpoint `https://xpring.io/api/accounts/` to create accounts on Xpring's side. `ilp-cli testnet setup` command was using this endpoint to create an account and peer with it to...
## Changes proposed in this pull request - Clear config variable names - Fewer environment variables in configs ## Context In my previous pull request, @wilsonianb [suggested](https://github.com/interledger/rafiki/pull/462#discussion_r951603380) that we can...
- https://github.com/interledger/rafiki/pull/681#discussion_r1005652929 - https://github.com/interledger/rafiki/pull/681#discussion_r1005694891
- https://github.com/interledger/rafiki/pull/681#discussion_r1005679678
## Changes proposed in this pull request - `clients` service removed - ~~`clients` service methods moved to `paymentPointer` service.~~ - `paymentPointerKey` service created. - ~~`clientKeys`~~ `paymentPointerKey` updated to work with...
## Changes proposed in this pull request - add `paymentPointerUrl` field to `clients` table. This is temporary as I don't want to break services that use clients, if you have...
Key directory v2 assumes `clientId` as payment pointers, so we can simplify the architecture by removing `clients` service and using payment pointers as clients. Related [pull request]( https://github.com/interledger/rafiki/pull/678#pullrequestreview-1146000539).