* Rename get profile by public key method
* Rename get entries by public key method
* Rename download squeaks by public key method
* Rename subscribe entries by public key method
* Got all tests in core dir passing
* Got all tests in db dir passing
* Got tests for admin dir passing
* Got all unit tests passing
* Added migration for squeak table and profile table using new pubkey
* Re-start db migrations with new data-v2.db file
* Fix column type for profile public key
* Got all itests passing
* Log the public key in hex in create contact profile handle fn
* Rename rpc methods to use pubkey instead of address
* Got frontend mostly working with new profile pubkey
* Update frontend to use pubkey instead of address
* Change size of squeak profile detail item
* Update create contact profile dialog to use pubkey
* Update twitter account item to use pubkey
* Include label for pubkey in profile detail item
* Decrease size of profile detail item
* Update frontend build
* Improve logging of requests in handler
* Remove text with count of twitter accounts
* Rephrase text for twitter connections status
* Update frontend build
* Change text for twitter mirroring status
* Update frontend build
* Make start/stop twitter stream thread-safe
* Add rpc for get twitter stream status
* Add get twitter stream status rpc to flask
* Display twitter stream connection status in twitter page
* Fix twitter forwarder task stop
* Update frontend build
* Change text of button for go to peer config
* Got basic saved peer detail component working
* Got toggle saved peer configs dialog working
* Show network, host, and port for saved peer detail component
* Update frontend build
* Improve styles for detail cards
* Update frontend build
* Remove unnecessary peerName state from connect peer dialog
* Fix display of default peer port in connect peer dialog
* Fix display of default peer port in create saved peer dialog
* Fix overlapping value for default port when disabled
* Update frontend build
* Got squeak details dialog working without details rpc request
* Remove get squeak detail from rpc proto
* Update frontend build
* Remove old get squeak detail itest
* Remove unused fixture for squeak detail item
* Show waiting indicator for peers page
* Show waiting indicator for peer page
* Show waiting indicator for peer address page
* Show waiting indicator for payments page
* Update frontend build
* Improve display of waiting indicator for liked page
* Show waiting indicator for initial load
* Use null to represent unloaded state items
* Improve waiting indicators on squeak page
* Improve loading indicator for squeak address page
* Improve waiting indicator for profile page
* Improve waiting indicator for profiles page
* Show waiting indicator for wallet page
* Improve waiting indicator for search page
* Fix issue with empty search input
* Remove unnecessary arg for search function
* Update frontend build