solana/runtime
Michael Vines 3f4731b37f Standardize thread names
Tenets:
1. Limit thread names to 15 characters
2. Prefix all Solana-controlled threads with "sol"
3. Use Camel case. It's more character dense than Snake or Kebab case
2022-08-20 07:49:39 -07:00
..
benches Add clean_accounts_for_tests() (#27200) 2022-08-17 18:45:59 -04:00
src Standardize thread names 2022-08-20 07:49:39 -07:00
store-tool store-tool: log lamports for each account (#27168) 2022-08-18 10:00:04 -05:00
tests Add clean_accounts_for_tests() (#27200) 2022-08-17 18:45:59 -04:00
.gitignore
Cargo.toml chore: bump once_cell from 1.12.0 to 1.13.0 (#27049) 2022-08-10 12:19:10 -06:00
build.rs