testnet icon indicating copy to clipboard operation
testnet copied to clipboard

An open-source test application that aims to utilize Rafiki's functionalities and demonstrate its advantages in real-world scenarios.

Results 130 testnet issues
Sort by recently updated
recently updated
newest added

### 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) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2freact/18.3.27?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2freact/18.3.25/18.3.27?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ###...

package: wallet/frontend
package: boutique/frontend

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

type: ci

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) | [![age](https://developer.mend.io/api/mc/badges/age/npm/vite/5.4.21?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vite/5.4.20/5.4.21?slim=true)](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) | [![age](https://developer.mend.io/api/mc/badges/age/npm/tailwindcss/4.1.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/tailwindcss/3.4.18/4.1.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ###...

package: wallet/frontend
package: boutique/frontend

### Steps to reproduce 1. Create a grant with these access: ```ts { type: 'quote', actions: ['create'], }, { type: 'outgoing-payment', actions: ['create', 'read'], limits: { debitAmount } } ```...

bug
triage

### 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...

good first issue
hacktoberfest

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

type: documentation
priority: medium