drop rocksdb (#3566)
rocksdb was never actually used in nimbus-eth2 and existed only to satisfy nim-eth dependencies for test running - these have since moved to nimbus-eth1. * bump nim-eth
This commit is contained in:
parent
509aa6c252
commit
0f023dc04d
|
@ -143,11 +143,6 @@
|
|||
url = https://github.com/status-im/nim-protobuf-serialization.git
|
||||
ignore = untracked
|
||||
branch = master
|
||||
[submodule "vendor/nim-rocksdb"]
|
||||
path = vendor/nim-rocksdb
|
||||
url = https://github.com/status-im/nim-rocksdb.git
|
||||
ignore = untracked
|
||||
branch = master
|
||||
[submodule "vendor/asynctools"]
|
||||
path = vendor/asynctools
|
||||
url = https://github.com/cheatfate/asynctools.git
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit c28597fee5511f992ba0738f5993f5c79aa7ccc5
|
||||
Subproject commit 41b8588ade25bbe6c095bdeb260c147214cea40e
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 6aab1e0dd674b262f538d12b0458f3e7eb835b19
|
Loading…
Reference in New Issue