Skip to content

Commit

Permalink
chore: remove feature's TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
0xyaco committed Sep 16, 2024
1 parent 52b6a9a commit a3fb435
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/automated-dispute/src/services/eboProcessor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,6 @@ export class EboProcessor {

/** Sync new blocks and their events with their corresponding actors. */
private async sync() {
// TODO: detect new epoch by comparing subgraph's data with EpochManager's current epoch
// and trigger a request creation if there's no actor handling an <epoch, chain> request.
// This process should somehow check if there's already a request created for the epoch
// and chain that has no agent assigned and create it if that's the case.
try {
const currentEpoch = await this.getCurrentEpoch();

Expand Down

0 comments on commit a3fb435

Please sign in to comment.