* Use saved clause for squeak_has_secret_key
* Use clause property to filter where squeak has no secret key
* Remove old queries for verifying block headers
* Use properties for query clauses to filter profile has private key
* Use method for squeak age filter clause
* Fix name of filter by squeak newer than method
* Use methods for clauses to filter offers by expired or not
* Use property for clause to filter received offer does not exist
* Delete old commented queires
* Add log line for each subscribed settled invoice
* Log latest settle index before processing received payments
* Add log line for settle index before subscribing invoices
* Use -1 for cleared settle_index
* Revert "Use -1 for cleared settle_index"
This reverts commit 701067c40b.
* No-op commit
* Allow reprocessing the same invoice without duplicate insert of received payment
* Use stopped event to stop processing invoices
* Got itest working with payment processor class
* Use payment processor class in squeak controller constructor
* Add rpc method for reprocess received payments
* Add reprocess received payments button
* Add reprocess received payments to admin web app
* Handle processing received payments subscription rpc better
* Add frontend button to reprocess received payments
* Clear settle indices in reprocess received payments
* Update static build
* Use block range from controller for handle lookup download response
* Use block range in peer controller
* Remove unused get best block height method
* Check uploads for valid block range
* Try changing peer primary key to hash, not done
* Got backend working with peer hash as primary key
* Got frontend working with peer hash as primary key for peer
* Use address as primary key for profile table
* Delete old sql query comments
* Update frontend to use address for profile primary key
* Fix profiles page data table goto action
* Fix usage of get profile by address in remaining frontend
* Refactor navigation functions out of offer detail component
* Remove old commentes
* Fix go to lightning node from offer detail
* Refactor more navigation functions
* Refactor goto function out of create contact profile
* Refactor goto out of create peer dialog
* Refactor goto out of create signing dialog
* Refactor goto out of delete squeak dialog
* Refactor goto out of import signing profile dialog
* Refactor goto out of lightning peer list dialog
* Refactor goto out of make squeak dialog
* Refactor goto out of open channel dialog
* Refactor goto out of pending open channel component
* Refactor goto out of pending received payment component
* Refactor goto out of send bitcoin dialog
* Refactor goto out of sent offer component
* Refactor goto out of sent payment component
* Refactor goto out of squeak detail component
* Refactor goto out of profile detail component
* Refactor goto out of squeak thread item component
* Refactor goto out of payments page
* Refactor goto out of peers page
* Refactor goto out of profile page
* Refactor goto out of squeak page
* Refactor goto out of squeak address page
* Refactor goto out of timeline page
* Refactor reload out of buy dialog
* Refactor reload out of delete peer dialog
* Refactor reload out of delete profile dialog
* Refactor reload out of delete squeak dialog
* Refactor reload out of header
* Refactor reload out of squeak detail component
* Refactor goto out of timeline avatar component
* Refactor reload out of upload image dialog
* Refactor reload out of channel page
* Refactor reload out of lightning node page
* Refactor goto out of profiles page
* Add has peer field to rpc messages with optional peer
* Handle possible missing nested peer in sent payment
* Fix showing offer and payment with no nested peer
* Update static build
* Use nested squeak profile msg inside squeak display entry in rpc proto
* Include author address in squeak display entry msg
* Use nested squeak profile in squeak display message in frontend
* Update static build with nested squeak profile in squeak display msg
* Refactored all components from main into squeaknode class
* Handle squeaknode initialization in constructor
* Got graceful shutdown working
* Use werkzeug for single threaded web server
* Fix import of werkzeug server
* Remove old log line