Given Monero’s anonymity and the media lock out, it would be hard to know how popular Monero is in Russia. Haveno isn’t the best measure of adoption. Perhaps Russians prefer swapping Monero for other easier to acquire crypto on Russia-agnostic DEXes? Remember also Russian citizens are masters of covert communications. Back when computer programs were on cassette tapes a common strategy was to embed programs and documents in the middle of extremely hard to listen to music like high volume death metal or MERZBOW Woodpecker #1. Any guard charged with finding illegal content would have to listen through hours of ear-bleeding and harsh music before they could detect that “something” was being hidden. Perhaps there’s an active trade in the underground market which the average citizen is a part of. Perhaps they have an active independent street exchange as is available in Argentina (from what I know, street vendors tend to give the best rates).
No but it’s a good thing for a few reasons (1) XMR really needs to focus on it’s primary mission. Blockchain based smart contracts make privacy harder. (2) There is no consensus on a good smart contract language is yet, especially for UTXOs so it’s best to wait until a standard emerges (note there are several challengers to EVMs that might yet replace it), (3) Once something is on the public blockchain, it’ll stay forever so it needs to be done right the first time so we need a mature smart contract standard (see previous point), (4) It can be handled by a parallel merge mined chain for added flexibility and experimentation so XMR might never need it, (5) the comining implementation of FCMPs has featurres that will make it easier to do, so any effort spent now will need to be thrown out. (6) Most common smart contracts like automatic payments and smart contracts and payment channels can be done by using time locked XMR and checkpoints (with clear roll back rules) and step signatures. These can be integrated into wallets to run in the background, so it might not even be necessary for most cases to hard code opcodes onto the main block chain. All you need to do is leave your phone on to handle the checkpoints. Atomic swaps and the “Monero Subscriptions Wallet” already prove this is possible. All that’s needed is a more full featured wallet extension library that handles all the typical smart contract cases (i.e. currently there are thousands of smart contracts out there…most are abandoned and only a handful are actually useful. We could implement those).