* Add insert sent payment method
* Delete db container from itest
* Add other container in itest
* Connect to other squeak node in itest
* Use client lightning container for itest to get offers from main node
* Get offers itest working
* Open channel to buy offer in itest
* Successfully pay offer
* Remove old print statements from itest
* Successfully unlock squeak in pay offer method
* Assert that decrypted content is correct in pay offer itest
* Add new tab for peers in wallet page
* Show peers list in peers tabl
* Include address in peer list item
* Go to lightning node page from peers list item click
* Show peer connection status for lightning node
* Add connect peer button to lightning node page
* Add test for connect peer
* Add working test for list peers and connect peer
* Add test for disconnect peer
* Fix sqk dir config
* Fix sqk_dir config
* Successfully connect to sqkserver_other in docker-compose
* Remove unused dialog from lightning node page
* Add receive bitcoin button
* Add new address rpc method
* Successfully show new address in dialog in wallet
* Make address field in new address dialog read only
* Use sqlite for squeak node in docker compose
* Include other sqkserver in docker docker-compose
* Use second instance of squeak node in docker compose
* Remove old log line
* sqlite db engine works in itest
* Remove unused comment
* Use integer for invoice timestamp and invoice expir
* Fix insert offer
* Remove show tables in queries
* Use sqlalchemy for insert peer
* Use sqlalchemy to get peer by id
* Use sqlalchemy for get_peers
* Use sqlalchemy for set peer downloading
* Use sqlalchemy for peer delet
* Use sqlalchemy to insert squeak
* Use sqlalchemy for get squeak
* Use sqlalchemy to get squeak with profile
* Use sqlalchemy to get followed squeaks
* Use sqlalchemy for get squeaks for address
* Use sqlalchemy for get thread ancestor squeaks
* Use sqlalchemy for lookup query
* Use sqlalchemy for lookup squeaks by time
* Use sqlalchemy for lookup squeaks needing offers
* Use sqlalchemy for profile queries
* Use sqlalchemy for profile updates
* Remove log lines from insert squeak
* Use sqlalchemy for get unverified block squeaks
* Use sqlalchemy for insert offer
* Use sqlalchemy for get offer with peer
* Use sqlalchemy to delete expired offers
* Remove import of psycopg2 in db class
* Delete init.sql file
* Use sqlalchemy for create peers table
* Use sqlalchemy to create squeak table
* Add index to squeak table
* Use sqlalchemy fo create profile table
* Use sqlalchemy to create offer table
* Use sqlalchemy to create all tables
* Define tables in db class
* Use momentjs to show relative time for squeak list item components
* Use moment to format time in squeak detail component
* Use momentjs to show relative offer expire time
* Add lightningnode page
* Add tabs to lightning node page
* Show node info for lightning node in node info tab
* Fix style of lightning node page
* Add port number to params for lightning node page