* 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
* Add pagination for get liked entries rpc
* Update rpc proto for pagination for get liked entries
* Got pagination working for likes page
* Update frontend build
* Update timeline to use more efficient pagination rpc with last entry
* Update address squeaks to use more efficient pagination rpc with last entry
* Update reply squeaks to use more efficient pagination rpc with last entry
* Use last_entry as param in get_timeline db query function
* Use last_entry as param in get address squeaks db query function
* Use last_entry as param in get reply squeaks db query function
* Remove todo comment for loading missing offers
* Simplfy handle inv peer message
* Remove depracated todo from handle peer squeak msg
* Delete old comment for filter known invs method