solana/rpc
steviez 03a456e7bb
Remove redundant bounds check from getBlock and getBlockTime (#33901)
JsonRpcRequestProcessor::check_blockstore_root() contained some logic
that performed duplicate sanity checking on a Blockstore fetch result.
The checking involved creating rocksdb iterators, which has non-trivial
overhead.

This PR removes the duplicate checking, and also adds comments to help
reason about how JsonRpcRequestProcessor interprets the Blockstore
result.
2023-11-08 12:09:10 -06:00
..
src Remove redundant bounds check from getBlock and getBlockTime (#33901) 2023-11-08 12:09:10 -06:00
.gitignore
Cargo.toml spl: Bump token-2022 and friends (#33453) 2023-09-29 19:12:06 +02:00