Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optimize get_evm_confirmed_full_blocks (storage-bigtable); create and test version for headers only #433

Open
dj8yfo opened this issue Mar 24, 2023 · 0 comments

Comments

@dj8yfo
Copy link
Contributor

dj8yfo commented Mar 24, 2023

Problem

Tested

    pub async fn get_evm_confirmed_full_blocks(
        &self,
        first_block: evm_state::BlockNum,
        last_block: evm_state::BlockNum,
    ) -> Result<Vec<evm_state::Block>> {

it works reliably;
add version of the same, returning BlockHeader-s instead of Block-s

Proposed Solution

@dj8yfo dj8yfo changed the title Debug get_evm_confirmed_full_blocks (storage-bigtable) Optimize get_evm_confirmed_full_blocks (storage-bigtable); create version for headers only Mar 29, 2023
@dj8yfo dj8yfo changed the title Optimize get_evm_confirmed_full_blocks (storage-bigtable); create version for headers only Optimize get_evm_confirmed_full_blocks (storage-bigtable); create and test version for headers only Mar 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant