Skip to content

Commit e190f48

Browse files
authored
Merge pull request #49 from movementlabsxyz/mikhail/drop-zkfp
Remove the zkfp crates
2 parents ea2d588 + 43f00be commit e190f48

File tree

10 files changed

+650
-2601
lines changed

10 files changed

+650
-2601
lines changed

Cargo.lock

+650-2,411
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

-8
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@ members = [
1414
"util/buildtime/buildtime-macros",
1515

1616
"networks/monza/*",
17-
18-
"protocol-units/zkfp/host",
19-
"protocol-units/zkfp/methods",
20-
"protocol-units/zkfp/methods/guest",
2117
]
2218

2319
[workspace.package]
@@ -225,10 +221,6 @@ celestia-types = { git = "https://github.com/eigerco/lumina" }
225221
futures = "0.3.17"
226222

227223

228-
# zkfp
229-
methods = { path = "protocol-units/zkfp/methods" }
230-
231-
232224
[workspace.lints.rust]
233225
dead_code = "deny"
234226
unused_imports = "deny"

protocol-units/zkfp/README.md

-63
This file was deleted.

protocol-units/zkfp/host/Cargo.toml

-17
This file was deleted.

protocol-units/zkfp/host/src/main.rs

-48
This file was deleted.

protocol-units/zkfp/methods/Cargo.toml

-13
This file was deleted.

protocol-units/zkfp/methods/build.rs

-3
This file was deleted.

protocol-units/zkfp/methods/guest/Cargo.toml

-13
This file was deleted.

protocol-units/zkfp/methods/guest/src/main.rs

-24
This file was deleted.

protocol-units/zkfp/methods/src/lib.rs

-1
This file was deleted.

0 commit comments

Comments
 (0)