Skip to content

Commit 5e4ab68

Browse files
committed
feat: use zkaleido logging
1 parent 41bc64e commit 5e4ab68

File tree

6 files changed

+35
-115
lines changed

6 files changed

+35
-115
lines changed

Cargo.lock

Lines changed: 23 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ zkaleido = { git = "https://github.com/alpenlabs/zkaleido", tag = "v0.1.0-alpha-
125125
"remote-prover",
126126
"serde",
127127
] }
128+
zkaleido-logging = { git = "https://github.com/alpenlabs/zkaleido", tag = "v0.1.0-alpha-rc23" }
128129
zkaleido-native-adapter = { git = "https://github.com/alpenlabs/zkaleido", tag = "v0.1.0-alpha-rc23", features = [
129130
"remote-prover",
130131
] }

crates/common/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ thiserror.workspace = true
2626
tracing.workspace = true
2727
tree_hash.workspace = true
2828
tree_hash_derive.workspace = true
29+
zkaleido-logging.workspace = true
2930

3031
[build-dependencies]
3132
ssz_codegen.workspace = true

crates/common/src/lib.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,5 @@ pub use ssz_generated::ssz::{
4545
pub use subprotocol::*;
4646
use tracing as _;
4747
pub use tx::*;
48-
4948
// Re-export the logging module
50-
pub mod logging;
49+
pub use zkaleido_logging as logging;

crates/common/src/logging.rs

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

guest-builder/sp1/guest-asm/Cargo.lock

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)