Dave Hrycyszyn
3f06ccc36b
Adding Apache 2 license headers to all files ( #178 )
2020-04-09 11:24:24 +01:00
Dave Hrycyszyn
cb82299f0e
Bumped version numbers to 0.7.0-dev
2020-04-07 17:33:26 +01:00
Dave Hrycyszyn
d47f0be2f2
Bumping version numbers
2020-04-07 17:29:46 +01:00
Jędrzej Stuczyński
3b6110a42e
Feature/tcp client connection timeout ( #176 )
...
* Added timeout values to configs
* Fixed possible crash when using delay larger than 2 years
* Connection timeout with hardcoded value
* Using provided timeout value
* tcp client requiring timeout value at construction
* Client using updated tcp client
* Mixnode using updated tcp client
* Healthchecker having separate timeout + new client config field
* Updated validator with connection timeout field
* Added connection_timeout to validator config template
2020-04-07 15:50:23 +01:00
Jędrzej Stuczyński
6766cf3470
Feature/non mandatory debug config ( #173 )
...
* configs no longer need to have all debug fields set
* Removed debug section from config template of mixnode, provider and validator
* Significantly reduced debug section in client config template
2020-04-06 16:32:34 +01:00
Dave Hrycyszyn
d576a17d33
New cargo versions for top-level binaries
2020-03-23 10:35:19 +00:00
Jędrzej Stuczyński
6254169151
Merge pull request #149 from nymtech/feature/add-topology-to-validator
...
Feature/add topology to validator
2020-03-17 11:02:51 +00:00
Dave Hrycyszyn
684f7a1432
validator: removed unneeded serde_derive
2020-03-17 10:54:47 +00:00
Dave Hrycyszyn
e6ac966757
validator: using fully-qualified struct names to eliminate a bit of noise
2020-03-17 09:42:52 +00:00
Dave Hrycyszyn
bb235cb7f1
validator: noting async nature of spawn causes out of order messages
2020-03-16 18:11:36 +00:00
Dave Hrycyszyn
1b844292a9
validator: noted the need for some Tendermint startup tenderness and love
2020-03-16 18:09:15 +00:00
Dave Hrycyszyn
2bd837a1e4
validator: fixing unused variable and spelling warnings
2020-03-16 18:05:21 +00:00
Dave Hrycyszyn
fced1159ce
validator: returning empty topology json ready to be filled up from data
2020-03-16 18:02:20 +00:00
Dave Hrycyszyn
4095f33fca
validator: adding json-handling functionality
2020-03-16 18:01:44 +00:00
Dave Hrycyszyn
c4f15a3f97
Adding a better-structured route for topology
2020-03-16 17:32:02 +00:00
Dave Hrycyszyn
8a149570a9
validator: adding Iron router
2020-03-16 17:31:46 +00:00
Dave Hrycyszyn
b2789bf2a1
Merge pull request #148 from nymtech/feature/windows_fix
...
Making code work on windows machines.
2020-03-16 15:06:21 +00:00
Jędrzej Stuczyński
6d1d8cc5dd
Merge pull request #146 from nymtech/feature/add-http-interface
...
validator: adding HTTP interface
2020-03-16 14:47:57 +00:00
Jędrzej Stuczyński
560b01974f
Merge pull request #145 from nymtech/feature/simplify-setup
...
Extracting the log setup
2020-03-16 14:22:28 +00:00
Dave Hrycyszyn
c08ab00c57
validator: trying and temporarily failing to get nice startup messages
2020-03-16 14:15:36 +00:00
Dave Hrycyszyn
aaee1bf49a
validator: startup messages for REST API
2020-03-16 14:07:27 +00:00
Dave Hrycyszyn
5af61d161a
validator: printing out network services as they start
2020-03-16 14:07:03 +00:00
Dave Hrycyszyn
ebd2c25d60
Merge branch 'develop' into feature/add-http-interface
2020-03-16 13:54:38 +00:00
Dave Hrycyszyn
b4805d27e2
Heheh one newline for the fail :)
2020-03-16 13:18:45 +00:00
Dave Hrycyszyn
e76fc79a33
Getting initial REST API working
2020-03-16 13:18:07 +00:00
jstuczyn
f5e3e10707
Updated merged changes in config to be consistent with previous updates
2020-03-16 13:12:15 +00:00
jstuczyn
2eb237cc0e
Merge branch 'develop' into feature/windows_fix
2020-03-16 13:08:26 +00:00
jstuczyn
5d2fb6bdfa
Updated quotation marks used in config templates to work on windows with paths containing \U sequences
2020-03-16 12:37:09 +00:00
Dave Hrycyszyn
b08a4c0930
Extracting the log setup
2020-03-16 12:28:52 +00:00
Jedrzej Stuczynski
ab5656ce94
Updated configs and args with location
2020-03-13 16:34:06 +00:00
Jedrzej Stuczynski
e8a5320ae6
Defaulting for global 'Info' logging level if not set in .env
2020-03-11 14:53:28 +00:00
Jedrzej Stuczynski
c625c00d58
Using log builder to include timestamps + filters
2020-03-11 10:36:24 +00:00
Jedrzej Stuczynski
2b1781b06d
Updated binary versions
2020-03-06 11:47:52 +00:00
Dave Hrycyszyn
ef4929dacc
Fixed banner usage
2020-02-17 16:32:46 +00:00
Jedrzej Stuczynski
800c41ce97
Removed unused imports
2020-02-05 16:52:17 +00:00
Jedrzej Stuczynski
bf93739ef5
Updated validator config template
2020-02-05 16:36:32 +00:00
Jedrzej Stuczynski
a9e0a1d634
Updated config override for validator
2020-02-05 16:31:26 +00:00
Jedrzej Stuczynski
ab24008c87
Fixed compilation error due to old imports
2020-02-05 16:29:07 +00:00
Jedrzej Stuczynski
1f53dcc56f
Removed no longe used toml dependency from the validator
2020-02-05 16:28:56 +00:00
Jedrzej Stuczynski
9f49746b44
Actually using proper config
2020-02-05 16:27:31 +00:00
Jedrzej Stuczynski
7f999d5893
Validator using new config
2020-02-05 16:25:47 +00:00
Jedrzej Stuczynski
852d127a2a
Mix mining config section
2020-02-05 16:25:34 +00:00
Jedrzej Stuczynski
0d3084b956
Updated validator dependencies
2020-02-05 16:02:59 +00:00
Jedrzej Stuczynski
da8365ee14
Running validator via commands::run::execute
2020-02-05 16:02:44 +00:00
Jedrzej Stuczynski
28b5673cbf
Corrected description to say validator instead of mixnode
2020-02-05 15:54:31 +00:00
Jedrzej Stuczynski
5aee54fc1d
Stubs for validator configs
2020-02-05 15:53:02 +00:00
Jedrzej Stuczynski
84cb98ca96
Override config stub
2020-02-05 15:52:42 +00:00
Jedrzej Stuczynski
8ea9b14e94
Init command for the validator
2020-02-05 15:52:35 +00:00
Jedrzej Stuczynski
83e22dbad9
Moved built_info module to separate file
2020-02-05 15:52:19 +00:00
Jedrzej Stuczynski
ac5d16899e
Using the new config options + slightly better constructor for topology controller
2020-02-03 12:25:08 +00:00