Commit graph

4709 commits

Author SHA1 Message Date
julian
b278f691cc add init function to TorService so the compiled rust lib isn't loaded on instance creation but rather on init being called 2023-09-08 15:44:25 -06:00
sneurlax
95790faf52 toggle useTor pref on text button click in wallet network settings view
and formatting
2023-09-08 16:43:24 -05:00
sneurlax
832bfc08f7 show connecting state 2023-09-08 16:26:43 -05:00
sneurlax
e34df895de add rest of tor status row to wallet network settings view 2023-09-08 16:23:10 -05:00
ryleedavis
f240163a91 WIP: tor http connection 2023-09-08 15:09:59 -06:00
julian
5de7b76131 http headers bugfix 2023-09-08 15:06:57 -06:00
sneurlax
6d24242489 cancel sub on dispose and refactor row 2023-09-08 15:59:29 -05:00
julian
16718fd88d add riverpod provider for HTTP 2023-09-08 14:52:03 -06:00
sneurlax
afcd6d14dc add just one row of the needed tor status network status dialog row 2023-09-08 15:50:25 -05:00
julian
9d6cdfd2c1 Modify HTTP to take in proxy info rather than rely on the tor service singleton 2023-09-08 14:41:39 -06:00
sneurlax
6d0bb27711 add a Tor in use and available test 2023-09-08 15:22:51 -05:00
sneurlax
30c0bd66de Merge remote-tracking branch 'origin/arti' into arti 2023-09-08 14:52:04 -05:00
sneurlax
cea666347f add tests for Tor not in use and useTor but Tor unavailable but killswitch off 2023-09-08 14:51:54 -05:00
sneurlax
941a24a6cc add to killswitch enabled test 2023-09-08 14:51:00 -05:00
sneurlax
4aba0b50fb add to killswitch disabled test 2023-09-08 14:50:43 -05:00
julian
596f917a0f extract desktop tor status button into its own widget and animate it when collapsing/expanding the desktop menu 2023-09-08 13:29:42 -06:00
sneurlax
dea3be904e update killswitch disabled test 2023-09-08 14:14:36 -05:00
julian
cdee218133 mutex release bugfix 2023-09-08 12:59:54 -06:00
julian
2cf5e01d58 json rpc clean up 2023-09-08 12:56:49 -06:00
julian
d4cdbd3455 add and use JsonRpcException exception type 2023-09-08 12:44:34 -06:00
julian
8135079046 access tor service via provider in ui code 2023-09-08 12:43:52 -06:00
julian
03a849d61f use a tor service instance variable to allow using a mocked TorService in testing 2023-09-08 12:32:04 -06:00
sneurlax
6cf88d22b5 fix killswitch enabled test, WIP killswitch disabled test 2023-09-08 12:04:25 -05:00
julian
25bc126cf9 untested extra bool mutex flag 2023-09-08 10:54:31 -06:00
sneurlax
8f0da21d2b WIP killswitch tests 2023-09-08 11:45:07 -05:00
julian
696b8bc8c3 tor connecting mutex 2023-09-08 10:37:50 -06:00
julian
5fcd03413f update mock p2 2023-09-08 10:15:43 -06:00
julian
a97c8ad258 update mock 2023-09-08 10:14:55 -06:00
julian
a97be12f57 update tests 2023-09-08 10:04:56 -06:00
sneurlax
d317bc5e8b implement tor killswitch
comment update
2023-09-08 10:50:50 -05:00
sneurlax
cf27dd9252 remove tor service status getter 2023-09-08 10:30:49 -05:00
Diego Salazar
f6b9548e1d
Bumped version (1.7.20, build 188) 2023-09-08 09:25:58 -06:00
julian
3e9a225470 HTTP basic updates 2023-09-08 09:18:55 -06:00
julian
02ae941a98 Merge remote-tracking branch 'origin_SW/staging' into arti 2023-09-08 07:54:14 -06:00
julian
81bbdb1b62 add a couple notes 2023-09-08 07:53:06 -06:00
julian-CStack
e26b3d1221
Merge pull request #663 from cypherstack/httpsend-error-fix
Fix HTTP send error
2023-09-08 07:28:28 -06:00
julian-CStack
d38d482b87
Merge branch 'staging' into httpsend-error-fix 2023-09-08 07:28:12 -06:00
julian-CStack
81de3afcc5
Merge pull request #661 from cypherstack/ui-fixes
UI fixes
2023-09-08 07:28:00 -06:00
sneurlax
79c1dee7ad hook up existing ui elements to the tor service
and add a status getter to the tor service
2023-09-07 18:28:55 -05:00
sneurlax
5cf202efc0 add a status getter to the tor service and document it 2023-09-07 17:56:48 -05:00
julian
bc25d5b3af WIP stellar memo field on send screens as well as in trade details and exchange flow 2023-09-07 16:41:44 -06:00
sneurlax
6b76696edf package imports 2023-09-07 17:14:50 -05:00
sneurlax
a0491b9d22 move tor_connection_status_changed_event.dart to event_bus global folder 2023-09-07 17:13:27 -05:00
sneurlax
de632023e0 don't enable tor by default 2023-09-07 17:13:04 -05:00
sneurlax
00f8811077 Merge remote-tracking branch 'origin/arti' into arti 2023-09-07 16:27:06 -05:00
sneurlax
2c77ac1b5d fire TorConnectionStatusChangedEvents from tor service
and move tor_service file and unableToConnect->disconnected
2023-09-07 16:27:00 -05:00
ryleedavis
850d0bbfd8 minor text color fix 2023-09-07 15:04:57 -06:00
sneurlax
a8ed46d804 TorSyncStatusEvent->TorConnectionStatusEvent
and rename file
2023-09-07 15:44:53 -05:00
sneurlax
3e36723da3 TorStatusChangedEvent->TorPreferenceChangedEvent 2023-09-07 15:37:23 -05:00
julian
98f3046e04 stellar sync error fix 2023-09-07 14:05:25 -06:00