support bin divisions up to 65536 (#17563)

* support bin divisions up to 65536

* add tests
This commit is contained in:
Jeff Washington (jwash)
2021-06-02 17:31:15 -05:00
committed by GitHub
parent 8e1e57a181
commit db8811eacd
3 changed files with 147 additions and 21 deletions

View File

@@ -28,6 +28,7 @@ pub mod log_collector;
pub mod message_processor;
mod native_loader;
pub mod non_circulating_supply;
mod pubkey_bins;
mod read_only_accounts_cache;
pub mod rent_collector;
pub mod secondary_index;