- Extracted utility function to generate RawDeviceList from given list of devices and current timestamp.
- Created a function to create and sign initial device list - it creates a singleton array [primaryDeviceID], then signs via Olm.
- Called the function in registerWalletUser and registerPasswordUser functions of identityClient
Depends on D12066