Skip to content

lib/stellar/indexer.ts imports from deleted lib/dag/ module #283

Description

@grantfox-oss

Labels: bug build cleanup
Difficulty: Medium

Summary

lib/stellar/indexer.ts imports reconstructDagFromMetaXdr from ../dag/engine and the ExecutionDag type from ../dag/types. Both of these files were removed. The import causes a build failure. The indexer also has an onDag option in its StreamingIndexerOptions interface that references the ExecutionDag type and a block of code that calls reconstructDagFromMetaXdr() inside the streaming callback.

What a Contributor Needs to Deliver

Both import statements must be removed. The onDag field must be removed from StreamingIndexerOptions. All code inside the streaming callback that references onDag or calls reconstructDagFromMetaXdr() must be removed. The remaining streaming logic must be unaffected. The file must compile cleanly after the change.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

GrantFox OSSIssue tracked in GrantFox OSSMaybe RewardedIssue may be eligible for a GrantFox rewardOfficial CampaignCampaign: Official CampaignOfficial Campaign | FWC26Campaign: Official Campaign | FWC26bugSomething isn't working

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions