sanducb

Results 12 issues of 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...

type: documentation
package: wallet/frontend
package: wallet/backend
type: test
type: source

## Rafiki: - [ ] Migrate wallet addresses from asset scale 2 to asset scale 9 in current production database - [ ] Accounting related tables should also be migrated...

package: wallet/backend
priority: high

- [ ] Convert transactions with different asset scales by using Rafiki rate service (leveraging quote) - [ ] All transactions should take virtual balance into account Changes required by...

package: wallet/backend
priority: high

- [ ] Getting rid of WM tab - every wallet address will be set to scale 9, display all in one tab - [ ] Display as asset scale...

package: wallet/frontend
priority: high

### Context - fixes #1667 ### Changes This PR adds the script for managed user and customer creation as well as the updated types. ### Note: Still WIP

package: wallet/backend
type: source

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

priority: urgent

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

package: wallet/backend
type: source

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