This website requires JavaScript.
Explore
Help
Sign In
cerc-io
/
lighthouse
Watch
16
Star
0
Fork
0
You've already forked lighthouse
Code
Issues
1
Pull Requests
Packages
Projects
Releases
Wiki
Activity
05df7702d3
lighthouse
/
validator_client
/
src
/
lib.rs
4 lines
48 B
Rust
Raw
Normal View
History
Unescape
Escape
Moved configuration around for validator client. - Custom datadir/server argument logic moved into configuration, out of main. - Updated the validator config directory structure, as per issue #253 suggestions - Removed the 'generate 3 random keys' function - Updated the README to reflect new structure - Just exit if there are no keys, don't generate any (this is for accounts_manager, in a separate commit). - Created a lib.rs file, so that the validator client configuration can be included by external crates.
2019-03-20 05:23:33 +00:00
pub
mod
config
;
Updated validator config according to suggestions. - Directory structure changed slightly - Uses a filter_map instead of a for loop. - All errors reading files does not prevent others from being read. - The accounts manager needs to generate files first, with the same structure.
2019-03-23 04:46:51 +00:00
pub
use
crate
::
config
::
Config
;
Reference in New Issue
Copy Permalink