* Add phony makefile targets in frontend folder
* Make block explorer url depending on network
* Got dynamic block explorer link working for detail page
* Got block explorer link working for ancestor thread squeaks
* Use network to get correct block explorer url in timeline
* Show correct block explorer link in address page
* Update static build
* Fix timestamp in get received payment rpc
* Update static build
* Fix proto numbering of received payment
* Include log line with returned received payments
* Lg the received payments reply
* Lg received payments reply list
* Lg received payments reply list
* Fix received payment component
* Remove log lines from frontend
* Remove log lines for received payment
* Rename received payments to sent offers
* Add received payments table
* Add get received payments rpc method
* Rename old received payment to sent offer in frontend
* Add received payment frontend component
* Improve logging of error in admin web request
* Show received payments in frontend
* Update static build
* Fix sent payments query
* Fixed frontend received payments code
* Update static build
* Remove received payments component
* Fill in received payments component
* Fix receive payments component
* Fix parameter setting in received payments
* Fix showing payment time for received payment
* Show special message for payment time when payment time is null
* Remove old console log lines in payments page
* Add payments page
* Add payments page link to sidebar
* Create sent payment component
* Got sent payments list showing
* Show link to squeak and to lightning node in sent payment
* Fix lightning node pubkey link
* Add link to peer page from sent payment
* Use price_msat for config and internally
* Use price_msat in admin protocol for offer message
* Use price_msat in sent payments table and protocol
* Update frontend to use new protocol with price_msat for offer
* Update static build
* Created squeak detail page
* Add get squeak details rpc method
* Got squeak serialized data to show
* Put style back
* Show raw squeak data in text field
* Show hash in squeak details page
* Include link to zoom in to squeak detail page from squeak page
* Update static build and frontend makefile
* Show alert on payment failure with error message
* Show error alert when open channel fails
* Don't try to handle close channel response because it won't work
* Update static build
* Makerequest function in frontend takes handleError argument
* Add deserializeMsg parameter to handleResponse function
* Update makeRequest function to handle deserialization
* Update requests to handle response better
* Stop showing alert when lndgetinfo fails
* Remove whitelisted attribute, use following to build whitelist
* Fix update whitelist on set profile following method
* Remove whitelist feature toggle from fronted
* Update frontend build
* Rename squeakserver to squeaknode and get itest passing
* Fix itest dockerfile
* Rename more squeakserver to squeaknode
* Rename database from squeakserver to squeaknode
* Update readme
* Remove frontend/build from git
* Rename squeakserver to squeaknode in tox and main