Commit graph

7 commits

Author SHA1 Message Date
Jonathan Zernik
4ca835b2fb
Replace use_tor field with network in peer address (#1558)
* Replace use_tor field with network in peer address

* Got itest passing with network column in db.

* Got frontend working with network (ipv4 or torv3) configurable

* Fix go to peer address page navigation from sent payment and received payment
2021-10-10 21:00:56 -07:00
Jonathan Zernik
12f7b62349
Add toggle for connect with tor (#1550)
* Added use_tor option to peer address class and grpc message

* Got itest passing without tor

* Got peer connection working in UI with tor toggle

* Able to connect to with and without tor

* Got save peer working with tor and without tor

* Add use_tor field to peer address everywhere.

* Fix usage of useMemo in peer address page
2021-10-09 22:26:54 -07:00
Jonathan Zernik
c3f4f80d30
Move set up test socket function to util module (#1510) 2021-10-05 00:39:12 -07:00
Jonathan Zernik
dbb440afea
Simplify unit test for connection manager ignore address for inbound connection (#1509) 2021-10-04 22:15:53 -07:00
Jonathan Zernik
24dc6c7af3
Use context managers to open and close sockets in unit test for squeak node (#1508) 2021-10-04 22:04:57 -07:00
Jonathan Zernik
95d48ca74c
Use thread pool and futures for connection manager unit test (#1506) 2021-10-04 21:35:17 -07:00
Jonathan Zernik
742f524263
Add unit test for network connection using connection manager (#1493) 2021-10-04 00:48:46 -07:00