Skip to content

Commit 9843db8

Browse files
committed
Revert "Merge pull request #673 from Chia-Network/merkle_blob"
This reverts commit 6e9c7c4, reversing changes made to 070826c.
1 parent 5b52c0a commit 9843db8

File tree

15 files changed

+3
-3077
lines changed

15 files changed

+3
-3077
lines changed

Cargo.lock

+1-363
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

-9
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ chia-bls = { workspace = true, optional = true }
5555
chia-secp = { workspace = true, optional = true }
5656
chia-client = { workspace = true, optional = true }
5757
chia-consensus = { workspace = true, optional = true }
58-
chia-datalayer = { workspace = true, optional = true }
5958
chia-protocol = { workspace = true, optional = true }
6059
chia-ssl = { workspace = true, optional = true }
6160
chia-traits = { workspace = true, optional = true }
@@ -76,7 +75,6 @@ default = [
7675
"secp",
7776
"client",
7877
"consensus",
79-
"datalayer",
8078
"protocol",
8179
"ssl",
8280
"traits",
@@ -90,7 +88,6 @@ bls = ["dep:chia-bls", "clvm-traits/chia-bls"]
9088
secp = ["dep:chia-secp", "clvm-traits/chia-secp"]
9189
client = ["dep:chia-client"]
9290
consensus = ["dep:chia-consensus"]
93-
datalayer = ["dep:chia-datalayer"]
9491
protocol = ["dep:chia-protocol"]
9592
ssl = ["dep:chia-ssl"]
9693
traits = ["dep:chia-traits"]
@@ -110,7 +107,6 @@ chia_streamable_macro = { path = "./crates/chia_streamable_macro", version = "0.
110107
chia-bls = { path = "./crates/chia-bls", version = "0.16.0" }
111108
chia-client = { path = "./crates/chia-client", version = "0.16.0" }
112109
chia-consensus = { path = "./crates/chia-consensus", version = "0.16.0" }
113-
chia-datalayer = { path = "./crates/chia-datalayer", version = "0.16.0" }
114110
chia-protocol = { path = "./crates/chia-protocol", version = "0.16.0" }
115111
chia-secp = { path = "./crates/chia-secp", version = "0.16.0" }
116112
chia-ssl = { path = "./crates/chia-ssl", version = "0.11.0" }
@@ -122,7 +118,6 @@ clvm-utils = { path = "./crates/clvm-utils", version = "0.16.0" }
122118
clvm-derive = { path = "./crates/clvm-derive", version = "0.13.0" }
123119
chia-fuzz = { path = "./crates/chia-consensus/fuzz", version = "0.16.0" }
124120
chia-bls-fuzz = { path = "./crates/chia-bls/fuzz", version = "0.16.0" }
125-
chia-datalayer-fuzz = { path = "./crates/chia-datalayer/fuzz", version = "0.16.0" }
126121
chia-protocol-fuzz = { path = "./crates/chia-protocol/fuzz", version = "0.16.0" }
127122
chia-puzzles-fuzz = { path = "./crates/chia-puzzles/fuzz", version = "0.16.0" }
128123
clvm-traits-fuzz = { path = "./crates/clvm-traits/fuzz", version = "0.16.0" }
@@ -143,7 +138,6 @@ arbitrary = "1.4.1"
143138
rand = "0.8.5"
144139
criterion = "0.5.1"
145140
rstest = "0.22.0"
146-
expect-test = "1.5.0"
147141
tokio = "1.42.0"
148142
tokio-tungstenite = "0.24.0"
149143
futures-util = "0.3.31"
@@ -166,6 +160,3 @@ openssl = "0.10.68"
166160
k256 = "0.13.4"
167161
p256 = "0.13.2"
168162
rand_chacha = "0.3.1"
169-
open = "5.3.0"
170-
url = "2.5.2"
171-
percent-encoding = "2.3.1"

crates/chia-datalayer/Cargo.toml

-41
This file was deleted.

crates/chia-datalayer/fuzz/.gitignore

-4
This file was deleted.

crates/chia-datalayer/fuzz/Cargo.toml

-21
This file was deleted.

crates/chia-datalayer/fuzz/fuzz_targets/merkle_blob_new.rs

-18
This file was deleted.

crates/chia-datalayer/src/lib.rs

-3
This file was deleted.

0 commit comments

Comments
 (0)