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 |
|
Jędrzej Stuczyński
|
cd28f8051b
|
Merge pull request #43 from nymtech/feature/chill-log-messages
Feature/chill log messages
|
2020-01-09 13:15:47 +00:00 |
|
Dave Hrycyszyn
|
4966d8ecef
|
Update README.md
|
2020-01-09 12:36:18 +00:00 |
|
Dave Hrycyszyn
|
3b7d22e675
|
clients: set up a logger to chill out output
|
2020-01-09 12:30:35 +00:00 |
|
Jędrzej Stuczyński
|
6ceec8e737
|
Merge pull request #42 from nymtech/feature/improve-pemstore-errors
persistence: improving PEM file reading and parsing failure messages
|
2020-01-09 12:27:55 +00:00 |
|
Dave Hrycyszyn
|
077c59f761
|
sfw-provider: moving test filesystem output to /tmp
|
2020-01-09 11:39:56 +00:00 |
|
Dave Hrycyszyn
|
fd9829bedd
|
persistence: improving PEM file reading and parsing failure messages
|
2020-01-09 10:48:36 +00:00 |
|
Jędrzej Stuczyński
|
1d79c43782
|
Merge pull request #39 from nymtech/feature/remove-run
Removing the run command from code and documentation
|
2020-01-09 10:18:51 +00:00 |
|
Dave Hrycyszyn
|
c029117674
|
Merge branch 'develop' into feature/remove-run
|
2020-01-09 10:03:55 +00:00 |
|
Jędrzej Stuczyński
|
ac78e160df
|
Merge pull request #41 from nymtech/feature/better-error-message-for-bad-topology
Providing a nicer error than "failed on unwrap()" when topology retri…
|
2020-01-09 10:01:58 +00:00 |
|
Jędrzej Stuczyński
|
eb75362307
|
Merge pull request #40 from nymtech/feature/provider-banner
Prettying up sfw-provider start sequence a bit.
|
2020-01-09 10:01:28 +00:00 |
|
Dave Hrycyszyn
|
6c3e7b6256
|
nym-client: taking run right out of circulation
|
2020-01-08 19:33:14 +00:00 |
|
Dave Hrycyszyn
|
7a3d61374f
|
Providing a nicer error than "failed on unwrap()" when topology retrieval fails
|
2020-01-08 18:53:12 +00:00 |
|
Dave Hrycyszyn
|
ec78c45ea0
|
Prettying up sfw-provider start sequence a bit.
|
2020-01-08 18:32:41 +00:00 |
|
Dave Hrycyszyn
|
1337f93c33
|
Removing the run command from code and documentation
|
2020-01-08 18:00:07 +00:00 |
|
Jedrzej Stuczynski
|
1f3875f39c
|
Using ibid. in client code
|
2020-01-08 17:17:25 +00:00 |
|
Jedrzej Stuczynski
|
f735befd52
|
Create 'route_to' function
|
2020-01-08 17:17:10 +00:00 |
|
Jedrzej Stuczynski
|
2a9e21538f
|
Moved make layered topology to separate function + validation
|
2020-01-08 17:16:26 +00:00 |
|
Jedrzej Stuczynski
|
8ac1e58ef6
|
Fixed teammate's typo :)
|
2020-01-08 17:15:09 +00:00 |
|
Jedrzej Stuczynski
|
c97b1b5edf
|
Merge branch 'develop' into feature/validator_health_checker
|
2020-01-08 16:41:13 +00:00 |
|
Dave Hrycyszyn
|
e773b251b9
|
Fixed tests.
|
2020-01-08 16:33:12 +00:00 |
|
Dave Hrycyszyn
|
9c8347aa72
|
Fixing compilation to handle new provider listener split fields
|
2020-01-08 16:25:16 +00:00 |
|
Dave Hrycyszyn
|
fcaa23fd77
|
Re-arranged client directories
|
2020-01-08 16:22:03 +00:00 |
|