solana/ledger
steviez 4fdd70c931
Properly clean temp files in Blockstore::create_new_ledger() (#19589)
Use TempDir::path() instead of TempDir::into_path(); into_path() returns
the underlying PathBuf and voids the promise to delete the directory
when TempDir goes out of scope.
2021-09-13 23:13:56 -04:00
..
benches Record vote account commission with voting/staking rewards and surface in RPC 2021-07-12 15:09:44 -07:00
src Properly clean temp files in Blockstore::create_new_ledger() (#19589) 2021-09-13 23:13:56 -04:00
tests Blockstore test cleanup (#19656) 2021-09-10 07:33:08 -05:00
.gitignore system_instruction_processor updates (#6448) 2019-10-19 18:23:27 -07:00
Cargo.toml chore: bump sha2 from 0.9.6 to 0.9.8 (#19760) 2021-09-11 16:22:40 -06:00
build.rs adds crds-value for broadcasting duplicate shreds through gossip (#14133) 2020-12-18 14:32:43 +00:00