Skip to content

feat: blockstore: GetMany blockstore method #492

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

Open
wants to merge 12 commits into
base: main
Choose a base branch
from

use batchingTxnDatastoreStub to avoid reimplementing methods

b3ed048
Select commit
Loading
Failed to load commit list.
Open

feat: blockstore: GetMany blockstore method #492

use batchingTxnDatastoreStub to avoid reimplementing methods
b3ed048
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jun 29, 2025 in 0s

65.64% (-0.15%) compared to 0a566c9

View this Pull Request on Codecov

65.64% (-0.15%) compared to 0a566c9

Details

Codecov Report

Attention: Patch coverage is 50.00000% with 42 lines in your changes missing coverage. Please review.

Project coverage is 65.64%. Comparing base (0a566c9) to head (b3ed048).
Report is 636 commits behind head on main.

Files with missing lines Patch % Lines
blockstore/blockstore.go 50.00% 32 Missing and 10 partials ⚠️

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #492      +/-   ##
==========================================
- Coverage   65.78%   65.64%   -0.15%     
==========================================
  Files         207      203       -4     
  Lines       25156    25385     +229     
==========================================
+ Hits        16549    16663     +114     
- Misses       7147     7235      +88     
- Partials     1460     1487      +27     
Files with missing lines Coverage Δ
blockstore/blockstore.go 54.95% <50.00%> (-3.02%) ⬇️

... and 42 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.