* 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
* Configure eslint
* Fix eslint for frontend requests file
* Configure no unused import in eslint
* lint requests frontend file
* Run lint on all pages files
* Run lint on all component files
* Run lint on all remaining source files
* Add makefile target for frontend lint
* Update frontend build
* Use address as primary key for profile table
* Delete old sql query comments
* Update frontend to use address for profile primary key
* Fix profiles page data table goto action
* Fix usage of get profile by address in remaining frontend
* Refactor navigation functions out of offer detail component
* Remove old commentes
* Fix go to lightning node from offer detail
* Refactor more navigation functions
* Refactor goto function out of create contact profile
* Refactor goto out of create peer dialog
* Refactor goto out of create signing dialog
* Refactor goto out of delete squeak dialog
* Refactor goto out of import signing profile dialog
* Refactor goto out of lightning peer list dialog
* Refactor goto out of make squeak dialog
* Refactor goto out of open channel dialog
* Refactor goto out of pending open channel component
* Refactor goto out of pending received payment component
* Refactor goto out of send bitcoin dialog
* Refactor goto out of sent offer component
* Refactor goto out of sent payment component
* Refactor goto out of squeak detail component
* Refactor goto out of profile detail component
* Refactor goto out of squeak thread item component
* Refactor goto out of payments page
* Refactor goto out of peers page
* Refactor goto out of profile page
* Refactor goto out of squeak page
* Refactor goto out of squeak address page
* Refactor goto out of timeline page
* Refactor reload out of buy dialog
* Refactor reload out of delete peer dialog
* Refactor reload out of delete profile dialog
* Refactor reload out of delete squeak dialog
* Refactor reload out of header
* Refactor reload out of squeak detail component
* Refactor goto out of timeline avatar component
* Refactor reload out of upload image dialog
* Refactor reload out of channel page
* Refactor reload out of lightning node page
* Refactor goto out of profiles page