Skip to content

fix(soroban): correct import paths in event parsers v1/v2#632

Open
Luluameh wants to merge 1 commit into
code-flexing:mainfrom
Luluameh:feat/soroban-event-schema-versioning
Open

fix(soroban): correct import paths in event parsers v1/v2#632
Luluameh wants to merge 1 commit into
code-flexing:mainfrom
Luluameh:feat/soroban-event-schema-versioning

Conversation

@Luluameh

Copy link
Copy Markdown
Contributor

The EventParserV1 and EventParserV2 implementations imported ./event-parser.interface from their versioned subdirectories, but the interface file lives one level up. This caused TypeScript module resolution failures and prevented the factory-based schema versioning system from working for existing parsers.

Fixes:
src/soroban/parsers/v1/event-parser-v1.ts
src/soroban/parsers/v2/event-parser-v2.ts

Closes : #463

The EventParserV1 and EventParserV2 implementations imported
./event-parser.interface from their versioned subdirectories, but the
interface file lives one level up. This caused TypeScript module resolution
failures and prevented the factory-based schema versioning system from
working for existing parsers.

Fixes:
  src/soroban/parsers/v1/event-parser-v1.ts
  src/soroban/parsers/v2/event-parser-v2.ts
@vercel

vercel Bot commented Jun 30, 2026

Copy link
Copy Markdown

@Luluameh is attempting to deploy a commit to the vic's projects Team on Vercel.

A member of the Team first needs to authorize it.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

#936 Add Soroban contract event schema versioning

1 participant