Commit graph

1057 commits

Author SHA1 Message Date
yzernik
81b9bd90c7 Release version 0.1.125 2021-09-06 10:17:55 -07:00
Jonathan Zernik
a57e9942d0
Rename config for zeromq hashblock port (#1209) 2021-09-06 10:17:31 -07:00
yzernik
d1977dbe7b Release version 0.1.124 2021-09-06 09:06:18 -07:00
Jonathan Zernik
6eb0cd0b62
Fix stop all connections on shutdown (#1207)
* Add check for accepting connections in connection manager for clean shutdown

* Make update squeak subscription and update secret key subscription worker threads daemons
2021-09-06 09:05:35 -07:00
yzernik
5d006c90fa Release version 0.1.123 2021-09-06 08:20:28 -07:00
Jonathan Zernik
79ec17c029
Send broadcast request for secret key after save received squeak (#1206)
* Send broadcast request for secret key after save received squeak

* Broadcast request for secret key after saving received squeak
2021-09-06 08:19:31 -07:00
Jonathan Zernik
4aa51a3bd6
Create is subscribed method of peer for checking squeak (#1204) 2021-09-05 20:50:57 -07:00
yzernik
f7daf3bcb2 Release version 0.1.122 2021-09-05 18:24:11 -07:00
Jonathan Zernik
b45a37081f
Include secret key invs in getsqueaks response (#1200)
* Refactor get local squeaks method in peer message handler

* Include invs for secret keys in reply to getsqueaks msg

* Handle invs for secret keys in handle inv method

* Got subscription itest working

* Change log level for new squeak worker and new secret key worker

* Got itest for subscription working even without slowing down mining

* Delete old commented lookup method in controller

* Use constants for inv types in new squeak worker and new secret key worker
2021-09-05 18:22:38 -07:00
Jonathan Zernik
49ed12e84a
Use newer version of squeaklib with new inv struct (#1198)
* Use newer version of squeaklib with new inv struct

* Refactor peer message handler

* Use constants for inv types from new version of squeaklib
2021-09-05 16:19:14 -07:00
Jonathan Zernik
c9b88ffd4a
Send secret key when profile configured to free (#1197)
* Set up itest for sending free secret key

* Got itest working for download and unlock free squeak

* Simplified getting offer or free secret key from controller

* Rename get offer method of controller
2021-09-05 14:38:52 -07:00
Jonathan Zernik
ad52878499
Update frontend build with use custom price (#1196)
* Run frontend lint

* Update frontend build
2021-09-05 12:37:12 -07:00
Jonathan Zernik
76ad744936
Updrage squeaklib to 0.7.1 (#1194)
* 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
2021-09-05 12:30:58 -07:00
yzernik
8c029040bf Release version 0.1.121 2021-09-04 18:32:03 -07:00
Jonathan Zernik
6fd19b5071
Return None from get buy offer when squeak or secret key is missing (#1193) 2021-09-04 18:31:34 -07:00
yzernik
83aaddab23 Release version 0.1.120 2021-09-04 18:07:08 -07:00
Jonathan Zernik
f8ad36d7ef
Remove action bar from squeak detail component when squeak is null (#1191)
* Remove action bar from squeak detail component when squeak is null

* Run frontend lint

* Update frontend build
2021-09-04 18:04:30 -07:00
Jonathan Zernik
b483267bd0
Fix show unknown squeak (#1189)
* Fix show unknown squeak

* Update frontend build
2021-09-04 17:41:15 -07:00
yzernik
09cc5d857b Release version 0.1.119 2021-09-04 17:02:57 -07:00
Jonathan Zernik
26fced200d
Upgrade squeaklib to version 7 (#1188)
* Use newer version of squeaklib with decryption key outside squeak object

* Remove todo comment about clearing decryption key before insert squeak in db
2021-09-04 16:58:33 -07:00
yzernik
2e447cfffe Release version 0.1.118 2021-09-04 13:22:33 -07:00
Jonathan Zernik
6872423e6d
Fix unsubscribe connected peer (#1185)
* Fix unsubscribe connected peer in peer address page

* Run frontend lint

* Update frontend build
2021-09-04 13:20:16 -07:00
yzernik
61d2e9e500 Release version 0.1.117 2021-09-04 12:53:14 -07:00
Jonathan Zernik
f703841885
Fix clear replies from previous page on load squeak page (#1183)
* Fix clear replies from previous page on load squeak page

* Show empty squeak until ancestors finish loading

* Update frontend build
2021-09-04 12:49:37 -07:00
Jonathan Zernik
228d63d792
Update frontend build (#1182) 2021-09-04 12:14:09 -07:00
Jonathan Zernik
dca06a22d1
Fix use effect warning (#1181)
* Fix useeffect warnings for peer address page

* Fix more useeffect warnings

* Fix more warnings

* Fix more warnings

* Run frontend lint

* Fix useeffect warning on timeline page

* Fix useless concat

* Add re-download offers button to buy dialog

* Rename components in buy dialog

* Fix useeffect warnings in squeak page

* Remove unused components in squeak page

* Fix duplicate prop warning in create contact dialog

* Run frontend lint
2021-09-04 12:11:46 -07:00
Jonathan Zernik
8431168e92
Remove unused vars frontend (#1180)
* Remove some unused vars

* Fix image preview alt

* Remove more unused vars

* Remove more unused vars
2021-09-04 10:56:44 -07:00
yzernik
8fd03a0d45 Release version 0.1.116 2021-09-04 09:28:55 -07:00
Jonathan Zernik
038a19856e
Add pagination for likes (#1179)
* 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
2021-09-04 09:27:50 -07:00
Jonathan Zernik
ff90d95234
Update frontend build (#1178) 2021-09-04 08:36:12 -07:00
Jonathan Zernik
47be5c96f9
Use last squeak entry as field in pagination rpc (#1177)
* 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
2021-09-04 08:31:24 -07:00
Jonathan Zernik
cb10b2f6c4
Add pagination for replies (#1174)
* Implement pagination for get reply squeaks

* Got replies pagination working

* Remove log lines from requests js

* Update frontend build
2021-09-03 18:56:14 -07:00
Jonathan Zernik
fd9a75b417
Add pagination to get address squeaks rpc (#1173)
* Add pagination to get address squeaks rpc

* Implement frontend pagination for address squeaks page

* Got pagination working on address squeaks page

* Update frontend build

* Run frontend lint

* Update frontend build
2021-09-03 17:00:38 -07:00
Jonathan Zernik
8f55a3729f
Add order by to lookup db query (#1172) 2021-09-03 15:30:49 -07:00
Jonathan Zernik
13e7dd0226
Only show followed squeaks in timeline (#1171)
* Only show followed squeaks in timeline

* Add rpc method to subscribe timeline squeaks

* Use subscribe new timeline squeaks rpc method in frontend
2021-09-03 14:45:44 -07:00
Jonathan Zernik
2e77b01523
Remove todo comment in unpack offer check squeak hash (#1169) 2021-09-03 10:50:00 -07:00
Jonathan Zernik
408ec42340
Implement download squeaks rpc (#1168)
* Implement download squeaks rpc

* Handle replyto hash in download squeaks method
2021-09-03 10:45:00 -07:00
Jonathan Zernik
21b82bc9a8
Check offer before saving (#1167)
* Simplify saving offer from peer message

* Remove todo for checking offer before saving

* Remove old commented get_offer function
2021-09-03 09:46:32 -07:00
Jonathan Zernik
c59559c1be
Remove todo for loading missing offers (#1166)
* Remove todo comment for loading missing offers

* Simplfy handle inv peer message

* Remove depracated todo from handle peer squeak msg

* Delete old comment for filter known invs method
2021-09-03 09:23:41 -07:00
Jonathan Zernik
aad862dbcb
Remove old commented filter from squeak db (#1164) 2021-09-03 08:27:56 -07:00
Jonathan Zernik
9a7df5a0b7
Remove old comment for old query in squeak db (#1163)
* Remove old comment for old query in squeak db

* Remove more old comments from squeak db
2021-09-03 08:26:38 -07:00
Jonathan Zernik
21efa2d4d9
Simplify handle_getdata in peer message handler (#1161) 2021-09-03 05:49:07 -07:00
Jonathan Zernik
86c0b4ab86
Fix failed user request in dev mode (#1160)
* Fix failed flask user request in dev mode

* Run frontend lint

* Update frontend build
2021-09-03 04:22:44 -07:00
Jonathan Zernik
2f004af883
Remove old call to run flask app comment (#1158) 2021-09-03 03:55:04 -07:00
Jonathan Zernik
755c73a375
Change log level of flask app lines (#1157) 2021-09-03 03:53:02 -07:00
Jonathan Zernik
c33f905ecc
Remove docker link from readme (#1156) 2021-09-02 14:29:38 -07:00
Jonathan Zernik
f5b4005463
Add new doc with dev mode instructions (#1155) 2021-09-02 14:01:13 -07:00
Jonathan Zernik
f9f4a85067
Fix log line for disconnect peer (#1153) 2021-09-02 11:32:36 -07:00
yzernik
ebbbf00999 Release version 0.1.115 2021-09-01 10:44:41 -07:00
Jonathan Zernik
81d5c96a9f
Fix avatar click for unknown address (#1145)
* Fix avatar click for unknown address

* Update frontend build
2021-09-01 10:43:58 -07:00