Jedrzej Stuczynski
|
3e40d90b72
|
Restored commented tests
|
2020-01-28 12:26:46 +00:00 |
|
Jedrzej Stuczynski
|
8731934f46
|
Fixed semver version compatibility
|
2020-01-28 12:26:24 +00:00 |
|
Jedrzej Stuczynski
|
a9ad990452
|
Missing cargo.toml changes
|
2020-01-27 17:11:09 +00:00 |
|
Jedrzej Stuczynski
|
c662dad57f
|
Healthchecker getting keypair from outside rather than generating new one every run
|
2020-01-27 17:10:29 +00:00 |
|
Jedrzej Stuczynski
|
4ace90ad8b
|
Clone requirement on identity keys + 'derive address' method on public key
|
2020-01-27 17:08:50 +00:00 |
|
Jedrzej Stuczynski
|
6168cb7276
|
Decreased logging severity for failing to close read tcp socket
|
2020-01-27 17:08:12 +00:00 |
|
Dave Hrycyszyn
|
e5580df77b
|
directory-client: removed premature equality check which caused a lock update problem
|
2020-01-27 14:59:56 +00:00 |
|
Dave Hrycyszyn
|
a55b87809e
|
encoding: updating all remaining usages of base64 to base58
|
2020-01-27 12:10:18 +00:00 |
|
Dave Hrycyszyn
|
b009eb0a4d
|
ibid
|
2020-01-27 12:09:50 +00:00 |
|
Dave Hrycyszyn
|
416e1f19e0
|
cargo: updating sphinx to latest pinned version
|
2020-01-27 12:09:39 +00:00 |
|
Dave Hrycyszyn
|
398fa5c643
|
Merge branch 'develop' into feature/base58
|
2020-01-24 16:40:32 +00:00 |
|
Dave Hrycyszyn
|
d71d2effe6
|
topology: removing base64 crate
|
2020-01-24 16:29:41 +00:00 |
|
Dave Hrycyszyn
|
80537045b4
|
directory-client: fullpath on std::io::Error needed for some reason
|
2020-01-24 16:22:44 +00:00 |
|
Dave Hrycyszyn
|
8cf37e10ce
|
directory-client: removing unused imports
|
2020-01-24 16:21:23 +00:00 |
|
Dave Hrycyszyn
|
a1af0b9345
|
directory-client: ripped presence apart a bit
|
2020-01-24 16:18:22 +00:00 |
|
Dave Hrycyszyn
|
d6ce495e08
|
git: ignoring local dictionary
|
2020-01-24 15:42:27 +00:00 |
|
Dave Hrycyszyn
|
0e85f6de0f
|
topology: using base58 for decoding keys
|
2020-01-24 15:39:27 +00:00 |
|
Jedrzej Stuczynski
|
1b787c94bf
|
Removed unwrap/expect calls wherever feasible and introduced Result types where appropriate
|
2020-01-24 15:31:40 +00:00 |
|
Dave Hrycyszyn
|
a4ead85a01
|
topology: added bs58 crate
|
2020-01-24 15:11:16 +00:00 |
|
Dave Hrycyszyn
|
0fee2b0ceb
|
Merge branch 'develop' into feature/base58
|
2020-01-24 15:05:34 +00:00 |
|
Jedrzej Stuczynski
|
ce56b525bb
|
socket_address_from_encoded_bytes returning Result
|
2020-01-24 14:12:07 +00:00 |
|
Dave Hrycyszyn
|
f5bbfa8975
|
cargo: updating all crates to use newest Sphinx
|
2020-01-24 13:17:15 +00:00 |
|
Dave Hrycyszyn
|
9dbe74bdb1
|
topology: renamed filter trait
|
2020-01-24 12:48:46 +00:00 |
|
Dave Hrycyszyn
|
6e676fc1e4
|
ibid
|
2020-01-24 12:38:55 +00:00 |
|
Dave Hrycyszyn
|
94314e332d
|
sphinx: restoring commit version
|
2020-01-24 12:36:57 +00:00 |
|
Dave Hrycyszyn
|
383539bd25
|
Merge branch 'develop' into feature/version-filtering-improvements
|
2020-01-24 12:24:33 +00:00 |
|
Dave Hrycyszyn
|
772d428158
|
version-checker: toughened up on version parsing panics
|
2020-01-24 12:02:01 +00:00 |
|
Dave Hrycyszyn
|
1579aa58d5
|
version checker: renamed is_compatible() to is_minor_version_compatible()
|
2020-01-24 11:53:27 +00:00 |
|
Dave Hrycyszyn
|
5e22d3e9a9
|
topology: get_version() is now version()
|
2020-01-24 11:48:03 +00:00 |
|
Dave Hrycyszyn
|
6e03375ec7
|
topology: moved filtering into its own home
|
2020-01-24 11:47:41 +00:00 |
|
Dave Hrycyszyn
|
4c44df46f8
|
topology: removing unused PhantomData import
|
2020-01-24 11:19:09 +00:00 |
|
Dave Hrycyszyn
|
af1cdccda2
|
Using the new topology filter
|
2020-01-24 11:09:36 +00:00 |
|
Dave Hrycyszyn
|
4cb1719ee4
|
Back to compiling after some self-experimentation and learning...
|
2020-01-24 11:03:02 +00:00 |
|
Jedrzej Stuczynski
|
143d45904c
|
missing import
|
2020-01-23 17:19:40 +00:00 |
|
Jedrzej Stuczynski
|
4a2eab76e7
|
Decreased log severity for failing to send test packet during healthcheck
|
2020-01-23 17:19:08 +00:00 |
|
Jedrzej Stuczynski
|
6348f9e2e1
|
Merge branch 'develop' into feature/refreshing_topology
|
2020-01-23 17:00:11 +00:00 |
|
Jedrzej Stuczynski
|
52272d6119
|
Added restriction on NymTopology to require Debug and Send + Sync
|
2020-01-23 16:53:30 +00:00 |
|
Jedrzej Stuczynski
|
e5b3a29c5f
|
Defined ability to compare two 'Topology' instances
The comparison ignores 'last-seen' field or ordering of nodes and
clients
|
2020-01-23 16:53:02 +00:00 |
|
Dave Hrycyszyn
|
dea363e813
|
Minor docs formatting
|
2020-01-23 16:26:40 +00:00 |
|
Dave Hrycyszyn
|
753ecf6b6a
|
crypto: replaced base64 with bs58
|
2020-01-23 15:06:10 +00:00 |
|
Jędrzej Stuczyński
|
c05ce62df0
|
Merge pull request #93 from nymtech/feature/consistent-logging
Feature/consistent logging
|
2020-01-22 18:57:45 +00:00 |
|
Dave Hrycyszyn
|
1e8423b339
|
Started to use logging instead of println
|
2020-01-22 17:22:03 +00:00 |
|
Dave Hrycyszyn
|
09cb17e6ab
|
all: using pretty_env_logger pretty much everywhere
|
2020-01-22 16:29:59 +00:00 |
|
Dave Hrycyszyn
|
65f5683b12
|
topology: checking for compatible semver between nodes and clients
|
2020-01-22 16:18:00 +00:00 |
|
Dave Hrycyszyn
|
44116e4907
|
common: adding a version-checker crate
|
2020-01-22 16:17:35 +00:00 |
|
Dave Hrycyszyn
|
f785637cd5
|
provider-client: removing unused commands module
|
2020-01-22 12:57:35 +00:00 |
|
Jedrzej Stuczynski
|
91eb03fbb6
|
Derived PartialEq on Topology
|
2020-01-22 12:22:15 +00:00 |
|
Jedrzej Stuczynski
|
566e17719c
|
added PartialEq restriction on NymTopology for convenience sake
|
2020-01-22 12:22:05 +00:00 |
|
Jedrzej Stuczynski
|
7045db7d70
|
ibid.
|
2020-01-22 10:50:22 +00:00 |
|
Jedrzej Stuczynski
|
2364fbdc09
|
Moved sphinx packet encapsulation and poisson delay sampling to mix client
|
2020-01-22 10:50:03 +00:00 |
|