Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 23 additions & 14 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ zkaleido = { git = "https://github.com/alpenlabs/zkaleido", tag = "v0.1.0-alpha-
"remote-prover",
"serde",
] }
zkaleido-logging = { git = "https://github.com/alpenlabs/zkaleido", tag = "v0.1.0-alpha-rc23" }
zkaleido-native-adapter = { git = "https://github.com/alpenlabs/zkaleido", tag = "v0.1.0-alpha-rc23", features = [
"remote-prover",
] }
Expand Down
1 change: 1 addition & 0 deletions crates/common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ thiserror.workspace = true
tracing.workspace = true
tree_hash.workspace = true
tree_hash_derive.workspace = true
zkaleido-logging.workspace = true

[build-dependencies]
ssz_codegen.workspace = true
Expand Down
3 changes: 1 addition & 2 deletions crates/common/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,5 @@ pub use ssz_generated::ssz::{
pub use subprotocol::*;
use tracing as _;
pub use tx::*;

// Re-export the logging module
pub mod logging;
pub use zkaleido_logging as logging;
99 changes: 0 additions & 99 deletions crates/common/src/logging.rs

This file was deleted.

9 changes: 9 additions & 0 deletions guest-builder/sp1/guest-asm/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading