Stateless messenger
Replace original messenger with stateless messenger
Add benchmark for loading messages
Add new message event after msg was persisted
Request history chat by chat otherwise it doesn't worko
Db and stream tests
Move flag parsing higher
Fix linter and test
Use sqlite in protocol
Use timestamps the same way as in original code and make chat moke to return hash
Use sqlite db in console application
Database encrypted with a user address, derived from public key of the user.
Pub key is hashed and last 20 bytes are used as an adress.
Replace gen.sh with makefile gen-migrations
Fix db references
Ensure directory is created