Dave Hrycyszyn
|
4966d8ecef
|
Update README.md
|
2020-01-09 12:36:18 +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
|
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 |
|
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 |
|
Jędrzej Stuczyński
|
5fa3eb35e4
|
Merge pull request #37 from nymtech/feature/script/localnet
Feature/script/localnet
|
2020-01-08 15:56:17 +00:00 |
|
Dave Hrycyszyn
|
67a900701e
|
Updated script copyright date
|
2020-01-08 15:56:01 +00:00 |
|
Dave Hrycyszyn
|
8314d647d9
|
script: proper invocation for testnet runnign
|
2020-01-08 15:53:27 +00:00 |
|
Dave Hrycyszyn
|
b88ca3ed91
|
script: killing old testnet processes in case they're already running
|
2020-01-08 15:53:11 +00:00 |
|
Dave Hrycyszyn
|
ee43e82235
|
Removing unused import
|
2020-01-08 15:52:51 +00:00 |
|
Dave Hrycyszyn
|
ce866bd987
|
Setting a 0.1 second average delay time.
|
2020-01-08 15:52:35 +00:00 |
|
Dave Hrycyszyn
|
95f103b4fd
|
scripts: local network now runs
|
2020-01-08 15:13:30 +00:00 |
|
Dave Hrycyszyn
|
5ad6db9232
|
removed commented logging code
|
2020-01-08 14:58:18 +00:00 |
|
Dave Hrycyszyn
|
c1cd6557eb
|
whitespace
|
2020-01-08 14:58:03 +00:00 |
|
Dave Hrycyszyn
|
8c3cbe6646
|
Split provider host/ports for mixnet listener and clients listener
|
2020-01-08 14:57:55 +00:00 |
|
Dave Hrycyszyn
|
add94ed70a
|
Merge branch 'develop' of github.com:nymtech/nym into feature/script/localnet
|
2020-01-08 14:18:57 +00:00 |
|
Dave Hrycyszyn
|
6fe9dc899b
|
Merge pull request #36 from nymtech/feature/arguments_fix
Feature/arguments fix
|
2020-01-08 14:17:54 +00:00 |
|
Jedrzej Stuczynski
|
6fedba093b
|
Explicitly required values for mixHost and clientHost by clap
|
2020-01-08 14:17:16 +00:00 |
|
Jedrzej Stuczynski
|
fb15c636eb
|
Correct version for mix
|
2020-01-08 14:17:02 +00:00 |
|
Dave Hrycyszyn
|
043403b1e0
|
Merge branch 'develop' into feature/script/localnet
|
2020-01-08 14:10:49 +00:00 |
|
Dave Hrycyszyn
|
13eda7f68f
|
Merge pull request #34 from nymtech/feature/crates_cleanup
Feature/crates cleanup
|
2020-01-08 13:56:04 +00:00 |
|
Jedrzej Stuczynski
|
9b94b1d72b
|
Fixed broken directory client tests
|
2020-01-08 13:05:01 +00:00 |
|
Jedrzej Stuczynski
|
07db413f2c
|
Possibly gotten rid of compiler warnings
|
2020-01-08 12:59:29 +00:00 |
|
Jedrzej Stuczynski
|
db67744b19
|
Further topology cleanup by defining NymTopology trait
|
2020-01-08 12:55:40 +00:00 |
|
Jedrzej Stuczynski
|
1292cdb145
|
Moved topology to separate crate
|
2020-01-08 12:07:34 +00:00 |
|
Jedrzej Stuczynski
|
7fa42d16eb
|
Moved addressing to separate crate and removed mixnode dependency on entire client crate
|
2020-01-08 12:02:18 +00:00 |
|
Jedrzej Stuczynski
|
a673f9f206
|
Fixed authors strings
|
2020-01-08 11:50:58 +00:00 |
|
Jedrzej Stuczynski
|
8706f7ed06
|
Moved provider client to separate crate
|
2020-01-08 11:48:49 +00:00 |
|
Jedrzej Stuczynski
|
883ce22c5b
|
Moved mix client to separate crate
|
2020-01-08 11:45:43 +00:00 |
|
Jedrzej Stuczynski
|
9ba1ea203b
|
Moved directory client to separate crate
|
2020-01-08 11:34:39 +00:00 |
|
Dave Hrycyszyn
|
d42a75cea9
|
scripts: run_local_network.sh port of the old Go code
Currently non-functional
|
2020-01-07 19:10:46 +00:00 |
|
Dave Hrycyszyn
|
18ac7e90ed
|
travis: moving the build image down a bit
|
2020-01-07 15:49:13 +00:00 |
|
Dave Hrycyszyn
|
b04b62ed27
|
travis: adding build status
|
2020-01-07 15:48:06 +00:00 |
|
Dave Hrycyszyn
|
4066b4db42
|
travis: even more cowbell
|
2020-01-07 15:44:29 +00:00 |
|
Dave Hrycyszyn
|
037f05f323
|
travis: more cowbell
|
2020-01-07 15:41:19 +00:00 |
|
Dave Hrycyszyn
|
3f358a6929
|
travis: more travis
|
2020-01-07 15:39:49 +00:00 |
|
Dave Hrycyszyn
|
e79a63588a
|
more travis experimentation
|
2020-01-07 15:38:17 +00:00 |
|
Dave Hrycyszyn
|
60f15d57bd
|
Let's see what's going on
|
2020-01-07 15:36:26 +00:00 |
|
Dave Hrycyszyn
|
e422ce0a13
|
travis: maybe a branch problem?
|
2020-01-07 15:33:22 +00:00 |
|
Dave Hrycyszyn
|
598d68a822
|
travis: fixing Sphinx dir path
|
2020-01-07 15:30:53 +00:00 |
|
Dave Hrycyszyn
|
f3900f3659
|
travis: clone Sphinx first to make the build work
|
2020-01-07 15:26:31 +00:00 |
|