Jedrzej Stuczynski
|
511ec78b2c
|
Removed resolved comment
|
2020-02-27 14:22:11 +00:00 |
|
Jedrzej Stuczynski
|
c71a1ae71d
|
Changes due to updated sphinx
|
2020-02-27 13:08:25 +00:00 |
|
Jedrzej Stuczynski
|
8c6744dd96
|
Mixes starting with empty list of endpoints
|
2020-02-27 13:07:55 +00:00 |
|
Jedrzej Stuczynski
|
b489d422a2
|
Dynamic list of tcp connections
|
2020-02-27 13:07:41 +00:00 |
|
Jedrzej Stuczynski
|
71c465afd5
|
Updated sphinx rev
|
2020-02-27 12:49:49 +00:00 |
|
Jedrzej Stuczynski
|
c6cceb8d4d
|
Starting and using the forwarding channel
|
2020-02-27 12:20:00 +00:00 |
|
Jedrzej Stuczynski
|
8f48836fd4
|
Full sphinx packet processing
|
2020-02-27 12:19:44 +00:00 |
|
Jedrzej Stuczynski
|
594e42793e
|
Updated client error message
|
2020-02-27 12:19:30 +00:00 |
|
Jedrzej Stuczynski
|
dfb7c82c31
|
Updated mixnode config with forwarding data
|
2020-02-27 12:19:08 +00:00 |
|
Jedrzej Stuczynski
|
1418d068b0
|
Mixnode packet forwarder
|
2020-02-27 12:18:50 +00:00 |
|
Jedrzej Stuczynski
|
8febd59588
|
Changed LocalBoxFuture to BoxFuture in reconnector (adds Send requirement)
|
2020-02-27 12:18:38 +00:00 |
|
Jedrzej Stuczynski
|
0e6d0c5bda
|
Beginning of listener and packet processing refactoring
|
2020-02-26 17:08:06 +00:00 |
|
Jedrzej Stuczynski
|
f297ed7323
|
Refactored mixnode startup and moved a lot of code outside of mod.rs
|
2020-02-26 17:07:45 +00:00 |
|
Jedrzej Stuczynski
|
811e18b36e
|
Refactored how metrics are handled - separate sender, receiver and reporter
|
2020-02-26 17:07:18 +00:00 |
|
Jedrzej Stuczynski
|
d808c9dab4
|
changed presence notifier to return JoinHandle
|
2020-02-26 17:06:47 +00:00 |
|
Jedrzej Stuczynski
|
2eec9dc8a1
|
Required provider adjustments due to previous changes
|
2020-02-26 17:06:17 +00:00 |
|
Jedrzej Stuczynski
|
3f3dfd404c
|
Removed derivation of copy on private keys
|
2020-02-26 17:05:36 +00:00 |
|
Jedrzej Stuczynski
|
e03fd54739
|
Updated sphinx version
|
2020-02-26 17:05:18 +00:00 |
|
Jedrzej Stuczynski
|
f136f8e75a
|
Presence reporter responsible for starting own task
|
2020-02-26 11:31:27 +00:00 |
|
Jedrzej Stuczynski
|
b27ebc3eed
|
Updated travis to run tests in single threaded fashion
|
2020-02-25 16:34:43 +00:00 |
|
Jedrzej Stuczynski
|
732bf7472e
|
Cleaned some imports by moving them to test module
|
2020-02-25 16:05:57 +00:00 |
|
Jedrzej Stuczynski
|
87bbe9c864
|
Remaining lifetime changes required by ibid.
|
2020-02-25 16:04:28 +00:00 |
|
Jedrzej Stuczynski
|
d77f2b20ce
|
Replaced scary looking Pin<Box<dyn Future<Output = ... >>> with LocalBoxFuture<...>
|
2020-02-25 16:01:48 +00:00 |
|
Jedrzej Stuczynski
|
04dec97109
|
Adjusted logging messages
|
2020-02-25 15:57:36 +00:00 |
|
Jedrzej Stuczynski
|
9b81c2eb68
|
Initial version of the reconnecting tcp client
|
2020-02-25 15:54:50 +00:00 |
|
Jedrzej Stuczynski
|
f599502eab
|
log dependency required by ibid.
|
2020-02-24 15:23:52 +00:00 |
|
Jedrzej Stuczynski
|
a5c65b27d9
|
Experimenting with connection reconnector
|
2020-02-24 15:23:29 +00:00 |
|
Jedrzej Stuczynski
|
bd86ef07a9
|
Client is now constructed with a config struct
|
2020-02-21 14:49:57 +00:00 |
|
Jedrzej Stuczynski
|
3f80a00bf1
|
Introduced backoff fields to connection writer
|
2020-02-21 14:49:44 +00:00 |
|
Jedrzej Stuczynski
|
bfad2168b1
|
Maintaining persistent connection to server (no reconnection yet)
|
2020-02-21 14:30:16 +00:00 |
|
Jedrzej Stuczynski
|
d807bcd1ee
|
Created the multi-tcp-client crate
|
2020-02-21 14:29:26 +00:00 |
|
Dave Hrycyszyn
|
9612141129
|
Merge pull request #121 from nymtech/feature/further_clippy_fixes
Feature/further clippy fixes
|
2020-02-19 16:50:12 +00:00 |
|
Jedrzej Stuczynski
|
285e5dc5ec
|
Clippy ignoring new_without_default for MixClient
|
2020-02-19 16:49:31 +00:00 |
|
Jedrzej Stuczynski
|
0928a5aaeb
|
Making clippy nice and happy
|
2020-02-19 16:48:53 +00:00 |
|
Dave Hrycyszyn
|
f2eb52fbcf
|
Merge pull request #120 from nymtech/feature/tokio_tungstenite_dependency_fix
Feature/tokio tungstenite dependency fix
|
2020-02-19 16:25:10 +00:00 |
|
Dave Hrycyszyn
|
aa93e611ee
|
Merge pull request #119 from nymtech/feature/config_files_cleanup
Feature/config files cleanup
|
2020-02-19 16:22:59 +00:00 |
|
Jedrzej Stuczynski
|
b68689dc4b
|
Using proper release version of tokio-tungstenite rather than pointing to specific commit
|
2020-02-19 16:01:39 +00:00 |
|
Jedrzej Stuczynski
|
8229cb2c74
|
Logging message when binding to socket
|
2020-02-19 16:01:07 +00:00 |
|
Jedrzej Stuczynski
|
bdf1e5bef9
|
Fixed further linter warnings
|
2020-02-19 15:47:38 +00:00 |
|
Jedrzej Stuczynski
|
1a8573632f
|
'new_without_default' clippy warnings
|
2020-02-19 15:38:46 +00:00 |
|
Jedrzej Stuczynski
|
a62744a177
|
Fixed clippy warnings
|
2020-02-19 15:33:37 +00:00 |
|
Jedrzej Stuczynski
|
a6c389b5a6
|
Renamed 'average_delay_duration' to just 'average_delay'
|
2020-02-19 15:19:13 +00:00 |
|
Jedrzej Stuczynski
|
f72b456cdd
|
Renamed poisson::sample_from_duration to poisson::sample
|
2020-02-19 15:18:00 +00:00 |
|
Jedrzej Stuczynski
|
6515666b84
|
Removed comments regarding keypair for sfw-provider init
|
2020-02-19 11:41:27 +00:00 |
|
Jedrzej Stuczynski
|
16c92bebdf
|
Removed the fake-news comments
|
2020-02-19 11:37:47 +00:00 |
|
Jedrzej Stuczynski
|
15b626bb6f
|
Removed comments regarding keypair for mixnode init
|
2020-02-19 11:24:36 +00:00 |
|
Dave Hrycyszyn
|
ef4929dacc
|
Fixed banner usage
|
2020-02-17 16:32:46 +00:00 |
|
Dave Hrycyszyn
|
9391e7148a
|
Merge branch 'feature/config_files' into develop
|
2020-02-17 14:56:26 +00:00 |
|
Jedrzej Stuczynski
|
1f06aa2fb9
|
ibid.
|
2020-02-05 16:53:31 +00:00 |
|
Jedrzej Stuczynski
|
800c41ce97
|
Removed unused imports
|
2020-02-05 16:52:17 +00:00 |
|