* Rename followed field to following in profile
* Rename shared field to sharing in profile
* Revert changes to icons.js
* Rename following squeaks to followed squeaks
* Fix frontend for renamed get followed request
* Add itests cases for post squeak for success and failutre from non whitelisted key
* Use fixture for saved squeak hash in buy squeak est
* Clean up buy squeak test
* Factor out util functions from itest
* Split up itest into two tests
* Create separate itest for rate limit
* Add itest for reply squeaks and ancestors request
* Add separate itest for create profiles
* Make separate itest for create contact profile
* Use fixtures for stubs in itest
* Use fixtures for all itests
* Use fixture for lightning client
* Add max squeaks per block per address config
* Add rate limiter class
* Check rate limiter in squeaknode before saving squeak
* Got working itest with rate-limited requests
* Add replyto field to squeak display response in rpc method
* Got thread ancestors query working mostyly
* Got thread ancestors query working
* Fix docstring for ancestor query
* Add check for ancestor query to itest
* Make squeak reply action on reply click.
* Successfully open makesqueak dialog from reply button click
* Use repeat and favorite icons
* Able to create makesqueak dialog for reply with the correct reply hash in the dialog
* Show replyto squeak in dialog box for make squeak reply
* Fix conversion of replyto hash string in server
* Close makesqueak dialog after submit
* Fix handling of reply when null
* Add makesqueak dialog component
* Got dialog to open on fab click
* Add handleclose for makesqueak dialog
* Got makesqueak dialog working
* Simplify html for make squeak dialog
* Fix width of signing profile select formcontrol
* Remove makesqueak pagep
* Add SqueakThreadItem componentn and use it in timeline and squeakaddress page
* Use multiline input form for squeak content in makesqueak
* Use character limit maxLength in textfield
* Fix button style in makesqueak page
* Make input text full width in make squeak page
* Add select signing profile to make squeak page
* Fix submit makesqueak button
* Use bytes for all squeak hashes in admin proto
* Use string for squeak_hash grpc fields in admin rpc
* Fix redirect to squeak page from make squeak
* Verfiy block synchronously before returning response in make_squeak