Is it enough for the mobile app to have a function in the identity wallet to do this, or does it need a function in something like User or TLNetwork?
How do we want the user to know whether he should update or not (whether he already has the same implementation address on the contract on chain and in the identityWallet of the clientlib)?
We can either make a relay endpoint to ask for the value of identityImplementation for the identity proxy, or we can save the last used value of identity implementation somehow in the app.
Is it enough for the mobile app to have a function in the identity wallet to do this, or does it need a function in something like
User
orTLNetwork
?How do we want the user to know whether he should update or not (whether he already has the same implementation address on the contract on chain and in the identityWallet of the clientlib)? We can either make a relay endpoint to ask for the value of
identityImplementation
for the identity proxy, or we can save the last used value of identity implementation somehow in the app.closes https://github.com/trustlines-network/project/issues/884