Skip to content

Commit 01f62e9

Browse files
committed
use pebble v2
1 parent ed286f3 commit 01f62e9

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

cmd/util/cmd/pebble-checkpoint/cmd.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package cmd
33
import (
44
"fmt"
55

6-
"github.com/cockroachdb/pebble"
6+
"github.com/cockroachdb/pebble/v2"
77
"github.com/rs/zerolog/log"
88
"github.com/spf13/cobra"
99

engine/execution/storehouse/checkpoint_validator_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,6 @@ func createTrieFromRegisterEntries(t *testing.T, entries flow.RegisterEntries) (
162162
return []*trie.MTrie{populatedTrie}, populatedTrie.RootHash()
163163
}
164164

165-
166165
func createMocks(t *testing.T, height uint64, rootHash ledger.RootHash) (storage.Headers, storage.ExecutionResults) {
167166
header := unittest.BlockHeaderFixture(unittest.WithHeaderHeight(height))
168167
result := unittest.ExecutionResultFixture(func(result *flow.ExecutionResult) {
@@ -182,4 +181,3 @@ func createMocks(t *testing.T, height uint64, rootHash ledger.RootHash) (storage
182181

183182
return mockHeaders, mockResults
184183
}
185-

0 commit comments

Comments
 (0)