* Add select for signing profile to make squeak page form
* Successfully send makesqueak request from frontend with dropdown select signing profile working
* Handle response when profile or squeak is None
* Fixed props of profiles grid
* Catch exception in queue verifier worker thread
* Create signing profile button in profiles page in frontend
* Use beautify to format profile.js
* Add createsigningprofile page with input form
* Make the input form profile name required
* Handle go to create signing profile page from button click
* Add profile page
* Successfully redirect to profile page after creating profile
* Fetch profile from server in profile page in frontend
* Docker-compose in main docker folder working
* Fix rpc host in start lnd script
* Remove link alias for btcd in btcctl
* Remove docker-compose links alias for btcd in lnd container
* Remove unused open ports in itest docker-compose
* Remove unused environment variabls from itest docker-compose
* Fix port conflicts between itest and docker docker foler docker-compose containers
* Use react material design template for frontend
* Successfully make rpc request inside material design template
* Make rpc request in tables page
* Run react frontend in development mode for now
* successfully get squeaks in tables page
* Use production server in frontend dockerfile
* Update gitignore to ignore generated proto files
* Organize npm package
* Use reactjs for frontend
* Add dependencies from gprc example to react app
* Got admin rpc request working inside react app
* Show message in react app with correct label
* Add envoy proxy
* Add frontend, still not working
* Open port to frontend
* Fix static html page
* Fix url in client js code, but CORS is still blocked
* Successfully make request from browser to sqkserver through proxy
* Expose ports for sqkserver in docker
* Remove unused frontend files
* Remove duplicate envoy config file
* Use helper method to parse squeak entry from db query
* Use helper method to parse squeak profile from query resuly, and use dictionary row results for all query results
* Add btcd credentials and rpc cert to sqkserver configs
* Start the squeak block verifier worker thread on startup
* Btcd request still failing because of cert
* Got btcd client working
* Use valid block hash and height in itest