testnet
testnet copied to clipboard
An open-source test application that aims to utilize Rafiki's functionalities and demonstrate its advantages in real-world scenarios.
### Context Allow pre-populating receiver in send money screen from the query params. Makes it easy to share URL with destination incoming payment/receiving wallet address filled in. ### Todos -...
### Context Somtimes we receive `submitted` and `resubmitted` events after the user completes the KYC. ### Todos _TBD_
### Context Rafiki [v2.1.0-beta](https://github.com/interledger/rafiki/releases/tag/v2.1.0-beta) added functionality to of `subject` field in the auth server. To support this functionality, there needs to be changes to the IDP page. Now, when the...
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [@types/react](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react) ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react)) | [`18.3.25` -> `18.3.27`](https://renovatebot.com/diffs/npm/@types%2freact/18.3.25/18.3.27) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ###...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [amannn/action-semantic-pull-request](https://redirect.github.com/amannn/action-semantic-pull-request) | action | major | `v5` -> `v6` | --- ### Release...
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [vite](https://vite.dev) ([source](https://redirect.github.com/vitejs/vite/tree/HEAD/packages/vite)) | [`5.4.20` -> `5.4.21`](https://renovatebot.com/diffs/npm/vite/5.4.20/5.4.21) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | ### GitHub...
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [tailwindcss](https://tailwindcss.com) ([source](https://redirect.github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss)) | [`^3.4.18` -> `^4.1.17`](https://renovatebot.com/diffs/npm/tailwindcss/3.4.18/4.1.17) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ###...
### Steps to reproduce 1. Create a grant with these access: ```ts { type: 'quote', actions: ['create'], }, { type: 'outgoing-payment', actions: ['create', 'read'], limits: { debitAmount } } ```...
### Context Observe how the Transaction list works, on larger display, the list has more details displayed and on mobile, only some details remain. Also the date is the first...
Per Tadej, it is possible to generate an architecture diagram for Test Network using Terraform. Some integrators have requested a reference architecture to help them better plan and design their...