Skip to content

Conversation

@lorisleiva
Copy link
Member

@lorisleiva lorisleiva commented Nov 18, 2025

This PR unwraps all generic types and constants from Anchor IDLs when converting them to Codama IDLs. Previously, the conversion would fail when encountering generic types as Codama does not support them by design.

Fixed #308

@changeset-bot
Copy link

changeset-bot bot commented Nov 18, 2025

🦋 Changeset detected

Latest commit: c5dfd7a

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 12 packages
Name Type
@codama/nodes-from-anchor Patch
@codama/errors Patch
@codama/dynamic-codecs Patch
@codama/dynamic-parsers Patch
codama Patch
@codama/nodes Patch
@codama/renderers-core Patch
@codama/validators Patch
@codama/visitors-core Patch
@codama/visitors Patch
@codama/cli Patch
@codama/node-types Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copy link
Member Author

This stack of pull requests is managed by Graphite. Learn more about stacking.

@lorisleiva lorisleiva marked this pull request as ready for review November 18, 2025 12:58
@lorisleiva lorisleiva force-pushed the 11-18-unwrap_generics_from_anchor branch from ba0b22a to c5dfd7a Compare November 18, 2025 13:00
@lorisleiva lorisleiva merged commit 07825de into main Nov 18, 2025
5 checks passed
@lorisleiva lorisleiva deleted the 11-18-unwrap_generics_from_anchor branch November 18, 2025 13:57
@github-actions github-actions bot mentioned this pull request Nov 18, 2025
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.

[nodes-from-anchor] Handle generic types

2 participants