Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
docs: remove stale ref
  • Loading branch information
RodrigoVillar committed Dec 9, 2025
commit d4639ff6d1e792432bca06eed8b56cda56afae5a
3 changes: 0 additions & 3 deletions tests/reexecute/db.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ type BlockResult struct {
// It opens the database at sourceDir and iterates through blocks from startBlock to endBlock (inclusive).
// Blocks are read sequentially and sent to the returned channel as BlockResult values.
//
// cleanup is a function that registers cleanup callbacks and is used to ensure
// that the database being read from is properly closed prior to the test terminating.
//
// Any validation errors or iteration errors are sent as BlockResult with Err set, then the channel is closed.
func CreateBlockChanFromLevelDB(tc tests.TestContext, sourceDir string, startBlock, endBlock uint64, chanSize int) (<-chan BlockResult, error) {
r := require.New(tc)
Expand Down