* Add pagination to get received payments rpc
* Add pagination to received payments frontend page
* Comment unused method used for streaming in timeline page
* Run frontend lint
* Update frontend build
* Change created time in sent payment to milliseconds integer
* Change time field of sent payment rpc message to ms
* Update frontend for sent payment to get new milliseconds field
* Update frontend build
* Use milliseconds for received offer created time in database
* Use milliseconds for sent offer created time in database
* Change created time to milliseconds for received payment
* Update frontend to use milliseconds for received payment
* Update frontend to use milliseconds for peer and profile in database
* Change created time and liked time to milliseconds for squeak
* Remove use of datetime module from squeak db
* Fix get liked time in milliseconds in frontend
* Update frontend build
* Simplify squeak retention query
* Add pagination to get sent payments rpc method
* Got frontend mostly working for paginating sent payments
* Fix warning for missing arg in load sent payments effect
* Update frontend build
* Updrage squeaklib to 0.7.1
* Add case to handle secret key msg in peer msg handler
* Add fields for custom price and use custom price to profile table
* Got itest working with new profile fields
* Use default values for profile struct constructor
* Fix db migration to use use profile columns
* Got itest passing for set use custom price
* Show custom price or default price in profile page
* Change wording of selling with price in profile page
* Got set use custom price toggle working in configure profile dialog
* Add pagination for get liked entries rpc
* Update rpc proto for pagination for get liked entries
* Got pagination working for likes page
* Update frontend build
* Update timeline to use more efficient pagination rpc with last entry
* Update address squeaks to use more efficient pagination rpc with last entry
* Update reply squeaks to use more efficient pagination rpc with last entry
* Use last_entry as param in get_timeline db query function
* Use last_entry as param in get address squeaks db query function
* Use last_entry as param in get reply squeaks db query function
* Add rpc method to subscribe to new squeaks
* Got floating action button showing for refresh
* Change spacing of refresh button
* Load new squeaks in timeline from rpc subscription
* Got refresh button correctly showing new squeaks from peer
* Got refresh button action working correctly
* Update frontend build
* Got squeak page working without get squeak entry rpc, no streaming yet
* Implement subscribe ancestors
* Got subscribe ancestors working in frontend with download squeak click
* Delete old comments
* Update frontend build
* Remove old log lines
* Implement rpc command for subscribe address squeak entires
* Got subscription working for address squeaks
* Implemented download squeaks for address rpc
* Fix handling new squeak items from subscription appending to state array
* Update frontend build
* Add subscribe received offers rpc
* Change return type for subscribe received offers
* Load received offers in buy dialog without reloading page
* Remove download button from buy offer dialog
* Update frontend build
* Add peer changed listener to peer class
* Add rpc for subscribe peer state
* Got basic connected peer subscription working
* Got basic connected peer subscription working
* Fix multiple yields in single peer subscription handler
* Got subscribe connect peer working pretty well
* Remove old comments from frontend peer address page
* Update frontend build
* Include last msg recv time in connected peer subscription
* Got num sent and received msgs and bytes in peer subscription
* Show peer connection details from subscription
* Update frontend build
* Include key icon in profile list item when signing profile
* Fix event propagation in avatar click
* Show contact and signing profiles in same list
* Update frontend build
* Got tuple comparison for timeline pagination query working
* Include limit parameter in get timeline rpc
* Got view more squeaks frontend button working
* Got basic pagination working
* Include squeak time in display rpc struct
* Got pagination working
* Fix sql query to break ties manually in comparison
* Update frontend build
* Update connect peer and disconnect peer rpc to use peer addrss struct
* Update get connected peer rpc to use peer addrss struct
* Use peer address struct in create saved peer rpc
* Use peer address struct in squeak peer struct
* Use peer address for requests functions in frontend
* Update frontend build
* Delete old offer with peer and sent payment with peer structs
* Use peer_address as field name for all structs
* Use peer address object in proto responses
* Update frontend to use new peer address struct
* Undo change to navigate to peer address page params
* Update frontend build
* Remove peer from sent payment response in backeng
* Got peer address showing in sent payment display in frontend
* Fix display of available offers dropdown in buy dialog
* Update frontend build
* Remove uploading and downloading fields and add autoconnect field in all backend code
* Remove uploading and downloading fields and add autoconnect in frontend
* Update frontend build
* Remove sharing field from all backend code
* Add db migration to remove sharing field
* Remove profile sharing field from frontend
* Update frontend build
* Use host and port for connect_peer rpc command
* Use host and port for disconnect peer command
* Got connect peer dialog frontend working
* Add disconnect peer request frontend function
* Update frontend build
* Got basic tcp connection working
* Got passing itest for open tcp connection
* Got most of protocol working. still need to send offer correctly
* Got offer from peer over tcp connectrion
* Got single squeak download working on tcp connection
* Remove rpc peer client
* Remove old rpc clients
* Remove old squeak client modules
* Got sharesqueaks peer message working
* Remove peer rpc server
* Remove server rpc fixtures
* Remove old itests
* Remove old sync modules
* Run worker background task to keep peers synced
* Add peer connection worker
* Add test for disconnect peer
* Remove old itest util
* Delete old peer rpc client helpers.
* Handle insert duplicate received offer
* Use more specific exception handling for duplicate offer insert
* Add liked column to squeak table
* Add rpc methods for like and unlike
* Fix migration to add liked column
* Got like squeak working
* Set squeak liked without reloading page
* Download squeak button reloads squeak without reloading page
* Use inconbutton for actions in squeak detail component
* Update static build
* 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
* 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