Skip to content

Commit

Permalink
Improve prover implementation (#885)
Browse files Browse the repository at this point in the history
* Improve prover implementation

* Disable logging for test

* Restore extract_relevant_l1_data

* Fix compilation
  • Loading branch information
rakanalh authored Jul 12, 2024
1 parent f3a64b6 commit f64d5bd
Show file tree
Hide file tree
Showing 2 changed files with 156 additions and 211 deletions.
2 changes: 1 addition & 1 deletion bin/citrea/tests/e2e/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3285,7 +3285,7 @@ async fn test_full_node_sync_status() {

#[tokio::test(flavor = "multi_thread")]
async fn test_sequencer_commitment_threshold() {
citrea::initialize_logging(tracing::Level::DEBUG);
// citrea::initialize_logging(tracing::Level::DEBUG);

let storage_dir = tempdir_with_children(&["DA", "sequencer"]);
let da_db_dir = storage_dir.path().join("DA").to_path_buf();
Expand Down
Loading

0 comments on commit f64d5bd

Please sign in to comment.