Swap feature is added and deployed in v0.10.2. Currently, it is only visible in dev mode. I will make it available generally (i.e. not just dev mode) in v0.11, after some more extensive internal testing, and issue (1) in the list below is addressed.
Daily limit on the 1wallet contract is not restricting the amount of ONE sent via contract call - including swapping. This means the user (or potentially, an attacker) could circumvent the daily limit mechanisms by swapping all ONEs to tokens, and send the tokens out, while ignoring daily limits on ONEs. This should not be allowed. I will make another majorVersion upgrade (v11) to fix that, before deploying and make Swap available to everyone in production.
Tokens don’t auto transfer to new wallet after upgrade. However, since the new wallet (post-upgrade) can ask the old wallet to transfer the tokens to new wallet, and several functions were designed to do exactly that (partly to deal with this potential pitfall), I decided to leave this problem to be addressed later.
The reason is purchasing or swapping tokens on SushiSwap don't cause the tokens to be "tracked" on 1wallet. Only spending those tokens inside 1wallet would track the tokens on the 1wallet smart contract.
Swap feature is added and deployed in v0.10.2. Currently, it is only visible in dev mode. I will make it available generally (i.e. not just dev mode) in v0.11, after some more extensive internal testing, and issue (1) in the list below is addressed.