Skip to content

Conversation

bajpai244
Copy link
Contributor

resolves #227 , looks for the correct metric height_of_latest_commitment to make sure the test is sound.

@bajpai244 bajpai244 requested a review from a team as a code owner June 6, 2025 05:42
@bajpai244 bajpai244 changed the base branch from master to feat/eigenda-support June 6, 2025 05:43
@bajpai244 bajpai244 requested a review from rymnc June 6, 2025 05:45
let metrics = client.get(metrics_url).send().await?.text().await?;
assert!(
metrics.contains("blocks_processed_total"),
metrics.contains("height_of_latest_commitment"),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i think this refers to the state roots posted to the L1, not the actual blobs that were posted, did i understand this correctly?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, so from my understanding, it should be the latest batch { height of blocks } posted to L1.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i think that's an invalid metric to look for then because we're concerned with blobs posted not state root commitments :/

@rymnc rymnc added the eigen label Jun 6, 2025
@bajpai244 bajpai244 force-pushed the feat/eigenda-support-fix-eigen-state-test branch from 8fae5ff to 5fe79ab Compare June 12, 2025 09:46
@bajpai244
Copy link
Contributor Author

closing this, and opening without forking so that CI can pass

@bajpai244 bajpai244 closed this Jun 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

fix eigen_state test to look for correct metric
2 participants