solana/runtime
Brooks Prumo 77f1ffd84b
Collect uncleaned pubkeys from all slots (#16786)
While working on another issue (#16580), the list of uncleaned pubkeys
returned from `remove_uncleaned_slots_and_collect_pubkeys_up_to_slot()`
did not include unrooted slots.  This meant that during cleaning,
unrooted slots would not have their pubkeys cleaned up properly.

Now, return all uncleaned pubkeys, regardless if the slot is rooted or
not.  Additionally, update the tests to have unrooted slots to ensure
this behavior.

This is part two of PR #16879, and originally based on PR #15106.
2021-04-28 10:57:42 -05:00
..
benches .owner -> .owner() (#16757) 2021-04-23 09:35:09 -05:00
src Collect uncleaned pubkeys from all slots (#16786) 2021-04-28 10:57:42 -05:00
store-tool =1.7.0 2021-03-16 07:51:07 +00:00
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 Remove frozen ABI modules from solana-sdk 2020-10-20 16:11:30 -07:00