Jedrzej Stuczynski
|
9d760a515a
|
Updated sphinx revision
|
2020-01-10 14:42:10 +00:00 |
|
Dave Hrycyszyn
|
26663100b4
|
Removed duplicate build instructions in favour of a pointer to the docs site.
|
2020-01-10 14:41:17 +00:00 |
|
Jedrzej Stuczynski
|
7f6ec5ecdf
|
Merge branch 'develop' into feature/validator_health_checker
|
2020-01-10 14:38:59 +00:00 |
|
Dave Hrycyszyn
|
a58c3dbb25
|
travis: it's no longer necessary to grab Sphinx separately
|
2020-01-10 14:23:34 +00:00 |
|
Dave Hrycyszyn
|
be0616b524
|
cargo: pinning Sphinx to a specific rev to get rid of build flapping
|
2020-01-10 14:23:09 +00:00 |
|
Dave Hrycyszyn
|
92390f9ad7
|
cargo: lockfile change
|
2020-01-10 14:18:19 +00:00 |
|
Dave Hrycyszyn
|
3e9221f6af
|
Merge pull request #48 from nymtech/feature/crypto_crate
Feature/crypto crate
|
2020-01-10 14:16:10 +00:00 |
|
Jedrzej Stuczynski
|
1ad651fe72
|
Updated comments regarding DummyMix pair
|
2020-01-10 14:14:59 +00:00 |
|
Jedrzej Stuczynski
|
e4501852d5
|
Made curve generator private
|
2020-01-10 14:12:29 +00:00 |
|
Jedrzej Stuczynski
|
402b226080
|
Updated depenencies
|
2020-01-10 13:53:10 +00:00 |
|
Jedrzej Stuczynski
|
c772b9a4df
|
Same for request handling + removed dependency on entiry nym-client
|
2020-01-10 13:53:01 +00:00 |
|
Jedrzej Stuczynski
|
95cd4123b5
|
Ibid for provider presence
|
2020-01-10 13:52:38 +00:00 |
|
Jedrzej Stuczynski
|
4164491bc2
|
Provider using new key types
|
2020-01-10 13:52:28 +00:00 |
|
Jedrzej Stuczynski
|
0492a21bcf
|
Easier conversion of keypairs from bytes
|
2020-01-10 13:51:50 +00:00 |
|
Jedrzej Stuczynski
|
50d54d44c7
|
ibid. for sockets
|
2020-01-10 13:51:32 +00:00 |
|
Jedrzej Stuczynski
|
1cc1d2ddf9
|
client init using new key structure
|
2020-01-10 13:51:20 +00:00 |
|
Jedrzej Stuczynski
|
0dda60cd81
|
ibid
|
2020-01-10 13:51:03 +00:00 |
|
Jedrzej Stuczynski
|
114c927028
|
removed identity client crate
|
2020-01-10 13:50:57 +00:00 |
|
Jedrzej Stuczynski
|
e18ed7e0fd
|
More generic client pem store
|
2020-01-10 13:50:47 +00:00 |
|
Jedrzej Stuczynski
|
3e533cdee2
|
ibid for identity keys
|
2020-01-10 13:50:32 +00:00 |
|
Jedrzej Stuczynski
|
6e3b2c36fe
|
encryption keys now need to implement PemStorable
|
2020-01-10 13:49:44 +00:00 |
|
Jedrzej Stuczynski
|
73028f85a9
|
Defined trait for returning key pem type
|
2020-01-10 13:49:00 +00:00 |
|
Jedrzej Stuczynski
|
d0d894a309
|
Implementing said traits on dummy struct using x25519
|
2020-01-10 11:50:48 +00:00 |
|
Jedrzej Stuczynski
|
db92f898d3
|
MixnetIdentity Key traits
|
2020-01-10 11:50:30 +00:00 |
|
Jedrzej Stuczynski
|
740a2fb2ff
|
X25519 impl of said traits
|
2020-01-10 11:50:12 +00:00 |
|
Jedrzej Stuczynski
|
84e34e5490
|
MixnetEncryption Key traits
|
2020-01-10 11:50:03 +00:00 |
|
Jedrzej Stuczynski
|
2a05d77d94
|
Initial crypto crate
|
2020-01-10 11:49:49 +00:00 |
|
Dave Hrycyszyn
|
97d7f6d7cb
|
README: drying up the build and usage instructions a bit
|
2020-01-10 11:35:05 +00:00 |
|
Jedrzej Stuczynski
|
4f23d7e58b
|
Fixed author strings for other common crates
|
2020-01-10 10:09:18 +00:00 |
|
Jedrzej Stuczynski
|
ccf1e6fe1a
|
Fixed root cargo file
|
2020-01-10 10:07:01 +00:00 |
|
Jedrzej Stuczynski
|
7068dc7089
|
Fixed compilation errors due to changes in sphinx crate
|
2020-01-10 10:05:01 +00:00 |
|
Jedrzej Stuczynski
|
7f6f366e51
|
Logic for calculating health
|
2020-01-09 18:01:28 +00:00 |
|
Jedrzej Stuczynski
|
4d997ef03b
|
Using new methods on NodeAddressBytes from sphinx
|
2020-01-09 17:17:50 +00:00 |
|
Jedrzej Stuczynski
|
65042e7210
|
Storing node key as bytes rather than string
|
2020-01-09 16:42:15 +00:00 |
|
Jedrzej Stuczynski
|
89e17b0ffa
|
Added number of test packets to healthcheck config
|
2020-01-09 16:30:56 +00:00 |
|
Jedrzej Stuczynski
|
6e52afef79
|
Method for modyfing node score count of packets sent and received
|
2020-01-09 16:26:01 +00:00 |
|
Jedrzej Stuczynski
|
a37d9aedc4
|
Changed NodeScore constructors
|
2020-01-09 16:24:29 +00:00 |
|
Jedrzej Stuczynski
|
fbd1f05eb9
|
Moved score calculation to HealthCheckResult
|
2020-01-09 16:21:11 +00:00 |
|
Jedrzej Stuczynski
|
3efbea8263
|
error log on failure to format addresses
|
2020-01-09 16:17:47 +00:00 |
|
Jedrzej Stuczynski
|
582c8dbc98
|
Printing formatted zero health node status
|
2020-01-09 16:16:42 +00:00 |
|
Jedrzej Stuczynski
|
1e0d84fb8b
|
Healthcheck getting new topology every run
|
2020-01-09 15:07:23 +00:00 |
|
Jedrzej Stuczynski
|
ca2faf0095
|
Required dependency for ibid.
|
2020-01-09 15:06:59 +00:00 |
|
Jedrzej Stuczynski
|
e0c110ee55
|
Generating all possible paths from topology
|
2020-01-09 15:06:44 +00:00 |
|
Jedrzej Stuczynski
|
db2f803023
|
Making use of the code simplification
|
2020-01-09 15:03:24 +00:00 |
|
Jedrzej Stuczynski
|
d7f444c659
|
simplified mix_route by using the traits
|
2020-01-09 15:02:31 +00:00 |
|
Jedrzej Stuczynski
|
3b7f5c7c68
|
semicolon
|
2020-01-09 15:01:59 +00:00 |
|
Jedrzej Stuczynski
|
3072d56417
|
Into SphinxNode trait for ProviderNode
|
2020-01-09 15:01:41 +00:00 |
|
Jedrzej Stuczynski
|
59bff7a0d5
|
Into SphinxNode trait for MixNode
|
2020-01-09 15:01:27 +00:00 |
|
Jedrzej Stuczynski
|
fadd781fc3
|
comment regarding future work
|
2020-01-09 15:00:24 +00:00 |
|
Jedrzej Stuczynski
|
b5518babac
|
Constructor for directory client config
|
2020-01-09 14:35:41 +00:00 |
|