Evgeny
Evgeny
Thanks a lot for your work! I would really appreciate if you can help me understand how Monero works. I am reading the [the CryptoNote whitepaper](https://www.getmonero.org/resources/research-lab/pubs/whitepaper_annotated.pdf), together with [the comments...
- [x] protocol - [x] server implementation, with/without proxy - [x] client funcs, with/without proxy - [x] server test via protocol, without proxy - [x] server persistence (separate append log)...
Given that under the hood it's just TVar (Maybe a), we could have a faster equivalent of readTVarIO that doesn't do STM transaction accounting. As a side note: the costs...