* 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
* 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