Commit graph

637 commits

Author SHA1 Message Date
Jonathan Zernik
f74de4147b
Show squeak details inside dialog (#692) 2021-01-25 10:54:37 -08:00
yzernik
cf657d8f72 Release version 0.1.25 2021-01-25 01:13:13 -08:00
Jonathan Zernik
5d452a70af
Update static build for buy dialog (#691) 2021-01-25 01:12:41 -08:00
yzernik
8152a0b4af Release version 0.1.24 2021-01-25 01:04:30 -08:00
Jonathan Zernik
0703d280b0
Use dialog for buy offer (#690)
* Use dialog for buy offer

* Remove expire timestamp epoch time from display
2021-01-25 01:03:28 -08:00
Jonathan Zernik
487447d048
Remove unused fields in admin rpc (#686)
* Remove unused fields in admin rpc

* Update static build
2021-01-24 18:28:04 -08:00
Jonathan Zernik
af7de6483a
Add rename peer rpc method (#683)
* Add rename peer rpc method

* Add web endpoint for rename peer
2021-01-24 17:41:53 -08:00
Jonathan Zernik
83c0b295e9
Add rename profile rpc method (#682)
* Add rpc method to rename profile

* Add web endpoint for rename profile
2021-01-24 16:53:09 -08:00
Jonathan Zernik
f2a6cd7e66
Add type hints squeak db (#680)
* Add types for squeak profile queries

* Use type hints for sent and received payments

* Use type hint for sent payment with peer

* Use type hint for sent payment

* Use type hint for offer with peer

* Fix method name for parse received offer with peer

* Fix method name for parse received offer

* Use type hint for squeak peer db query

* Use type hint for squeak entry

* Add more type hints to squeak db
2021-01-24 00:45:09 -08:00
Jonathan Zernik
4ef08e6568
Add type hints for squeak entry db queries (#679) 2021-01-23 23:04:56 -08:00
Jonathan Zernik
dc1c5033e3
Update static build fix error alerts (#678) 2021-01-23 21:28:20 -08:00
azernik
0c6a7603c0
correctly show alerts for errors from dialogs (#677) 2021-01-23 21:20:42 -08:00
yzernik
303e420c5f Release version 0.1.23 2021-01-22 22:12:44 -08:00
Jonathan Zernik
edc2d4175b
Fix sync single squeak (#676) 2021-01-22 22:00:20 -08:00
yzernik
636405b91e Release version 0.1.22 2021-01-22 18:43:04 -08:00
Jonathan Zernik
dbff72ec57
Add replies display rpc method (#674)
* Add get replies display entries rpc method

* Add assertion for get replies test case

* Show replies in squeak page

* Show replies in frontend
2021-01-22 18:32:05 -08:00
yzernik
040d581b44 Release version 0.1.21 2021-01-21 22:31:59 -08:00
Jonathan Zernik
0bb54f1958
Use time_s for payment times (#673)
* Use time_s for payment times

* Update static build
2021-01-21 22:21:38 -08:00
Jonathan Zernik
cca3ae8232
Improve unpack offer function (#672) 2021-01-21 21:24:33 -08:00
Jonathan Zernik
d2c20fbc40
Update valid field for sent payment (#671) 2021-01-21 20:51:28 -08:00
Jonathan Zernik
5d31ca3689
Add valid column to sent payment table (#670)
* Add valid column to sent payment table

* Show valid field in sent payments frontend
2021-01-21 20:18:04 -08:00
Jonathan Zernik
29d34daa46
Add instructions for umbrel install (#669)
* Add instructions for umbrel install

* Fix doc heading for umbrel section

* Add line spacing to intro doc

* Add numbering to install steps for umbrel
2021-01-20 23:54:58 -08:00
yzernik
48b17fdc3c Release version 0.1.20 2021-01-20 22:35:52 -08:00
Jonathan Zernik
9b97c1f183
Fix upload sync (#668)
* Add log line to debug upload sync

* Add more logging

* Uploaded squeak must also unlock

* Add more logging for unlock uploaded squeak

* Fix logging for uploaded squeak

* Remove block range params from upload timeline sync

* Fix params for peer controller upload method
2021-01-20 22:34:41 -08:00
yzernik
e842829f77 Release version 0.1.19 2021-01-20 12:53:06 -08:00
Jonathan Zernik
65d547b3a1
Update static build for import signing profile (#667) 2021-01-20 12:48:13 -08:00
Jonathan Zernik
dc04f75160
Add import signing profile (#666)
* Add rpc method to import signing profile

* Got import signing profile working
2021-01-20 12:44:04 -08:00
Jonathan Zernik
a08631e478
Update static build for export private key (#665) 2021-01-20 11:45:56 -08:00
Jonathan Zernik
4b0f3bc637
Add rpc method to get private key (#664)
* Add rpc method to get private key

* Add export private key to frontend
2021-01-20 11:41:02 -08:00
yzernik
c624ca2460 Release version 0.1.18 2021-01-19 20:04:43 -08:00
Jonathan Zernik
93af8e9818
Add send bitcoin dialog (#663)
* Add send coins dialog

* Fix send bitcoin dialog

* Send bitcoin dialog disable amount when sendall checked

* Update static build
2021-01-19 20:04:08 -08:00
Jonathan Zernik
6044cb9e04
Fix module name for peer connection (#662) 2021-01-14 22:35:48 -08:00
Jonathan Zernik
c0363897cb
Rename peer connection class (#661) 2021-01-14 22:22:45 -08:00
Jonathan Zernik
8cf4293d66
Add lnd send coins to admin rpc (#654)
* Add lnd send coins to admin rpc

* Add flask endpoint for lnd sendcoins
2021-01-14 22:02:52 -08:00
Jonathan Zernik
4ad3232325
Rename get post squeak rpc methods (#659)
* Rename download squeak rpc method

* Fix name of upload squeak rpc method

* Rename download squeak rpc method

* Rename download offer peer rpc method

* Fix comments in peer rpc server proto

* Rename methods in peer client.
2021-01-14 21:32:55 -08:00
Jonathan Zernik
1d4baaa5fa
Redo peer protocol (#658)
* Add lookup squeaks to download peer rpc method

* Added peer rpc method for lookup squeaks to upload

* Got itest passing with new peer rpc

* Fix upload lookup method in peer server servicer
2021-01-14 20:38:38 -08:00
yzernik
a11174a69d Release version 0.1.17 2021-01-14 14:03:05 -08:00
Jonathan Zernik
9ac450683e
Add mainnet config.ini file (#652) 2021-01-14 10:25:37 -08:00
Jonathan Zernik
a815fac5c9
Include satperbyte in open channel dialog (#650)
* Include satperbyte in open channel dialog

* Improve tx details

* Update static build
2021-01-14 09:07:27 -08:00
Jonathan Zernik
bf0729220a
Fix mainnet override for docker compose (#649) 2021-01-13 22:32:08 -08:00
yzernik
702f825c9c Release version 0.1.16 2021-01-13 21:27:19 -08:00
Jonathan Zernik
4893b23f73
Fix name of get offer method of peer client (#647) 2021-01-13 21:16:45 -08:00
Jonathan Zernik
cb9cf31b04
Simplify peer controller logic (#646)
* Simplify peer controller logic

* Remove unnecessary helper methods from peer controller
2021-01-13 21:08:16 -08:00
Jonathan Zernik
464a660ee2
Remove old peer connection param (#645) 2021-01-13 20:21:19 -08:00
Jonathan Zernik
c832f2515a
Fix upload single squeak method and improve loggin (#644) 2021-01-13 20:00:24 -08:00
Jonathan Zernik
5ffd1c04eb
Filter local db lookup by allowed hashes before upload (#643)
* Filter local db lookup by allowed hashes before upload

* Simplified checking uploads for allowed whitelist
2021-01-13 19:16:43 -08:00
Jonathan Zernik
8a4c038007
Rename sync modules (#642)
* Rename modules in sync folder

* Rename modules in sync folder
2021-01-13 18:37:51 -08:00
Jonathan Zernik
c73b681422
Removed peer connection class (#641) 2021-01-13 18:08:45 -08:00
Jonathan Zernik
6bef275057
Fix get peers to sync in network synv (#640) 2021-01-13 17:50:54 -08:00
Jonathan Zernik
41278868bd
Create base class network sync (#639)
* itest passing with refactored peer sync

* Fix query for downloading peers

* Delete old network sync

* Revert "Delete old network sync"

This reverts commit 91d5620129.

* Delete old network sync
2021-01-13 17:41:50 -08:00