lighthouse/validator_client/src
Arthur Woimbée 851a4dca3c replace tempdir by tempfile (#2143)
## Issue Addressed

Fixes #2141 
Remove [tempdir](https://docs.rs/tempdir/0.3.7/tempdir/) in favor of [tempfile](https://docs.rs/tempfile/3.1.0/tempfile/).

## Proposed Changes

`tempfile` has a slightly different api that makes creating temp folders with a name prefix a chore (`tempdir::TempDir::new("toto")` => `tempfile::Builder::new().prefix("toto").tempdir()`).

So I removed temp folder name prefix where I deemed it not useful.

Otherwise, the functionality is the same.
2021-01-06 06:36:11 +00:00
..
http_api BN Fallback v2 (#2080) 2020-12-18 09:17:03 +00:00
http_metrics BN Fallback v2 (#2080) 2020-12-18 09:17:03 +00:00
attestation_service.rs BN Fallback v2 (#2080) 2020-12-18 09:17:03 +00:00
beacon_node_fallback.rs Remove duplicate log in BN fallback (#2116) 2021-01-06 03:01:48 +00:00
block_service.rs BN Fallback v2 (#2080) 2020-12-18 09:17:03 +00:00
check_synced.rs Remove duplicate log in BN fallback (#2116) 2021-01-06 03:01:48 +00:00
cli.rs Remove default beacon node value from clap (#2121) 2020-12-28 08:23:59 +00:00
config.rs BN Fallback v2 (#2080) 2020-12-18 09:17:03 +00:00
duties_service.rs BN Fallback v2 (#2080) 2020-12-18 09:17:03 +00:00
fork_service.rs BN Fallback v2 (#2080) 2020-12-18 09:17:03 +00:00
initialized_validators.rs Fix new clippy lints (#2036) 2020-12-03 01:10:26 +00:00
key_cache.rs Implement key cache to reduce keystore loading times for validator_client (#1695) 2020-10-05 10:50:43 +00:00
lib.rs BN Fallback v2 (#2080) 2020-12-18 09:17:03 +00:00
notifier.rs BN Fallback v2 (#2080) 2020-12-18 09:17:03 +00:00
validator_duty.rs Standard beacon api updates (#1831) 2020-11-09 23:13:56 +00:00
validator_store.rs replace tempdir by tempfile (#2143) 2021-01-06 06:36:11 +00:00