status-go/server/pairing
Igor Sirotin 168398d7a5
chore: faster TestCommunityOfflineEdit (#4800)
* chore: faster TestCommunityOfflineEdit
* chore: enable debug logs in TestSyncDeviceSuite
2024-02-27 19:38:40 +00:00
..
peers
preflight Fix/timesource offline (#4309) 2023-11-13 14:06:32 -05:00
statecontrol Added functionality to local pairing that makes client calls (more) idempotent 2023-08-21 15:44:32 +01:00
versioning Local Pairing: connection string version 2 with sharing multiple server addresses (#3909) 2023-08-22 19:18:14 +03:00
TODO.MD Added a (rough) roadmap to resolving a number of known issues 2023-08-14 15:10:54 +01:00
certs.go optimised finding server cert (#4148) 2023-10-18 14:17:49 +08:00
certs_test.go
challenge_management.go
client.go local pair: check netIPs if empty before find server cert (#4333) 2023-11-20 13:15:59 +08:00
common.go fix: changes lost while rebasing 2023-08-21 14:45:50 +02:00
components_test.go Local Pairing: connection string version 2 with sharing multiple server addresses (#3909) 2023-08-22 19:18:14 +03:00
config.go chore: pairings file related properties removed from the local pairing 2023-09-13 17:15:32 +02:00
config_test.go
connection.go [CHERRY-PICK] PR#4036 (#4037) 2023-09-20 10:37:51 +01:00
connection_test.go Local Pairing: connection string version 2 with sharing multiple server addresses (#3909) 2023-08-22 19:18:14 +03:00
events.go chore: pairings file related properties removed from the local pairing 2023-09-13 17:15:32 +02:00
handlers.go [#4200] Avoid tx watching for addresses which were not exposed 2023-12-01 12:30:42 +01:00
interfaces.go
payload_encryptor.go
payload_management.go chore: pairings file related properties removed from the local pairing 2023-09-13 17:15:32 +02:00
payload_management_test.go fix: use proper migrations for protocol's test database 2023-10-03 15:11:58 +02:00
payload_mounter.go chore: pairings file related properties removed from the local pairing 2023-09-13 17:15:32 +02:00
payload_receiver.go chore: pairings file related properties removed from the local pairing 2023-09-13 17:15:32 +02:00
peers.go optimised finding server cert (#4148) 2023-10-18 14:17:49 +08:00
raw_message_collector.go
raw_message_handler.go fix: discard backed up messages if `ProcessBackedupMessages` is not set to `true` 2023-07-25 07:50:43 +02:00
server.go [#4200] Avoid tx watching for addresses which were not exposed 2023-12-01 12:30:42 +01:00
server_pairing_test.go Revert "test: bump go-libp2p" 2024-01-18 20:29:33 +00:00
sync_device_test.go chore: faster TestCommunityOfflineEdit (#4800) 2024-02-27 19:38:40 +00:00
utils.go