Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Eigenda blob comm host client #18

Closed
wants to merge 13 commits into from
Prev Previous commit
add staleness comment
  • Loading branch information
Ubuntu committed Dec 21, 2024
commit 99d76f060fa30af11d5d5c165369297b36019a3d
3 changes: 3 additions & 0 deletions crates/eigenda/src/eigenda.rs
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ where
let stale_gap = 100 as u64;

// check staleness
// ToDo this would require the op-rollup to follow the same pattern
// but passing blockId to proxy which implement the logic,
// see https://github.com/ethereum-optimism/optimism/blob/0bb2ff57c8133f1e3983820c0bf238001eca119b/op-alt-da/damgr.go#L211
if rbn + stale_gap < l1_block_number {
// return error
unimplemented!()
Expand Down
Loading