* Add pagination to get received payments rpc
* Add pagination to received payments frontend page
* Comment unused method used for streaming in timeline page
* Run frontend lint
* Update frontend build
* Got timeline request using flask endpoint
* Better error handling for javascript requests
* Got all lnd rpc methods working with flask requests
* Use flask endpoints for more rpc methods
* Use flask endpoints for even more rpc methods
* Use flask endpoints for even more rpc methods
* Use flask endpoints for even more rpc methods
* Use flask endpoints for even more rpc methods
* Comment out streaming frontend requests
* Comment out all streaming requests
* Remove grpc web client from requests
* Run frontend lint
* Update frontend build
* Change created time in sent payment to milliseconds integer
* Change time field of sent payment rpc message to ms
* Update frontend for sent payment to get new milliseconds field
* Update frontend build
* Use milliseconds for received offer created time in database
* Use milliseconds for sent offer created time in database
* Change created time to milliseconds for received payment
* Update frontend to use milliseconds for received payment
* Update frontend to use milliseconds for peer and profile in database
* Change created time and liked time to milliseconds for squeak
* Remove use of datetime module from squeak db
* Fix get liked time in milliseconds in frontend
* Update frontend build
* Simplify squeak retention query
* Add pagination to get sent payments rpc method
* Got frontend mostly working for paginating sent payments
* Fix warning for missing arg in load sent payments effect
* Update frontend build
* Add check for accepting connections in connection manager for clean shutdown
* Make update squeak subscription and update secret key subscription worker threads daemons
* Refactor get local squeaks method in peer message handler
* Include invs for secret keys in reply to getsqueaks msg
* Handle invs for secret keys in handle inv method
* Got subscription itest working
* Change log level for new squeak worker and new secret key worker
* Got itest for subscription working even without slowing down mining
* Delete old commented lookup method in controller
* Use constants for inv types in new squeak worker and new secret key worker
* Set up itest for sending free secret key
* Got itest working for download and unlock free squeak
* Simplified getting offer or free secret key from controller
* Rename get offer method of controller
* Updrage squeaklib to 0.7.1
* Add case to handle secret key msg in peer msg handler
* Add fields for custom price and use custom price to profile table
* Got itest working with new profile fields
* Use default values for profile struct constructor
* Fix db migration to use use profile columns
* Got itest passing for set use custom price
* Show custom price or default price in profile page
* Change wording of selling with price in profile page
* Got set use custom price toggle working in configure profile dialog
* Use newer version of squeaklib with decryption key outside squeak object
* Remove todo comment about clearing decryption key before insert squeak in db