Skip to content

Commit ad385b1

Browse files
Seulgi Kimmergify[bot]
authored andcommitted
Export codechain-db
1 parent f1f486c commit ad385b1

File tree

14 files changed

+5
-1174
lines changed

14 files changed

+5
-1174
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2018"
66

77
[dependencies]
88
codechain-crypto = { git = "https://github.com/CodeChain-io/rust-codechain-crypto.git", version = "0.1" }
9-
codechain-db = { path = "../util/db" }
9+
codechain-db = { git = "https://github.com/CodeChain-io/rust-codechain-db.git", version = "0.1" }
1010
codechain-io = { path = "../util/io" }
1111
codechain-json = { path = "../json" }
1212
codechain-key = { path = "../key" }

state/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2018"
66

77
[dependencies]
88
codechain-crypto = { git = "https://github.com/CodeChain-io/rust-codechain-crypto.git", version = "0.1" }
9-
codechain-db = { path = "../util/db" }
9+
codechain-db = { git = "https://github.com/CodeChain-io/rust-codechain-db.git", version = "0.1" }
1010
codechain-logger = { path = "../util/logger" }
1111
codechain-merkle = { path = "../util/merkle" }
1212
codechain-key = { path = "../key" }

sync/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ edition = "2018"
88

99
[dependencies]
1010
codechain-core = { path = "../core" }
11-
codechain-db = { path = "../util/db" }
11+
codechain-db = { git = "https://github.com/CodeChain-io/rust-codechain-db.git", version = "0.1" }
1212
codechain-key = { path = "../key" }
1313
codechain-logger = { path = "../util/logger" }
1414
codechain-merkle = { path = "../util/merkle" }

util/db/Cargo.toml

Lines changed: 0 additions & 18 deletions
This file was deleted.

util/db/src/error.rs

Lines changed: 0 additions & 47 deletions
This file was deleted.

util/db/src/hashdb.rs

Lines changed: 0 additions & 77 deletions
This file was deleted.

util/db/src/journaldb/algorithm.rs

Lines changed: 0 additions & 103 deletions
This file was deleted.

0 commit comments

Comments
 (0)