Skip to content

Commit ebe2955

Browse files
committed
clipp + comm
1 parent cd05f31 commit ebe2955

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

crates/store/src/state/mod.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1051,6 +1051,7 @@ impl State {
10511051
/// For specific key queries (`SlotData::MapKeys`), the forest is used to provide SMT proofs.
10521052
/// Returns an error if the forest doesn't have data for the requested slot.
10531053
/// All-entries queries (`SlotData::All`) use the forest to request all entries database.
1054+
#[allow(clippy::too_many_lines)]
10541055
async fn fetch_public_account_details(
10551056
&self,
10561057
account_id: AccountId,
@@ -1141,6 +1142,7 @@ impl State {
11411142
}
11421143
}
11431144

1145+
// TODO parallelize the read requests
11441146
for (index, slot_name) in all_entries_requests {
11451147
let details = self
11461148
.db

0 commit comments

Comments
 (0)