Skip to content

idl: Fix address constraint not resolving constants that have numbers in their identifiers#4144

Merged
acheroncrypto merged 3 commits into
otter-sec:masterfrom
acheroncrypto:idl-fix-address-constraint-not-resolving-constants-that-have-numbers-in-their-identifiers
Dec 21, 2025
Merged

idl: Fix address constraint not resolving constants that have numbers in their identifiers#4144
acheroncrypto merged 3 commits into
otter-sec:masterfrom
acheroncrypto:idl-fix-address-constraint-not-resolving-constants-that-have-numbers-in-their-identifiers

Conversation

@acheroncrypto

Copy link
Copy Markdown
Collaborator

Problem

As explained in #4143, the IDL generation does not resolve address constraint if a constant identifier has a number in its name.

Summary of changes

Fixes #4143

@vercel

vercel Bot commented Dec 20, 2025

Copy link
Copy Markdown

@acheroncrypto is attempting to deploy a commit to the Solana Foundation Team on Vercel.

A member of the Team first needs to authorize it.

@acheroncrypto acheroncrypto added idl related to the IDL, either program or client side fix Bug fix PR labels Dec 20, 2025
@acheroncrypto acheroncrypto merged commit 720ead4 into otter-sec:master Dec 21, 2025
56 of 58 checks passed
Otter-0x4ka5h pushed a commit to Otter-0x4ka5h/anchor that referenced this pull request Mar 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

fix Bug fix PR idl related to the IDL, either program or client side

Projects

None yet

Development

Successfully merging this pull request may close these issues.

const pubkey with numbers in their names do not resolve in IDL

1 participant