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 We have a Revoke button appearing now for every grant in the list, that is finalized. Once you revoke the grant, it dissapears from the list. We would...
## Rafiki: - [ ] Migrate wallet addresses from asset scale 2 to asset scale 9 in current production database - [ ] Accounting related tables should also be migrated...
- [ ] Convert transactions with different asset scales by using Rafiki rate service (leveraging quote) - [ ] All transactions should take virtual balance into account Changes required by...
- [ ] Getting rid of WM tab - every wallet address will be set to scale 9, display all in one tab - [ ] Display as asset scale...
Make sure Onboarding has the new look and feel of the design. https://testnet-mockup.surge.sh/wallet/ https://testnet-mockup.surge.sh/wallet/styleguide/
### Context - fixes #1667 ### Changes This PR adds the script for managed user and customer creation as well as the updated types. ### Note: Still WIP
### Context We need to implement card management in test wallet backend. Card activation will be handled by GateHub and cards will be locked by default. ### Todos Test wallet...
### Context - fixes #1585 - fixes #1610 ### Changes - add rate limiters for sending verify and forgot pass emails - add rate limiters on login attempts
### Context - fixes #1693 ### Changes - added in sandbox mode a dialog to deposit money
### Context Users that sign up should be verified if they are managed and only if that is true they should be allowed to continue the sign up flow. ###...