solana/runtime
Brooks Prumo 1eaff394da
Refactor `collect_uncleaned_pubkeys_to_slot()` (#16879)
* Refactor `collect_uncleaned_pubkeys_to_slot()`

While working on another issue (#16580), I came across
`collect_unclean_pubkeys_to_slot()` and had difficulty understanding it.
Since the function does a few logically separate things, I split the
function up.  I also added documentation, removed an unused return value,
and renamed the functions to be more specific.

This commit is to split up an existing PR (#16786), where I had both this
aesthetic change _and_ a behavioral change.
2021-04-28 08:16:12 -05:00
..
benches .owner -> .owner() (#16757) 2021-04-23 09:35:09 -05:00
src Refactor `collect_uncleaned_pubkeys_to_slot()` (#16879) 2021-04-28 08:16:12 -05:00
store-tool
tests tests: lamports -= to checked_sub (#16843) 2021-04-27 09:12:48 -05:00
.gitignore
Cargo.toml Remove blake3 from bpf program dependencies (#16506) 2021-04-13 10:06:05 +00:00
build.rs