Skip to content

Commit

Permalink
Remove rocksdb for now because mac library issues locally, can revert…
Browse files Browse the repository at this point in the history
… back when merging
  • Loading branch information
Manav-Aggarwal committed Aug 4, 2022
1 parent d716407 commit 011f9d1
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 816 deletions.
1 change: 0 additions & 1 deletion db/internal/backends/imports.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@ package backends
import (
_ "github.com/cosmos/cosmos-sdk/db/badgerdb"
_ "github.com/cosmos/cosmos-sdk/db/memdb"
_ "github.com/cosmos/cosmos-sdk/db/rocksdb"
)
1 change: 0 additions & 1 deletion db/reexport.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ var (
ErrVersionDoesNotExist = types.ErrVersionDoesNotExist

MemDBBackend = types.MemDBBackend
RocksDBBackend = types.RocksDBBackend
BadgerDBBackend = types.BadgerDBBackend

NewDB = types.NewDB
Expand Down
67 changes: 0 additions & 67 deletions db/rocksdb/batch.go

This file was deleted.

17 changes: 0 additions & 17 deletions db/rocksdb/creator.go

This file was deleted.

Loading

0 comments on commit 011f9d1

Please sign in to comment.