sanducb
sanducb
### Context - closes #1358 - closes #1357 This PR introduces changes that will allow creation of asset scale 9 wallet addresses by default and all WM accounting logic is...
## 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...
### 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 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. ###...
### Context - fixes # ### Changes
### Context Currently, the assumption on the wallet backend side is that it will receive a cypher containing the encrypted (with a public key owned by the frontend) new pin...
### Context Use [iron-session](https://github.com/vvo/iron-session) to manage a "cards session" which will require a logged in user to periodically reenter the password in order to view card information. ### Todos -...