Jonathan Zernik
dec91ef720
Use ellipsis in payment processor retry log line ( #1319 )
2021-09-17 09:43:38 -07:00
Jonathan Zernik
cafbb392ec
Add type hints for get settle index method ( #1317 )
2021-09-16 16:30:56 -07:00
Jonathan Zernik
25e07848e9
Save extra db query to get squeak in get offer method ( #1316 )
2021-09-16 16:01:46 -07:00
Jonathan Zernik
2f7ae0114d
Use v0.21.1 of bitcoin in local docker ( #1315 )
2021-09-16 15:44:22 -07:00
Jonathan Zernik
c8055d1469
Use v0.22.0-beta of btcd for itest ( #1314 )
2021-09-16 15:34:55 -07:00
Jonathan Zernik
6c4feb8802
Pin squeaklib and python-bitcoinlib in requirements ( #1313 )
2021-09-16 15:25:20 -07:00
yzernik
e4e58fe6d6
Pin all dependencies in requirements-itest.txt
2021-09-16 14:59:04 -07:00
yzernik
02793b834b
Pin all dependencies in requirements-dev.txt
2021-09-16 14:51:31 -07:00
Jonathan Zernik
3c181371e6
Pin more requirements ( #1311 )
...
* Pinned all dependencies in requirements.txt
* Remove argparse from requirements
2021-09-16 14:41:31 -07:00
Jonathan Zernik
4320c44f7c
Pin versions of mypy and protobuf with tests passing ( #1310 )
2021-09-16 14:14:31 -07:00
Jonathan Zernik
2ca8317403
Got itest working with LND v0.13.1-beta ( #1307 )
2021-09-16 10:39:59 -07:00
Jonathan Zernik
1b30626471
Add separate check_squeak method to squeak_core ( #1306 )
2021-09-16 10:27:53 -07:00
Jonathan Zernik
6684f2e332
Fail gracefully and return None on failure to create offer ( #1305 )
2021-09-16 10:14:52 -07:00
Jonathan Zernik
73b36ebb33
Fix sent payment display ( #1303 )
...
* Fix duplicate text in sent payment display
* Update frontend build
2021-09-16 09:41:49 -07:00
Jonathan Zernik
b765ba0014
Fix search click with same text ( #1301 )
...
* Fix handle submit search with same text as current page
* Update frontend build
2021-09-16 09:19:50 -07:00
Jonathan Zernik
6173826cac
Make search bar open always ( #1300 )
...
* Make search input in header always open
* Make isSearchOpen a const
* Update frontend build
2021-09-16 09:06:35 -07:00
Jonathan Zernik
c6a1f2caaf
Fix setting state for frontend search page on new query ( #1299 )
...
* Fix setting state for frontend search page on new query
* Make frontent lint
* Update frontend build
2021-09-16 08:52:33 -07:00
Jonathan Zernik
eb17d4cc0f
Rephrase line in readme ( #1296 )
2021-09-15 19:15:54 -07:00
Jonathan Zernik
489f173516
Include zeromq hashblock port in example config ( #1295 )
2021-09-15 19:13:34 -07:00
Jonathan Zernik
8c6dce3498
Remove sleep from start script ( #1294 )
2021-09-15 19:02:17 -07:00
Jonathan Zernik
d9f86b2fb6
Add search page ( #1293 )
...
* Got search working in frontend
* Got search bar working
* Make frontent lint
* Remove unused state from search page
* Update frontend build
* Reset search results to empty array on search bar enter
* Make frontent lint
* Update frontend build
2021-09-15 18:21:05 -07:00
Jonathan Zernik
047c3a7d67
Use localhost in readme config example ( #1291 )
2021-09-14 23:32:25 -07:00
Jonathan Zernik
daa1c2d62c
Add readme link to protocol doc ( #1290 )
2021-09-14 22:56:54 -07:00
Jonathan Zernik
be1ab4c79e
Update config.ini in docker directory ( #1289 )
...
* Update config.ini in docker directory
* Update config.ini in readme
* Use mainnet configs for readme
2021-09-14 22:53:07 -07:00
Jonathan Zernik
38a7a1af87
Got itest working for text search ( #1287 )
...
* Got itest working for text search
* Use util function to get search results in itest
2021-09-14 20:47:11 -07:00
Jonathan Zernik
b8eb5fbdd8
Don't do any action on receive addr msg ( #1285 )
2021-09-14 09:37:48 -07:00
Jonathan Zernik
17c83817bc
Use iterator instead of queue for get next received msg ( #1284 )
...
* Use iterator instead of queue for get next received msg
* Return at end of iteration of received msgs iterator
2021-09-14 08:40:10 -07:00
Jonathan Zernik
ffd3cdee48
Show connect peer failure in frontend ( #1282 )
...
* Show error in frontend on connect peer failure
* Update frontend build
2021-09-13 19:29:00 -07:00
Jonathan Zernik
220007e5ca
Show error on connect failure ( #1281 )
...
* Run connect peer method in peer client synchronously
* Got itest working for failed connect peer command
2021-09-13 18:56:58 -07:00
yzernik
9acdfd334e
Release version 0.1.152
2021-09-10 14:24:28 -07:00
Jonathan Zernik
647d83f1c7
Disable peer gossip addrs ( #1273 )
2021-09-10 14:23:54 -07:00
yzernik
51fa5c6138
Release version 0.1.151
2021-09-10 10:52:34 -07:00
Jonathan Zernik
6d5aca872f
Get default login username from url query param ( #1272 )
2021-09-10 10:48:19 -07:00
yzernik
cd740635b8
Release version 0.1.150
2021-09-10 10:18:43 -07:00
Jonathan Zernik
24414ee6ce
Add finally block after connection to stop peer ( #1271 )
2021-09-10 10:14:36 -07:00
yzernik
bb4b66817a
Release version 0.1.149
2021-09-10 10:06:15 -07:00
Jonathan Zernik
c969586b08
Revert "Catch exception and shutdown peer in handshake fail ( #1269 )" ( #1270 )
...
This reverts commit c2a3ea3ca4 .
2021-09-10 10:05:25 -07:00
yzernik
f6f76f371d
Release version 0.1.148
2021-09-10 09:43:05 -07:00
Jonathan Zernik
c2a3ea3ca4
Catch exception and shutdown peer in handshake fail ( #1269 )
...
* Catch exception and shutdown peer in handshake fail
* Don't raise exception on remove peer when doesn't exist
2021-09-10 09:42:05 -07:00
yzernik
11ce7c275f
Release version 0.1.147
2021-09-10 07:47:42 -07:00
Jonathan Zernik
127af61648
Show alert on create contact error ( #1267 )
...
* Fix handleErr callback in create contact request function
* Fix handleErr callback in more request functions
* Update frontend build
2021-09-10 07:46:42 -07:00
yzernik
abbf6f66fc
Release version 0.1.146
2021-09-09 23:57:12 -07:00
Jonathan Zernik
0e88a11312
Remove long log lines in check price function ( #1266 )
2021-09-09 23:56:09 -07:00
yzernik
179c5fda0f
Release version 0.1.145
2021-09-09 23:33:15 -07:00
Jonathan Zernik
6393489fc1
Delete migrations and start fresh ( #1264 )
...
* Set up initialize all migration
* Delete tzdatetime class
2021-09-09 23:32:25 -07:00
yzernik
221f25f373
Release version 0.1.144
2021-09-09 22:42:15 -07:00
Jonathan Zernik
599e83937a
Fix get error message to display for failed payment ( #1263 )
...
* Fix get error message to display for failed payment
* Update frontend build
2021-09-09 22:41:35 -07:00
yzernik
6c1fbf67a2
Release version 0.1.143
2021-09-09 22:11:27 -07:00
Jonathan Zernik
259a712dd5
Show waiting indicator on peers page ( #1262 )
...
* Show waiting indicator on peers page for both tabs
* Run frontend lint
* Update frontend build
2021-09-09 22:10:37 -07:00
yzernik
fb55bfdd09
Release version 0.1.142
2021-09-09 21:38:57 -07:00