Skip to content

Commit

Permalink
add TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
tbro committed Oct 9, 2024
1 parent 5f8214c commit 504de74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/common/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ impl TestConfig {
url_from_port(dotenvy::var("ESPRESSO_SUBMIT_TRANSACTIONS_PRIVATE_PORT")?)?
};

// TODO test both builders (probably requires some refactoring).
let builder_url = if sequencer_version >= 03 {
let url = url_from_port(dotenvy::var("ESPRESSO_RESERVE_BUILDER_SERVER_PORT")?)?;

Expand Down
1 change: 1 addition & 0 deletions tests/upgrades.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,6 @@ async fn test_upgrade() -> Result<()> {
panic!("Exceeded maximum block height. Upgrade should have finished by now :(");
}
}
// TODO assert transactions are incrementing
Ok(())
}

0 comments on commit 504de74

Please sign in to comment.