Browse Source

Merge branch 'feature/kvdb' into 'develop'

add kvdb as git submodule

See merge request jd-blockchain/jdchain!13
tags/1.4.0^2
huanghaiquan 3 years ago
parent
commit
0ed912b84a
2 changed files with 4 additions and 2 deletions
  1. +3
    -2
      .gitmodules
  2. +1
    -0
      libs/kvdb

+ 3
- 2
.gitmodules View File

@@ -16,6 +16,7 @@
[submodule "test"] [submodule "test"]
path = test path = test
url = git@github.com:blockchain-jd-com/jdchain-test.git url = git@github.com:blockchain-jd-com/jdchain-test.git
[submodule "kvdb"]
path = kvdb
[submodule "libs/kvdb"]
path = libs/kvdb
url = git@github.com:blockchain-jd-com/jdchain-kvdb.git url = git@github.com:blockchain-jd-com/jdchain-kvdb.git


+ 1
- 0
libs/kvdb

@@ -0,0 +1 @@
Subproject commit 7bc93fcd911db8ca0754601b9ecb9ff44e7c7c1e

Loading…
Cancel
Save