lighthouse/validator_client/slashing_protection
realbigsean a171fb8843 check if the slashing protection database is locked before creating keys (#1949)
## Issue Addressed

Closes #1790

## Proposed Changes

Make a new method that creates an empty transaction with `TransactionBehavior::Exclusive` to check whether the slashing protection is locked. Call this method before attempting to create or import new validator keystores.  

## Additional Info

N/A


Co-authored-by: realbigsean <seananderson33@gmail.com>
2020-11-24 03:25:40 +00:00
..
src check if the slashing protection database is locked before creating keys (#1949) 2020-11-24 03:25:40 +00:00
tests Implement slashing protection interchange format (#1544) 2020-10-02 01:42:27 +00:00
.gitignore Implement slashing protection interchange format (#1544) 2020-10-02 01:42:27 +00:00
build.rs Implement slashing protection interchange format (#1544) 2020-10-02 01:42:27 +00:00
Cargo.toml Update external deps (#1711) 2020-10-05 08:22:19 +00:00
Makefile Update slashing protection interchange to v5 (#1816) 2020-11-09 05:04:01 +00:00