* Do handshake in connection class, use queue for synchronous connect peer
* Update handshake timer in connection class
* Initialize peer in connection manager
* Remove old comments in peer handler
* Remove unused local_address param from peer handler
* Remove old comment for sleep in itest
* Fix stop waiting indicator after peer connect fail
* Add waiting indicator for lnd node page click connect or disconnect
* Improved lightning page so page doesn't reload on list peers response
* Fix react warning by making listPeers function useCallback
* Run frontend lint
* Update frontend build
* Show waiting indicator in connect peer dialog while waiting
* Update style for connect peer dialog to show waiting indicator in button
* Remove unused import
* Run frontend lint
* Update frontend build
* Remove testing comment from peer handler
* Do handshake in peer handler, not in connection class
* Do handle connection synchronously
* Start connection context manager and handler in separate thread
* Update frontend build
* Got search working in frontend
* Got search bar working
* Make frontent lint
* Remove unused state from search page
* Update frontend build
* Reset search results to empty array on search bar enter
* Make frontent lint
* Update frontend build
* Show external address in dialog on button click and remove from page text
* Run frontend lint
* Remove unused reset fields function
* Update frontend build
* 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
* 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
* 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