Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewSisley committed Feb 21, 2025
1 parent 2dd5537 commit 765fc84
Show file tree
Hide file tree
Showing 61 changed files with 646 additions and 6,220 deletions.
4 changes: 2 additions & 2 deletions client/db.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ import (
"context"
"encoding/json"

ds "github.com/ipfs/go-datastore"
"github.com/lens-vm/lens/host-go/config/model"
"github.com/sourcenetwork/corekv"
"github.com/sourcenetwork/immutable"

"github.com/sourcenetwork/defradb/acp/identity"
Expand Down Expand Up @@ -66,7 +66,7 @@ type DB interface {
// Headstore returns the headstore where the current heads of the database are stored.
//
// It is read-only and sits within the rootstore returned by [Root].
Headstore() ds.Read
Headstore() corekv.Reader

// Close closes the database instance and releases any resources held.
//
Expand Down
16 changes: 0 additions & 16 deletions datastore/badger/v4/compat_logger.go

This file was deleted.

Loading

0 comments on commit 765fc84

Please sign in to comment.