Block a user
Validate aliases, addresses and phone numbers in the send menu
I think phone regex should be check formatting but not specifics; that is, country code should be filtered elsewhere.
Validate aliases, addresses and phone numbers in the send menu
alias is same format as email? May want to have a look at https://emailregex.com/
account-statement
Here we are back to checking menu selectors in the handler code. What functionality is missing to be able to avoid this?
Replace string keys with byte values and constants
Postgres Graceful shutdown issues
First please investigate using cmd/async, if it is using the same requesthandler. that is less complex than external sevice, and could fail in the same manner under the same conditions.