* Build mypy files for protos in tox env
* Include mypy check in make test
* Improve building offer from remote peer download
* Remove old methods from peer task
* Rename secret_key
* More work to convert to using PTLC
* Updated most code for PTLC
* More work to use ptlc with secret key
* Got itest passing
* Remove unused import
* Use version 0.5.0 of squeaklib
* Added simple unit test for squeak controller
* Use modular addition subtraction for secret key nonce tweak
* Move util to core folder
* Store secret key as hex in database
* Store nonce as hex in db
* Use default override file for docker-compose testnet
* Add mainnet docker-compose override file
* Put common environment variables in main docker-compose file
* Update readme with instructions for mainnet override
* Check for existing sent offer before sending new offer
* Load offer from saved offer in db
* Include payment request in sent offers table
* Remove old comments
* Organize saving and loading of saved sent offer when sending buyer offer
* Rename squeak node to squeak controller
* Rename SqueakNode class to SqueakController
* Got itest working with refactored squeaknode and squeakcontroller classes
* 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
* Got subscribe invoices worker working
* Improve error message in lnd invoice worker
* Only mark received payments if paid if the invoice is settled
* Check if invoice is settled before marking received payment as paid
* Pass settle index as param to mark paid db method
* Add migration to include settle_index in sent payments table
* Got latest settle index query working, I think
* Only return received payments that are already paid in db query
* Remove unused column from get latest settle index query
* Update static build
* 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