* 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
* Add sell price setting to db
* Add rpc method for set and get sell price setting
* Fix servicer methods for get and set sell price
* Add settings page in frontend
* Include default sell price in get sell price rpc
* Show sell price in settings page
* Got set sell price working in frontend
* Remove frontend validation of sell price dialog
* Use sell price from settings when determining price
* Add rpc to clear sell price setting
* Add clear sell price to frontend
* Remove unused imports in frontend
* Update frontend build
* Add share_for_free column to peer table in db and to core struct
* Got set share for free toggle working in frontend
* Got share for free working with price zero in controller
* Add twitter stream class
* Got twitter forwarder subscription working
* Add config table in db with twitter bearer token
* Only run forward tweets task when twitter bearer token and twitter handles are not null
* Add twitter page to frontend and add button to set bearer token
* Reload bearer token in ui after setting value
* Add twitter accounts table to db
* Got get twitter accounts request working
* Display twitter account list items in twitter page
* Show twitter accounts in twitter page
* Got create squeak from tweet working
* Update twitter stream upon twitter accounts changes
* Got terminate twitter stream connection working
* Update frontend build
* Remove print statements from itest
* Remove main function from twitter stream module
* Make tweet forwarder worker run as daemon thread
* Use custom config for subscribe tweets retry interval
* Split up and simplify save received squeak method
* Got waiting dialog for download in progress for offers
* Remove old comments from squeak controller
* Fix call increment counter when lookup returns none
* Update frontend build
* Got download in progress dialog working on squeak address page
* Got progresss indicator working for download replies
* Got progresss indicator working for single squeak
* Separate function for hanlde download replies and click
* Run frontend lint
* Update frontend build
* Remove todo
* Update frontend build
* Replace use_tor field with network in peer address
* Got itest passing with network column in db.
* Got frontend working with network (ipv4 or torv3) configurable
* Fix go to peer address page navigation from sent payment and received payment
* Added get default peer port rpc command
* Use default port in connect peer dialog
* Got default port working on create peer dialog
* Got default port working in both connect peer and create peer.
* Remove default peer usage in create peer backend
* Remove default peer handling for connect peer in backend
* Reset port back to empty when use custom is checked or unchecked.
* Added use_tor option to peer address class and grpc message
* Got itest passing without tor
* Got peer connection working in UI with tor toggle
* Able to connect to with and without tor
* Got save peer working with tor and without tor
* Add use_tor field to peer address everywhere.
* Fix usage of useMemo in peer address page
* Other lnd container in docker-compose seems to work
* Add new docker-compose using btcd
* Fix external host config for docker-compose
* Remove btcctl container from docker-compose in docker dir
* Mount btcd rpc certs dir to host dir
* Revert "Mount btcd rpc certs dir to host dir"
This reverts commit a79246fb3c.
* Use bitcoin-core instead of btcd in docker-compose.btcd
* Got squeaknode connection and buy working from host machine to container
* Got host to container connection working in main docker-compose
* Remove old comments from docker-compose
* Make squeaknode container use persistent volume
* Add tor proxy to dockerfile
* Update development doc with containerized squeaknode info
* Remove docker-compose.btcd.yml
* Remove unused configs from docker config.ini
* Add zmq hash block port to docker config.ini